Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadByIdsResultImpl<T> |
class |
ReadTakeByIdsResult<T>
ReadByIds operation results holder.
|
class |
TakeByIdsResultImpl<T> |
Modifier and Type | Method and Description |
---|---|
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(Class<T> clazz,
Object[] ids)
Read objects from the space matching their IDs and the specified class.
|
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object routing) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object routingKey)
Read objects from the space matching their IDs, the specified class and routing key.
|
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object[] routings) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object[] routingKeys)
Read objects from the space matching their IDs, the specified class and the routing keys.
|
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object[] routings,
ReadModifiers modifiers) |
<T> ReadByIdsResult<T> |
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 . |
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object routing,
ReadModifiers modifiers) |
<T> ReadByIdsResult<T> |
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 . |
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(IdsQuery<T> query) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(IdsQuery<T> query)
Read objects from the space matching the specified IDs query.
|
<T> ReadByIdsResult<T> |
DefaultGigaSpace.readByIds(IdsQuery<T> query,
ReadModifiers modifiers) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(IdsQuery<T> query,
ReadModifiers modifiers)
Read objects from the space matching the specified IDs query, with the provided
ReadModifiers . |
Copyright © GigaSpaces.