|
GigaSpaces XAP 10.0.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. |
org.openspaces.extensions |
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. |
Uses of IdQuery in org.openspaces.extensions |
---|
Methods in org.openspaces.extensions with parameters of type IdQuery | ||
---|---|---|
static
|
ChangeExtension.addAndGet(GigaSpace gigaSpace,
IdQuery<T> idQuery,
String path,
D delta)
Atomically adds the given value to the current value of an entry's property. |
|
static
|
ChangeExtension.addAndGet(GigaSpace gigaSpace,
IdQuery<T> idQuery,
String path,
D delta,
ChangeModifiers modifiers,
long timeout,
TimeUnit timeUnit)
Atomically adds the given value to the current value of an entry's property. |
|
static
|
ChangeExtension.addAndGet(GigaSpace gigaSpace,
IdQuery<T> idQuery,
String path,
D delta,
long timeout,
TimeUnit timeUnit)
Atomically adds the given value to the current value of an entry's property. |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |