Uses of Interface
com.gigaspaces.sync.change.ChangeOperation
Packages that use ChangeOperation
Package
Description
Deprecated: use
org.openspaces.core instead.Provides GigaSpaces filter plug-in interfaces.
-
Uses of ChangeOperation in com.gigaspaces.client
Classes in com.gigaspaces.client that implement ChangeOperationModifier and TypeClassDescriptionclassA base class for custom change operation implementationsMethods in com.gigaspaces.client that return ChangeOperationModifier and TypeMethodDescriptionChangeOperationResult.getOperation()Returns this change operation -
Uses of ChangeOperation in com.gigaspaces.client.mutators
Classes in com.gigaspaces.client.mutators that implement ChangeOperation -
Uses of ChangeOperation in com.gigaspaces.internal.client.mutators
Classes in com.gigaspaces.internal.client.mutators that implement ChangeOperationModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classThe set of changes to apply for matches entries of the change operationfinal classclassfinal class -
Uses of ChangeOperation in com.gigaspaces.internal.cluster.node.impl.packets.data.filters
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.filters that return types with arguments of type ChangeOperation -
Uses of ChangeOperation in com.gigaspaces.internal.sync.mirror
Methods in com.gigaspaces.internal.sync.mirror that return types with arguments of type ChangeOperation -
Uses of ChangeOperation in com.gigaspaces.sync.change
Methods in com.gigaspaces.sync.change that return types with arguments of type ChangeOperationMethods in com.gigaspaces.sync.change with parameters of type ChangeOperationModifier and TypeMethodDescriptionstatic NumberIncrementOperation.getDelta(ChangeOperation changeOperation) static SerializableAddToCollectionOperation.getItem(ChangeOperation changeOperation) static SerializableRemoveFromCollectionOperation.getItem(ChangeOperation changeOperation) static Collection<? extends Serializable>AddAllToCollectionOperation.getItems(ChangeOperation changeOperation) static SerializablePutInMapOperation.getKey(ChangeOperation changeOperation) static SerializableRemoveFromMapOperation.getKey(ChangeOperation changeOperation) static StringAddAllToCollectionOperation.getPath(ChangeOperation changeOperation) static StringAddToCollectionOperation.getPath(ChangeOperation changeOperation) static StringIncrementOperation.getPath(ChangeOperation changeOperation) static StringPutInMapOperation.getPath(ChangeOperation changeOperation) static StringRemoveFromCollectionOperation.getPath(ChangeOperation changeOperation) static StringRemoveFromMapOperation.getPath(ChangeOperation changeOperation) static StringSetOperation.getPath(ChangeOperation changeOperation) static StringUnsetOperation.getPath(ChangeOperation changeOperation) static SerializablePutInMapOperation.getValue(ChangeOperation changeOperation) static SerializableSetOperation.getValue(ChangeOperation changeOperation) static booleanAddAllToCollectionOperation.represents(ChangeOperation changeOperation) static booleanAddToCollectionOperation.represents(ChangeOperation changeOperation) static booleanIncrementOperation.represents(ChangeOperation changeOperation) static booleanPutInMapOperation.represents(ChangeOperation changeOperation) static booleanRemoveFromCollectionOperation.represents(ChangeOperation changeOperation) static booleanRemoveFromMapOperation.represents(ChangeOperation changeOperation) static booleanSetOperation.represents(ChangeOperation changeOperation) static booleanUnsetOperation.represents(ChangeOperation changeOperation) -
Uses of ChangeOperation in com.j_spaces.core.filters.entry
Methods in com.j_spaces.core.filters.entry that return types with arguments of type ChangeOperationModifier and TypeMethodDescriptionSpaceAfterChangeFilterEntryImpl.getOperations()SpaceBeforeChangeFilterEntryImpl.getOperations()