public class LogWriteStateManager extends StateManager
modifyingActions, objectModel, objectUid, usingActions
Modifier | Constructor and Description |
---|---|
protected |
LogWriteStateManager() |
protected |
LogWriteStateManager(int ot) |
protected |
LogWriteStateManager(Uid objUid) |
protected |
LogWriteStateManager(Uid objUid,
int ot) |
protected |
LogWriteStateManager(Uid objUid,
int ot,
int om) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
modified()
The object's state is about to be modified, and StateManager should take
a snapshot of the state if the object is being used within a transaction.
|
boolean |
writeOptimisation()
This operation enables (or disables) the write-to-log optimisation.
|
activate, activate, cleanup, createLists, deactivate, deactivate, deactivate, destroy, disable, forgetAction, get_uid, getMutex, getObjectModel, getStore, getStoreRoot, loadObjectState, lockMutex, objectType, packHeader, persist, print, rememberAction, restore_state, save_state, setStatus, setupStore, setupStore, setupStore, status, terminate, tryLockMutex, type, unlockMutex, unpackHeader
protected LogWriteStateManager(Uid objUid)
protected LogWriteStateManager(Uid objUid, int ot)
protected LogWriteStateManager(Uid objUid, int ot, int om)
protected LogWriteStateManager()
protected LogWriteStateManager(int ot)
public boolean writeOptimisation()
protected boolean modified()
StateManager
modified
in class StateManager
true
on success, false
otherwise.Copyright © 2021 JBoss by Red Hat. All rights reserved.