Uses of Class
com.gigaspaces.client.ChangeModifiers
Packages that use ChangeModifiers
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 ChangeModifiers in com.gigaspaces.client
Fields in com.gigaspaces.client declared as ChangeModifiersModifier and TypeFieldDescriptionstatic final ChangeModifiersChangeModifiers.MEMORY_ONLY_SEARCHSearch for matching entries in cache memory only (do not use the underlying external data source).static final ChangeModifiersChangeModifiers.NONEEmpty - use operation default behavior.static final ChangeModifiersChangeModifiers.ONE_WAYOperation is executed in one way mode, meaning no return value will be provided.static final ChangeModifiersChangeModifiers.RETURN_DETAILED_RESULTSReturn details results meaning theChangeResult.getResults()should contain data, otherwise only the number of changed entries will be returned as a result which can be accessed via theChangeResult.getNumberOfChangedEntries().Methods in com.gigaspaces.client that return ChangeModifiersModifier and TypeMethodDescriptionChangeModifiers.add(ChangeModifiers modifiers) Creates a new modifiers instance which is a union of the specified modifiers and this instance.protected ChangeModifiersChangeModifiers.create(int modifiers) static ChangeModifiersChangeSetInternalUtils.modifierFromCode(int code) ChangeModifiers.remove(ChangeModifiers modifiers) Creates a new modifiers instance which excludes the specified modifiers from this instance.Methods in com.gigaspaces.client with parameters of type ChangeModifiersModifier and TypeMethodDescriptionChangeModifiers.add(ChangeModifiers modifiers) Creates a new modifiers instance which is a union of the specified modifiers and this instance.booleanChangeModifiers.contains(ChangeModifiers modifiers) Checks if the specified modifier is set.ChangeModifiers.remove(ChangeModifiers modifiers) Creates a new modifiers instance which excludes the specified modifiers from this instance.Constructors in com.gigaspaces.client with parameters of type ChangeModifiersModifierConstructorDescriptionChangeModifiers(ChangeModifiers... modifiers) Creates a new modifiers from the specified modifiers.ChangeModifiers(ChangeModifiers modifiers1, ChangeModifiers modifiers2) Creates a new modifiers from the specified modifiers.ChangeModifiers(ChangeModifiers modifiers1, ChangeModifiers modifiers2, ChangeModifiers modifiers3) Creates a new modifiers from the specified modifiers. -
Uses of ChangeModifiers in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type ChangeModifiersModifier 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 ChangeModifiers in com.gigaspaces.internal.client.spaceproxy.actioninfo
Constructors in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type ChangeModifiersModifierConstructorDescriptionChangeProxyActionInfo(ISpaceProxy spaceProxy, Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) -
Uses of ChangeModifiers in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type ChangeModifiersModifier 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 ChangeModifiers in org.openspaces.core
Methods in org.openspaces.core that return ChangeModifiersModifier and TypeMethodDescriptionDefaultGigaSpace.getDefaultChangeModifiers()GigaSpace.getDefaultChangeModifiers()Gets the defaultChangeModifiersset during thisGigaSpaceconfiguration.GigaSpaceConfigurer.getDefaultChangeModifiers()Methods in org.openspaces.core with parameters of type ChangeModifiersModifier and TypeMethodDescription<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, 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, 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, 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, ChangeModifiers modifiers) <T> ChangeResult<T>DefaultGigaSpace.change(ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout) <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, 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>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.GigaSpaceConfigurer.defaultChangeModifiers(ChangeModifiers defaultChangeModifiers) Set the defaultChangeModifiersto be used for change operations on theGigaSpaceinstance.voidDefaultGigaSpace.setDefaultChangeModifiers(ChangeModifiers modifiers) Sets the defaultChangeModifierswhen excecutionDefaultGigaSpace.change(Object, ChangeSet)voidGigaSpaceFactoryBean.setDefaultChangeModifiers(ChangeModifiers[] defaultChangeModifiers) Set the defaultChangeModifiersto be used for change operations on theGigaSpaceinstance. -
Uses of ChangeModifiers in org.openspaces.extensions
Methods in org.openspaces.extensions with parameters of type ChangeModifiersModifier and TypeMethodDescriptionstatic <T,D extends Number>
DChangeExtension.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> 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, ChangeModifiers modifiers) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit)