Class AbstractSingleFileConfirmationHolder
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.globalorder.AbstractSingleFileConfirmationHolder
- Direct Known Subclasses:
GlobalOrderConfirmationHolder,MultiBucketSingleFileConfirmationHolder
- Since:
- 8.0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonglongabstract longlonglongbooleanvoidsetDiscardedPacketsCount(long _discardedPacketsCount) booleansetPendingError(long pendingErrorKey, Throwable error) voidsetWeight(long _weight) toString()
-
Constructor Details
-
AbstractSingleFileConfirmationHolder
public AbstractSingleFileConfirmationHolder()
-
-
Method Details
-
setPendingError
-
getPendingError
-
getPendingErrorKey
public long getPendingErrorKey() -
hasPendingError
public boolean hasPendingError() -
clearPendingError
public void clearPendingError() -
getLastConfirmedKey
public abstract long getLastConfirmedKey() -
toString
-
getCalculatedWeight
public long getCalculatedWeight() -
getWeight
public long getWeight() -
setWeight
public void setWeight(long _weight) -
getDiscardedPacketsCount
public long getDiscardedPacketsCount() -
setDiscardedPacketsCount
public void setDiscardedPacketsCount(long _discardedPacketsCount)
-