public abstract class AbstractSingleFileConfirmationHolder extends Object
Constructor and Description |
---|
AbstractSingleFileConfirmationHolder() |
Modifier and Type | Method and Description |
---|---|
void |
clearPendingError() |
abstract long |
getLastConfirmedKey() |
Throwable |
getPendingError() |
long |
getPendingErrorKey() |
long |
getWeight() |
boolean |
hasPendingError() |
boolean |
setPendingError(long pendingErrorKey,
Throwable error) |
void |
setWeight(long _weight) |
String |
toString() |
public AbstractSingleFileConfirmationHolder()
public boolean setPendingError(long pendingErrorKey, Throwable error)
public Throwable getPendingError()
public long getPendingErrorKey()
public boolean hasPendingError()
public void clearPendingError()
public abstract long getLastConfirmedKey()
public long getWeight()
public void setWeight(long _weight)
Copyright © GigaSpaces.