Methods Summary |
---|
public java.lang.String | getClusterId()
return _clusterId;
|
public long | getContainerId()
return _containerId;
|
public java.lang.Object | getId()
return _id;
|
public long | getLastAccess()
return _lastAccess;
|
public SFSBStoreManager | getSFSBStoreManager()
return _storeManager;
|
public byte[] | getState()
return _state;
|
public long | getTxCheckpointDuration()
return _txCheckpointDuration;
|
public long | getVersion()
return version;
|
public boolean | isNew()
return _isNew;
|
public void | setTxCheckpointDuration(long value)set tx checkpoint duration (milliseconds)
by semantic convention the setter will usually
be incrementing the present value by an additional duration
_txCheckpointDuration = value;
|
public void | setVersion(long version)
this.version = version;
|