|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdsQuery | |
---|---|
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. |
Uses of IdsQuery in com.gigaspaces.query |
---|
Methods in com.gigaspaces.query that return IdsQuery | |
---|---|
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. |
Uses of IdsQuery in org.openspaces.core |
---|
Methods in org.openspaces.core with parameters of type IdsQuery | ||
---|---|---|
|
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 . |
|
|
DefaultGigaSpace.takeByIds(IdsQuery<T> query)
|
|
|
GigaSpace.takeByIds(IdsQuery<T> query)
Take (remove) objects from the space matching the specified IDs query. |
|
|
DefaultGigaSpace.takeByIds(IdsQuery<T> query,
int modifiers)
|
|
|
GigaSpace.takeByIds(IdsQuery<T> query,
int modifiers)
Deprecated. since 9.0.1 - use #takeByIds(IdQuery, TakeModifiers) instead. |
|
|
DefaultGigaSpace.takeByIds(IdsQuery<T> query,
TakeModifiers modifiers)
|
|
|
GigaSpace.takeByIds(IdsQuery<T> query,
TakeModifiers modifiers)
Take (remove) objects from the space matching the specified IDs query, with the provided ReadModifiers . |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |