|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdQuery | |
|---|---|
| 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 IdQuery in com.gigaspaces.query |
|---|
| Methods in com.gigaspaces.query that return IdQuery | |
|---|---|
IdQuery<T> |
IdQuery.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 IdQuery in org.openspaces.core |
|---|
| Methods in org.openspaces.core with parameters of type IdQuery | ||
|---|---|---|
|
DefaultGigaSpace.readById(IdQuery<T> query)
|
|
|
GigaSpace.readById(IdQuery<T> query)
Read an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.readById(IdQuery<T> query,
long timeout)
|
|
|
GigaSpace.readById(IdQuery<T> query,
long timeout)
Read an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.readById(IdQuery<T> query,
long timeout,
int modifiers)
|
|
|
GigaSpace.readById(IdQuery<T> query,
long timeout,
int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.readById(IdQuery, long, ReadModifiers) instead. |
|
|
DefaultGigaSpace.readById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers)
|
|
|
GigaSpace.readById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers)
Read an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.readIfExistsById(IdQuery<T> query)
|
|
|
GigaSpace.readIfExistsById(IdQuery<T> query)
Read an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.readIfExistsById(IdQuery<T> query,
long timeout)
|
|
|
GigaSpace.readIfExistsById(IdQuery<T> query,
long timeout)
Read an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.readIfExistsById(IdQuery<T> query,
long timeout,
int modifiers)
|
|
|
GigaSpace.readIfExistsById(IdQuery<T> query,
long timeout,
int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.readIfExistsById(IdQuery, long, ReadModifiers) instead. |
|
|
DefaultGigaSpace.readIfExistsById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers)
|
|
|
GigaSpace.readIfExistsById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers)
Read an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.takeById(IdQuery<T> query)
|
|
|
GigaSpace.takeById(IdQuery<T> query)
Take (remove) an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.takeById(IdQuery<T> query,
long timeout)
|
|
|
GigaSpace.takeById(IdQuery<T> query,
long timeout)
Take (remove) an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.takeById(IdQuery<T> query,
long timeout,
int modifiers)
|
|
|
GigaSpace.takeById(IdQuery<T> query,
long timeout,
int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.takeById(IdQuery, long, TakeModifiers) instead. |
|
|
DefaultGigaSpace.takeById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers)
|
|
|
GigaSpace.takeById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers)
Take (remove) an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query)
|
|
|
GigaSpace.takeIfExistsById(IdQuery<T> query)
Take (remove) an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout)
|
|
|
GigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout)
Take (remove) an object from the space matching the specified id query. |
|
|
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout,
int modifiers)
|
|
|
GigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout,
int modifiers)
Deprecated. since 9.0.1 - use GigaSpace.takeIfExistsById(IdQuery, long, TakeModifiers) instead. |
|
|
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers)
|
|
|
GigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers)
Take (remove) an object from the space matching the specified id query. |
|
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||