| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadByIdsResult | |
|---|---|
| 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 ReadByIdsResult in org.openspaces.core | 
|---|
| Methods in org.openspaces.core that return ReadByIdsResult | ||
|---|---|---|
 | 
DefaultGigaSpace.readByIds(Class<T> clazz,
          Object[] ids)
 | 
|
 | 
GigaSpace.readByIds(Class<T> clazz,
          Object[] ids)
Read objects from the space matching their IDs and the specified class.  | 
|
 | 
DefaultGigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          int modifiers)
 | 
|
 | 
GigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          int modifiers)
Read objects from the space matching their IDs and the specified class, with the provided ReadModifiers. | 
|
 | 
DefaultGigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object routing)
 | 
|
 | 
GigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object routingKey)
Read objects from the space matching their IDs, the specified class and routing key.  | 
|
 | 
DefaultGigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object[] routings)
 | 
|
 | 
GigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object[] routingKeys)
Read objects from the space matching their IDs, the specified class and the routing keys.  | 
|
 | 
DefaultGigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object[] routings,
          int modifiers)
 | 
|
 | 
GigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object[] routingKeys,
          int modifiers)
Read objects from the space matching their IDs, the specified class and the routing keys, with the provided ReadModifiers. | 
|
 | 
DefaultGigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object routing,
          int modifiers)
 | 
|
 | 
GigaSpace.readByIds(Class<T> clazz,
          Object[] ids,
          Object routingKey,
          int modifiers)
Read 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 | |||||||||