Package | Description |
---|---|
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 | 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,
int modifiers) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
int modifiers)
Deprecated.
since 9.0.1 - use
GigaSpace.readByIds(Class, Object[], Object, ReadModifiers) instead. |
<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,
int modifiers) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object[] routingKeys,
int modifiers)
Deprecated.
since 9.0.1 - use
GigaSpace.readByIds(Class, Object[], Object[], ReadModifiers) instead. |
<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,
int modifiers) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(Class<T> clazz,
Object[] ids,
Object routingKey,
int modifiers)
Deprecated.
since 9.0.1 - use
GigaSpace.readByIds(Class, Object[], Object, ReadModifiers) instead. |
<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,
int modifiers) |
<T> ReadByIdsResult<T> |
GigaSpace.readByIds(IdsQuery<T> query,
int modifiers)
Deprecated.
since 9.0.1 - use
GigaSpace.readByIds(IdsQuery, ReadModifiers) instead. |
<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.