Package | Description |
---|---|
com.gigaspaces.query |
Provides classes and interfaces to execute queries on space entries.
|
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 |
---|---|
IdsQuery<T> |
IdsQuery.setProjections(String... properties)
Sets projection properties which specifies that a result for an operation using this query
should contain data for the specified projection properties.
|
Modifier and Type | Method and Description |
---|---|
<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 . |
<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.