public interface ITransactionalBatchExecutionCallback
Modifier and Type | Method and Description |
---|---|
void |
changeEntry(IReplicationInBatchContext context,
String typeName,
String uid,
Object id,
int version,
int previousVersion,
long timeToLive,
int routingHash,
Collection<SpaceEntryMutator> spaceEntryMutators,
boolean isTransient,
OperationID operationID) |
void |
removeEntry(IReplicationInBatchContext context,
IEntryPacket entryPacket) |
void |
removeEntryByUID(IReplicationInBatchContext context,
String typeName,
String uid,
OperationID operationID) |
void |
updateEntry(IReplicationInBatchContext context,
IEntryPacket entryPacket,
IEntryPacket oldEntryPacket,
boolean partialUpdate,
short flags) |
void |
writeEntry(IReplicationInBatchContext context,
IEntryPacket entryPacket) |
void writeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) throws Exception
Exception
void removeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) throws Exception
Exception
void removeEntryByUID(IReplicationInBatchContext context, String typeName, String uid, OperationID operationID) throws Exception
Exception
void updateEntry(IReplicationInBatchContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, short flags) throws Exception
Exception
void changeEntry(IReplicationInBatchContext context, String typeName, String uid, Object id, int version, int previousVersion, long timeToLive, int routingHash, Collection<SpaceEntryMutator> spaceEntryMutators, boolean isTransient, OperationID operationID) throws Exception
Exception
Copyright © GigaSpaces.