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.
|
org.openspaces.extensions | |
org.openspaces.pu.container.jee.jetty.session |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultGigaSpace.readById(IdQuery<T> query) |
<T> T |
GigaSpace.readById(IdQuery<T> query)
Read an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.readById(IdQuery<T> query,
long timeout) |
<T> T |
GigaSpace.readById(IdQuery<T> query,
long timeout)
Read an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.readById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers) |
<T> T |
GigaSpace.readById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers)
Read an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.readIfExistsById(IdQuery<T> query) |
<T> T |
GigaSpace.readIfExistsById(IdQuery<T> query)
Read an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.readIfExistsById(IdQuery<T> query,
long timeout) |
<T> T |
GigaSpace.readIfExistsById(IdQuery<T> query,
long timeout)
Read an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.readIfExistsById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers) |
<T> T |
GigaSpace.readIfExistsById(IdQuery<T> query,
long timeout,
ReadModifiers modifiers)
Read an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.takeById(IdQuery<T> query) |
<T> T |
GigaSpace.takeById(IdQuery<T> query)
Take (remove) an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.takeById(IdQuery<T> query,
long timeout) |
<T> T |
GigaSpace.takeById(IdQuery<T> query,
long timeout)
Take (remove) an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.takeById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers) |
<T> T |
GigaSpace.takeById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers)
Take (remove) an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query) |
<T> T |
GigaSpace.takeIfExistsById(IdQuery<T> query)
Take (remove) an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout) |
<T> T |
GigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout)
Take (remove) an object from the space matching the specified id query.
|
<T> T |
DefaultGigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers) |
<T> T |
GigaSpace.takeIfExistsById(IdQuery<T> query,
long timeout,
TakeModifiers modifiers)
Take (remove) an object from the space matching the specified id query.
|
Modifier and Type | Method and Description |
---|---|
static <T,D extends Number> |
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 <T,D extends Number> |
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 <T,D extends Number> |
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.
|
Modifier and Type | Method and Description |
---|---|
protected IdQuery<SpaceSessionData> |
SpaceSessionDataStore.query(String id) |
Copyright © GigaSpaces.