| 
GigaSpaces XAP 7.1 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)
Take (remove) objects from the space matching their IDs and the specified class, with the provided ReadModifiers. | 
|
 | 
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)
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)
Take (remove) objects from the space matching their IDs, the specified class type and routing key, with the provided ReadModifiers. | 
|
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||