Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.gigaspaces.client.mutators | |
com.gigaspaces.internal.client.mutators | |
com.gigaspaces.internal.cluster.node.impl.packets.data.filters | |
com.gigaspaces.internal.sync.mirror | |
com.gigaspaces.sync.change | |
com.j_spaces.core.filters.entry |
Provides GigaSpaces filter plug-in interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomChangeOperation
A base class for custom change operation implementations
|
Modifier and Type | Method and Description |
---|---|
ChangeOperation |
ChangeOperationResult.getOperation()
Returns this change operation
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceEntryMutator |
Modifier and Type | Class and Description |
---|---|
class |
AddAllToCollectionSpaceEntryMutator |
class |
AddToCollectionSpaceEntryMutator |
class |
IncrementSpaceEntryMutator |
class |
PutInMapSpaceEntryMutator |
class |
RemoveFromCollectionSpaceEntryMutator |
class |
RemoveFromMapSpaceEntryMutator
The set of changes to apply for matches entries of the change operation
|
class |
SetValueSpaceEntryMutator |
class |
SpaceEntryPathMutator |
class |
UnsetValueSpaceEntryMutator |
Modifier and Type | Method and Description |
---|---|
Collection<ChangeOperation> |
ChangeReplicationFilterUidDataWrapper.getOperations() |
Modifier and Type | Method and Description |
---|---|
Collection<ChangeOperation> |
MirrorChangeBulkDataItem.getOperations() |
Modifier and Type | Method and Description |
---|---|
Collection<ChangeOperation> |
DataSyncChangeSet.getOperations() |
Modifier and Type | Method and Description |
---|---|
static Number |
IncrementOperation.getDelta(ChangeOperation changeOperation) |
static Serializable |
AddToCollectionOperation.getItem(ChangeOperation changeOperation) |
static Serializable |
RemoveFromCollectionOperation.getItem(ChangeOperation changeOperation) |
static Collection<? extends Serializable> |
AddAllToCollectionOperation.getItems(ChangeOperation changeOperation) |
static Serializable |
RemoveFromMapOperation.getKey(ChangeOperation changeOperation) |
static Serializable |
PutInMapOperation.getKey(ChangeOperation changeOperation) |
static String |
UnsetOperation.getPath(ChangeOperation changeOperation) |
static String |
IncrementOperation.getPath(ChangeOperation changeOperation) |
static String |
AddToCollectionOperation.getPath(ChangeOperation changeOperation) |
static String |
RemoveFromMapOperation.getPath(ChangeOperation changeOperation) |
static String |
RemoveFromCollectionOperation.getPath(ChangeOperation changeOperation) |
static String |
AddAllToCollectionOperation.getPath(ChangeOperation changeOperation) |
static String |
SetOperation.getPath(ChangeOperation changeOperation) |
static String |
PutInMapOperation.getPath(ChangeOperation changeOperation) |
static Serializable |
SetOperation.getValue(ChangeOperation changeOperation) |
static Serializable |
PutInMapOperation.getValue(ChangeOperation changeOperation) |
static boolean |
UnsetOperation.represents(ChangeOperation changeOperation) |
static boolean |
IncrementOperation.represents(ChangeOperation changeOperation) |
static boolean |
AddToCollectionOperation.represents(ChangeOperation changeOperation) |
static boolean |
RemoveFromMapOperation.represents(ChangeOperation changeOperation) |
static boolean |
RemoveFromCollectionOperation.represents(ChangeOperation changeOperation) |
static boolean |
AddAllToCollectionOperation.represents(ChangeOperation changeOperation) |
static boolean |
SetOperation.represents(ChangeOperation changeOperation) |
static boolean |
PutInMapOperation.represents(ChangeOperation changeOperation) |
Modifier and Type | Method and Description |
---|---|
Collection<ChangeOperation> |
SpaceBeforeChangeFilterEntryImpl.getOperations() |
Collection<ChangeOperation> |
SpaceAfterChangeFilterEntryImpl.getOperations() |
Copyright © GigaSpaces.