| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TakeByIdsResult | |
|---|---|
| org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. | 
| Uses of TakeByIdsResult in org.openspaces.core | 
|---|
| Methods in org.openspaces.core that return TakeByIdsResult | ||
|---|---|---|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids)
Take (remove) objects from the space matching their IDs and the specified class.  | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          int modifiers)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.takeByIds(Class, Object[], Object, TakeModifiers) instead. | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object routing)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object routingKey)
Take (remove) objects from the space matching their IDs, the specified class and routing key.  | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object[] routings)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object[] routingKeys)
Take (remove) objects from the space matching their IDs, the specified class and the routing keys.  | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object[] routings,
          int modifiers)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object[] routingKeys,
          int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.takeByIds(Class, Object[], Object[], TakeModifiers) instead. | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object[] routings,
          TakeModifiers modifiers)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object[] routingKeys,
          TakeModifiers modifiers)
Take (remove) objects from the space matching their IDs, the specified class and the routing keys, with the provided ReadModifiers. | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object routing,
          int modifiers)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object routingKey,
          int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.takeByIds(Class, Object[], Object, TakeModifiers) instead. | 
|
 | 
DefaultGigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object routing,
          TakeModifiers modifiers)
 | 
|
 | 
GigaSpace.takeByIds(Class<T> clazz,
          Object[] ids,
          Object routingKey,
          TakeModifiers modifiers)
Take (remove) objects from the space matching their IDs, the specified class type and routing key, with the provided ReadModifiers. | 
|
 | 
DefaultGigaSpace.takeByIds(IdsQuery<T> query)
 | 
|
 | 
GigaSpace.takeByIds(IdsQuery<T> query)
Take (remove) objects from the space matching the specified IDs query.  | 
|
 | 
DefaultGigaSpace.takeByIds(IdsQuery<T> query,
          int modifiers)
 | 
|
 | 
GigaSpace.takeByIds(IdsQuery<T> query,
          int modifiers)
Deprecated. since 9.0.1 - use #takeByIds(IdQuery, TakeModifiers) instead. | 
|
 | 
DefaultGigaSpace.takeByIds(IdsQuery<T> query,
          TakeModifiers modifiers)
 | 
|
 | 
GigaSpace.takeByIds(IdsQuery<T> query,
          TakeModifiers modifiers)
Take (remove) objects from the space matching the specified IDs query, with the provided ReadModifiers. | 
|
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||