Class SingleFileBacklogMarker
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.SingleFileBacklogMarker
- All Implemented Interfaces:
IMarker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSingleFileBacklogMarker(AbstractSingleFileGroupBacklog<?, ?> groupBacklog, String memberName, long markedKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleantoString()Gets a wire form of the marker that can be serialized
-
Constructor Details
-
SingleFileBacklogMarker
public SingleFileBacklogMarker(AbstractSingleFileGroupBacklog<?, ?> groupBacklog, String memberName, long markedKey)
-
-
Method Details
-
isMarkerReached
public boolean isMarkerReached()- Specified by:
isMarkerReachedin interfaceIMarker- Returns:
- whether the attached member confirmed packets have reached the marked point
-
toWireForm
Description copied from interface:IMarkerGets a wire form of the marker that can be serialized- Specified by:
toWireFormin interfaceIMarker
-
toString
-