Uses of Interface
com.gigaspaces.client.ChangeResult
Packages that use ChangeResult
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of ChangeResult in com.gigaspaces.internal.client
Classes in com.gigaspaces.internal.client that implement ChangeResult -
Uses of ChangeResult in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that return ChangeResultModifier and TypeMethodDescriptionChangeResult<?>LocalCacheImplChangeAction.change(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo) Methods in com.gigaspaces.internal.client.cache.localcache.actions that return types with arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>LocalCacheImplChangeAction.asyncChange(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) -
Uses of ChangeResult in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that return ChangeResultModifier and TypeMethodDescriptionChangeResult<?>LocalViewImplChangeAction.change(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo) Methods in com.gigaspaces.internal.client.cache.localview.actions that return types with arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>LocalViewImplChangeAction.asyncChange(LocalViewContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) -
Uses of ChangeResult in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return ChangeResultModifier and TypeMethodDescription<T> ChangeResult<T>AbstractSpaceProxy.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) <T> ChangeResult<T>ISpaceProxy.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) Change entry in spaceMethods in com.gigaspaces.internal.client.spaceproxy that return types with arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>AbstractSpaceProxy.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>ISpaceProxy.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) Method parameters in com.gigaspaces.internal.client.spaceproxy with type arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>AbstractSpaceProxy.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>ISpaceProxy.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) -
Uses of ChangeResult in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that return ChangeResultModifier and TypeMethodDescription<T> ChangeResult<T>AbstractSpaceProxyActionManager.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) abstract ChangeResult<?>ChangeProxyAction.change(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo) ChangeResult<?>SpaceProxyImplChangeAction.change(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo) Methods in com.gigaspaces.internal.client.spaceproxy.actions that return types with arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>AbstractSpaceProxyActionManager.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) abstract <T> Future<ChangeResult<T>>ChangeProxyAction.asyncChange(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) <T> Future<ChangeResult<T>>SpaceProxyImplChangeAction.asyncChange(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) Method parameters in com.gigaspaces.internal.client.spaceproxy.actions with type arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>AbstractSpaceProxyActionManager.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) -
Uses of ChangeResult in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return ChangeResultModifier and TypeMethodDescriptionChangeResult<?>ChangeEntriesSpaceOperationResult.getChangeResult()ChangeResult<?>ChangeEntriesSpaceOperationRequest.getFinalResult()Methods in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type ChangeResultModifier and TypeMethodDescriptionvoidChangeEntriesSpaceOperationResult.setChangeResult(ChangeResult<?> changeResult) -
Uses of ChangeResult in org.openspaces.core
Methods in org.openspaces.core that return ChangeResultModifier and TypeMethodDescription<T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <T> ChangeResult<T><T> ChangeResult<T><T> ChangeResult<T>DefaultGigaSpace.change(T template, ChangeSet changeSet, ChangeModifiers modifiers) <T> ChangeResult<T>DefaultGigaSpace.change(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(T template, ChangeSet changeSet, ChangeModifiers modifiers) Changes existing objects in space, returning a change result which provides details of the operation affect.<T> ChangeResult<T>GigaSpace.change(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) Changes existing objects in space, returning a change result which provides details of the operation affect.Methods in org.openspaces.core that return types with arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, long timeout) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) Changes an existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, long timeout) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers) Changes an existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.Method parameters in org.openspaces.core with type arguments of type ChangeResultModifier and TypeMethodDescription<T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>DefaultGigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future.<T> Future<ChangeResult<T>>GigaSpace.asyncChange(T template, ChangeSet changeSet, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) Changes existing objects in space in an asynchronous manner, returning immidiately with a future. -
Uses of ChangeResult in org.openspaces.extensions
Methods in org.openspaces.extensions that return types with arguments of type ChangeResultModifier and TypeMethodDescriptionstatic <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) Methods in org.openspaces.extensions with parameters of type ChangeResultModifier and TypeMethodDescriptionstatic <T> TChangeExtension.getSingleChangeOperationResult(ChangeResult<?> changeResult) Gets the result of a single change operation which that was applied on a single entry, otherwise an exception will be thrown.