Uses of Interface
com.gigaspaces.internal.cluster.node.impl.directPersistency.IDirectPersistencySyncHandler
Packages that use IDirectPersistencySyncHandler
Package
Description
-
Uses of IDirectPersistencySyncHandler in com.gigaspaces.internal.cluster.node
Methods in com.gigaspaces.internal.cluster.node that return IDirectPersistencySyncHandlerModifier and TypeMethodDescriptionIReplicationNode.getDirectPesistencySyncHandler()IReplicationOutContext.getDirectPesistencySyncHandler()Methods in com.gigaspaces.internal.cluster.node with parameters of type IDirectPersistencySyncHandlerModifier and TypeMethodDescriptionvoidIReplicationOutContext.setDirectPesistencySyncHandler(IDirectPersistencySyncHandler directPesistencySyncHandler) -
Uses of IDirectPersistencySyncHandler in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl that return IDirectPersistencySyncHandlerModifier and TypeMethodDescriptionIReplicationNodeBuilder.createDirectPersistencySyncHandler()ReplicationNodeBuilder.createDirectPersistencySyncHandler()ReplicationNode.getDirectPesistencySyncHandler()ReplicationOutContext.getDirectPesistencySyncHandler()Methods in com.gigaspaces.internal.cluster.node.impl with parameters of type IDirectPersistencySyncHandlerModifier and TypeMethodDescriptionvoidReplicationNodeBuilder.setDirectPersistencySyncHandler(IDirectPersistencySyncHandler _directPersistencySyncHandler) voidReplicationOutContext.setDirectPesistencySyncHandler(IDirectPersistencySyncHandler directPesistencySyncHandler) -
Uses of IDirectPersistencySyncHandler in com.gigaspaces.internal.cluster.node.impl.directPersistency
Classes in com.gigaspaces.internal.cluster.node.impl.directPersistency that implement IDirectPersistencySyncHandlerModifier and TypeClassDescriptionclassThe synchronizing direct-persistency handlerMethods in com.gigaspaces.internal.cluster.node.impl.directPersistency that return IDirectPersistencySyncHandlerMethods in com.gigaspaces.internal.cluster.node.impl.directPersistency with parameters of type IDirectPersistencySyncHandlerModifier and TypeMethodDescriptionvoidDirectPersistencyOverflowListSegment.add(IDirectPersistencySyncHandler main, IDirectPersistencyOpInfo oi) booleanAbstractDirectPersistencyOpInfo.isConfirmedByRemote(IDirectPersistencySyncHandler handler) booleanIDirectPersistencyOpInfo.isConfirmedByRemote(IDirectPersistencySyncHandler handler) voidDirectPersistencyOverflowListSegment.remove(IDirectPersistencySyncHandler main) intDirectPersistencyOverflowListSegment.syncToRedologConfirmation(IDirectPersistencySyncHandler main, long confirmed) Constructors in com.gigaspaces.internal.cluster.node.impl.directPersistency with parameters of type IDirectPersistencySyncHandlerModifierConstructorDescriptionOverflowElementIterator(IDirectPersistencySyncHandler main, LinkedList<Long> elements)