Uses of Class
com.gigaspaces.client.ChangeSet
Packages that use ChangeSet
Package
Description
Deprecated: use
org.openspaces.core instead.Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of ChangeSet in com.gigaspaces.client
Methods in com.gigaspaces.client that return ChangeSetModifier and TypeMethodDescriptionChangeSet.addAllToCollection(String path, Serializable... newItems) Adds the given items to a collection propertyChangeSet.addAllToCollection(String path, Collection<? extends Serializable> newItems) Adds the given items to a collection propertyChangeSet.addToCollection(String path, Serializable newItem) Adds the given item to a collection property.ChangeSet.custom(SpaceEntryMutator changeOperation) Adds a custom change operation to be executed.ChangeSet.custom(String name, ChangeFunction<MutableServerEntry, Object> operation) Decrement a byte property with the given delta.Decrement a double property with the given delta.Decrement a float property with the given delta.Decrement a integer property with the given delta.Decrement a long property with the given delta.Decrement a short property with the given delta.ChangeSet.disablePathCaching(String... nonCachedPaths) Since 14.2.0static ChangeSetChangeSetInternalUtils.fromParameters(Collection<SpaceEntryMutator> mutators, long lease) Increment a byte property with the given delta.Increment a double property with the given delta.Increment a float property with the given delta.Increment a integer property with the given delta.Increment a long property with the given delta.Increment a short property with the given delta.Increment a numeric property with the given delta.ChangeSet.lease(long lease) Change the entry lease with the new lease.ChangeSet.putInMap(String path, Serializable key, Serializable value) Puts the given key and value in a map property.ChangeSet.removeFromCollection(String path, Serializable itemToRemove) Removes the given item from a collection property.ChangeSet.removeFromMap(String path, Serializable key) Removes the given key from a map property.ChangeSet.set(String path, Serializable value) Sets the value of the given path.Unsets the specified path.Methods in com.gigaspaces.client with parameters of type ChangeSetModifier and TypeMethodDescriptionstatic longstatic Collection<SpaceEntryMutator>ChangeSetInternalUtils.getMutators(ChangeSet changeSet) -
Uses of ChangeSet in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type ChangeSetModifier 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) <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 space -
Uses of ChangeSet in com.gigaspaces.internal.client.spaceproxy.actioninfo
Constructors in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type ChangeSetModifierConstructorDescriptionChangeProxyActionInfo(ISpaceProxy spaceProxy, Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) -
Uses of ChangeSet in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type ChangeSetModifier and TypeMethodDescription<T> Future<ChangeResult<T>>AbstractSpaceProxyActionManager.asyncChange(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers, AsyncFutureListener<ChangeResult<T>> listener) <T> ChangeResult<T>AbstractSpaceProxyActionManager.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) -
Uses of ChangeSet in org.openspaces.core
Methods in org.openspaces.core with parameters of type ChangeSetModifier 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.<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. -
Uses of ChangeSet in org.openspaces.extensions
Methods in org.openspaces.extensions with parameters of type ChangeSetModifier 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)