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