public class AsyncExtension extends Object
Constructor and Description |
---|
AsyncExtension() |
Modifier and Type | Method and Description |
---|---|
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
ISpaceQuery<T> query,
ChangeSet changeSet) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
ISpaceQuery<T> query,
ChangeSet changeSet,
ChangeModifiers modifiers) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
ISpaceQuery<T> query,
ChangeSet changeSet,
ChangeModifiers modifiers,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
ISpaceQuery<T> query,
ChangeSet changeSet,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
T template,
ChangeSet changeSet) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
T template,
ChangeSet changeSet,
ChangeModifiers modifiers) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
T template,
ChangeSet changeSet,
ChangeModifiers modifiers,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<ChangeResult<T>> |
asyncChange(GigaSpace gigaSpace,
T template,
ChangeSet changeSet,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<T> |
asyncRead(GigaSpace gigaSpace,
ISpaceQuery<T> template) |
static <T> CompletableFuture<T> |
asyncRead(GigaSpace gigaSpace,
ISpaceQuery<T> template,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<T> |
asyncRead(GigaSpace gigaSpace,
ISpaceQuery<T> template,
long timeout,
TimeUnit timeUnit,
ReadModifiers modifiers) |
static <T> CompletableFuture<T> |
asyncRead(GigaSpace gigaSpace,
T template) |
static <T> CompletableFuture<T> |
asyncRead(GigaSpace gigaSpace,
T template,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<T> |
asyncRead(GigaSpace gigaSpace,
T template,
long timeout,
TimeUnit timeUnit,
ReadModifiers modifiers) |
static <T> CompletableFuture<T> |
asyncTake(GigaSpace gigaSpace,
ISpaceQuery<T> template) |
static <T> CompletableFuture<T> |
asyncTake(GigaSpace gigaSpace,
ISpaceQuery<T> template,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<T> |
asyncTake(GigaSpace gigaSpace,
ISpaceQuery<T> template,
long timeout,
TimeUnit timeUnit,
TakeModifiers modifiers) |
static <T> CompletableFuture<T> |
asyncTake(GigaSpace gigaSpace,
T template) |
static <T> CompletableFuture<T> |
asyncTake(GigaSpace gigaSpace,
T template,
long timeout,
TimeUnit timeUnit) |
static <T> CompletableFuture<T> |
asyncTake(GigaSpace gigaSpace,
T template,
long timeout,
TimeUnit timeUnit,
TakeModifiers modifiers) |
static <T extends Serializable,R> |
execute(GigaSpace gigaSpace,
DistributedTask<T,R> task) |
static <T extends Serializable> |
execute(GigaSpace gigaSpace,
Task<T> task) |
static <T extends Serializable> |
execute(GigaSpace gigaSpace,
Task<T> task,
Object... routing) |
static <T extends Serializable> |
execute(GigaSpace gigaSpace,
Task<T> task,
Object routing) |
public static <T> CompletableFuture<T> asyncRead(GigaSpace gigaSpace, T template) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncRead(GigaSpace gigaSpace, T template, long timeout, TimeUnit timeUnit) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncRead(GigaSpace gigaSpace, T template, long timeout, TimeUnit timeUnit, ReadModifiers modifiers) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit, ReadModifiers modifiers) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncTake(GigaSpace gigaSpace, T template) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncTake(GigaSpace gigaSpace, T template, long timeout, TimeUnit timeUnit) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncTake(GigaSpace gigaSpace, T template, long timeout, TimeUnit timeUnit, TakeModifiers modifiers) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T> CompletableFuture<T> asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit, TakeModifiers modifiers) throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
public static <T extends Serializable> CompletableFuture<T> execute(GigaSpace gigaSpace, Task<T> task)
public static <T extends Serializable> CompletableFuture<T> execute(GigaSpace gigaSpace, Task<T> task, Object routing)
public static <T extends Serializable> CompletableFuture<T> execute(GigaSpace gigaSpace, Task<T> task, Object... routing)
public static <T extends Serializable,R> CompletableFuture<R> execute(GigaSpace gigaSpace, DistributedTask<T,R> task)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, long timeout, TimeUnit timeUnit)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, long timeout, TimeUnit timeUnit)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers)
public static <T> CompletableFuture<ChangeResult<T>> asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit)
Copyright © GigaSpaces.