|
GigaSpaces XAP 8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdQuery | |
---|---|
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 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)
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)
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)
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)
Take (remove) an object from the space matching the specified id query. |
|
GigaSpaces XAP 8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |