|
GigaSpaces XAP 10.0.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)
Deprecated. since 9.0.1 - use GigaSpace.readByIds(Class, Object[], Object, ReadModifiers) instead. |
|
|
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)
Deprecated. since 9.0.1 - use GigaSpace.readByIds(Class, Object[], Object[], ReadModifiers) instead. |
|
|
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object[] routings,
ReadModifiers modifiers)
|
|
|
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object[] routingKeys,
ReadModifiers 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)
Deprecated. since 9.0.1 - use GigaSpace.readByIds(Class, Object[], Object, ReadModifiers) instead. |
|
|
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object routing,
ReadModifiers modifiers)
|
|
|
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object routingKey,
ReadModifiers modifiers)
Read objects from the space matching their IDs, the specified class type and routing key, with the provided ReadModifiers . |
|
|
DefaultGigaSpace.readByIds(IdsQuery<T> query)
|
|
|
GigaSpace.readByIds(IdsQuery<T> query)
Read objects from the space matching the specified IDs query. |
|
|
DefaultGigaSpace.readByIds(IdsQuery<T> query,
int modifiers)
|
|
|
GigaSpace.readByIds(IdsQuery<T> query,
int modifiers)
Deprecated. since 9.0.1 - use #readByIds(IdQuery, ReadModifiers) instead. |
|
|
DefaultGigaSpace.readByIds(IdsQuery<T> query,
ReadModifiers modifiers)
|
|
|
GigaSpace.readByIds(IdsQuery<T> query,
ReadModifiers modifiers)
Read objects from the space matching the specified IDs query, with the provided ReadModifiers . |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |