public class LocalClusterReplicationEntryLeaseEventHandler extends AbstractLocalClusterReplicationInHandler implements IReplicationInEntryLeaseCancelledHandler, IReplicationInEntryLeaseExtendedHandler
_config, _spaceProxy
Modifier and Type | Method and Description |
---|---|
void |
inCancelEntryLease(IReplicationInContext context,
IEntryPacket entryPacket) |
void |
inCancelEntryLeaseByUID(IReplicationInContext context,
String typeName,
String uid,
boolean isTransient,
int routingValue) |
void |
inExtendEntryLeasePeriod(IReplicationInContext context,
String typeName,
String uid,
boolean isTransient,
long lease,
int routingValue) |
execute, executeIfUidPresent, executeTransactional, extractSourceGatewayName, getSpaceProxy, handleChangeEntry, handleRemoveEntry, handleRemoveEntryByUid, handleUpdateEntry, handleWriteEntry, invokeConflictResolver
public void inExtendEntryLeasePeriod(IReplicationInContext context, String typeName, String uid, boolean isTransient, long lease, int routingValue) throws Exception
inExtendEntryLeasePeriod
in interface IReplicationInEntryLeaseExtendedHandler
Exception
public void inCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) throws Exception
inCancelEntryLease
in interface IReplicationInEntryLeaseCancelledHandler
Exception
public void inCancelEntryLeaseByUID(IReplicationInContext context, String typeName, String uid, boolean isTransient, int routingValue) throws Exception
inCancelEntryLeaseByUID
in interface IReplicationInEntryLeaseCancelledHandler
Exception
Copyright © GigaSpaces.