public abstract class AbstractBinaryTransaction extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBinaryTransaction(byte[] requestBytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
execute() |
abstract boolean |
exists() |
protected long |
getCurrentTimeNanos() |
protected ExpirationAfterWriteStrategy |
getExpirationStrategy() |
protected abstract byte[] |
getRawState() |
protected Request<?> |
getRequest() |
protected abstract void |
setRawState(byte[] newStateBytes,
RemoteBucketState newState) |
protected AbstractBinaryTransaction(byte[] requestBytes)
public byte[] execute()
protected abstract byte[] getRawState()
protected abstract void setRawState(byte[] newStateBytes,
RemoteBucketState newState)
public abstract boolean exists()
protected Request<?> getRequest()
protected ExpirationAfterWriteStrategy getExpirationStrategy()
protected long getCurrentTimeNanos()
Copyright © 2024. All rights reserved.