Class LocalClusterReplicationEntryLeaseEventHandler
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
com.gigaspaces.internal.cluster.node.impl.gateway.sink.LocalClusterReplicationEntryLeaseEventHandler
- All Implemented Interfaces:
IReplicationInEntryLeaseCancelledHandler, IReplicationInEntryLeaseExtendedHandler
public class LocalClusterReplicationEntryLeaseEventHandler
extends AbstractLocalClusterReplicationInHandler
implements IReplicationInEntryLeaseCancelledHandler, IReplicationInEntryLeaseExtendedHandler
- Since:
- 9.1
- Author:
- yael
-
Field Summary
Fields inherited from class AbstractLocalClusterReplicationInHandler
_config, _spaceProxy -
Method Summary
Modifier and TypeMethodDescriptionvoidinCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) voidinCancelEntryLeaseByUID(IReplicationInContext context, String typeName, String uid, boolean isTransient, int routingValue) voidinExtendEntryLeasePeriod(IReplicationInContext context, String typeName, String uid, boolean isTransient, long lease, int routingValue)
-
Method Details
-
inExtendEntryLeasePeriod
public void inExtendEntryLeasePeriod(IReplicationInContext context, String typeName, String uid, boolean isTransient, long lease, int routingValue) throws Exception - Specified by:
inExtendEntryLeasePeriodin interfaceIReplicationInEntryLeaseExtendedHandler- Throws:
Exception
-
inCancelEntryLease
public void inCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) throws Exception - Specified by:
inCancelEntryLeasein interfaceIReplicationInEntryLeaseCancelledHandler- Throws:
Exception
-
inCancelEntryLeaseByUID
public void inCancelEntryLeaseByUID(IReplicationInContext context, String typeName, String uid, boolean isTransient, int routingValue) throws Exception - Specified by:
inCancelEntryLeaseByUIDin interfaceIReplicationInEntryLeaseCancelledHandler- Throws:
Exception
-