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> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(Class<T> clazz,
Object[] ids) |
<T> TakeByIdsResult<T> |
GigaSpace.takeByIds(Class<T> clazz,
Object[] ids)
Take (remove) objects from the space matching their IDs and the specified class.
|
<T> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(Class<T> clazz,
Object[] ids,
Object routing) |
<T> TakeByIdsResult<T> |
GigaSpace.takeByIds(Class<T> clazz,
Object[] ids,
Object routingKey)
Take (remove) objects from the space matching their IDs, the specified class and routing key.
|
<T> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(Class<T> clazz,
Object[] ids,
Object[] routings) |
<T> TakeByIdsResult<T> |
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.
|
<T> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(Class<T> clazz,
Object[] ids,
Object[] routings,
TakeModifiers modifiers) |
<T> TakeByIdsResult<T> |
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 . |
<T> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(Class<T> clazz,
Object[] ids,
Object routing,
TakeModifiers modifiers) |
<T> TakeByIdsResult<T> |
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 . |
<T> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(IdsQuery<T> query) |
<T> TakeByIdsResult<T> |
GigaSpace.takeByIds(IdsQuery<T> query)
Take (remove) objects from the space matching the specified IDs query.
|
<T> TakeByIdsResult<T> |
DefaultGigaSpace.takeByIds(IdsQuery<T> query,
TakeModifiers modifiers) |
<T> TakeByIdsResult<T> |
GigaSpace.takeByIds(IdsQuery<T> query,
TakeModifiers modifiers)
Take (remove) objects from the space matching the specified IDs query, with the provided
ReadModifiers . |
Copyright © GigaSpaces.