Modifier and Type | Method and Description |
---|---|
boolean |
RecoveryStore.allObjUids(String s,
InputObjectState buff) |
boolean |
ObjectStore.allObjUids(String s,
InputObjectState buff) |
boolean |
RecoveryStore.allObjUids(String s,
InputObjectState buff,
int m)
Obtain all of the Uids for a specified type.
|
boolean |
RecoveryStore.allTypes(InputObjectState buff)
Obtain all types of objects stored in the object store.
|
boolean |
ParticipantStore.commit_state(Uid u,
String tn)
Commit the object's state in the object store.
|
int |
RecoveryStore.currentState(Uid u,
String tn) |
boolean |
RecoveryStore.hide_state(Uid u,
String tn)
Hide the object's state in the object store.
|
boolean |
RecoveryStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last
parameter?
|
boolean |
ObjectStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last
parameter?
|
String |
ObjectStore.locateStore(String localOSRoot) |
InputObjectState |
RecoveryStore.read_committed(Uid u,
String tn)
Read the object's committed state.
|
InputObjectState |
ParticipantStore.read_committed(Uid u,
String tn)
Read the object's committed state.
|
InputObjectState |
ParticipantStore.read_uncommitted(Uid u,
String tn)
Read the object's shadowed state.
|
boolean |
TxLog.remove_committed(Uid u,
String tn)
Remove the object's committed state.
|
boolean |
ParticipantStore.remove_uncommitted(Uid u,
String tn)
Remove the object's uncommitted state.
|
boolean |
RecoveryStore.reveal_state(Uid u,
String tn)
Reveal a hidden object's state.
|
void |
ObjectStore.sync()
Some object store implementations may be running with automatic
sync disabled.
|
void |
TxLog.sync()
Some object store implementations may be running with automatic
sync disabled.
|
boolean |
TxLog.write_committed(Uid u,
String tn,
OutputObjectState buff)
Write a new copy of the object's committed state.
|
boolean |
ParticipantStore.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
Write a copy of the object's uncommitted state.
|
Constructor and Description |
---|
ObjectStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
ObjectStoreIterator(RecoveryStore recoveryStore,
String tName) |
Modifier and Type | Method and Description |
---|---|
ObjectStateWrapper |
RecoveryStoreBean.allObjUids(String type) |
ObjectStateWrapper |
RecoveryStoreBeanMBean.allObjUids(String type) |
ObjectStateWrapper |
RecoveryStoreBean.allObjUids(String type,
int m) |
ObjectStateWrapper |
RecoveryStoreBeanMBean.allObjUids(String type,
int match) |
ObjectStateWrapper |
RecoveryStoreBean.allTypes() |
ObjectStateWrapper |
RecoveryStoreBeanMBean.allTypes() |
boolean |
ParticipantStoreBean.commit_state(Uid u,
String tn) |
boolean |
ParticipantStoreBeanMBean.commit_state(Uid u,
String tn) |
int |
RecoveryStoreBean.currentState(Uid u,
String tn) |
int |
RecoveryStoreBeanMBean.currentState(Uid u,
String tn) |
boolean |
RecoveryStoreBean.hide_state(Uid u,
String tn) |
boolean |
RecoveryStoreBeanMBean.hide_state(Uid u,
String tn) |
boolean |
RecoveryStoreBean.isType(Uid u,
String tn,
int st) |
boolean |
RecoveryStoreBeanMBean.isType(Uid u,
String tn,
int st) |
ObjectStateWrapper |
ParticipantStoreBean.read_committed(Uid u,
String tn) |
ObjectStateWrapper |
RecoveryStoreBean.read_committed(Uid u,
String tn) |
ObjectStateWrapper |
RecoveryStoreBeanMBean.read_committed(Uid u,
String tn) |
ObjectStateWrapper |
ParticipantStoreBeanMBean.read_committed(Uid u,
String tn) |
ObjectStateWrapper |
ParticipantStoreBean.read_uncommitted(Uid u,
String tn) |
ObjectStateWrapper |
ParticipantStoreBeanMBean.read_uncommitted(Uid u,
String tn) |
boolean |
TxLogBean.remove_committed(Uid u,
String tn) |
boolean |
TxLogBeanMBean.remove_committed(Uid u,
String tn) |
boolean |
ParticipantStoreBean.remove_uncommitted(Uid u,
String tn) |
boolean |
ParticipantStoreBeanMBean.remove_uncommitted(Uid u,
String tn) |
boolean |
RecoveryStoreBean.reveal_state(Uid u,
String tn) |
boolean |
RecoveryStoreBeanMBean.reveal_state(Uid u,
String tn) |
void |
TxLogBean.sync() |
void |
TxLogBeanMBean.sync() |
boolean |
TxLogBean.write_committed(Uid u,
String tn,
OutputObjectStateWrapper buff) |
boolean |
TxLogBeanMBean.write_committed(Uid u,
String tn,
OutputObjectStateWrapper buff) |
boolean |
ParticipantStoreBean.write_uncommitted(Uid u,
String tn,
OutputObjectStateWrapper buff) |
boolean |
ParticipantStoreBeanMBean.write_uncommitted(Uid u,
String tn,
OutputObjectStateWrapper buff) |
Modifier and Type | Method and Description |
---|---|
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff) |
boolean |
RecoveryStoreProxy.allObjUids(String type,
InputObjectState buff,
int match) |
boolean |
RecoveryStoreProxy.allTypes(InputObjectState buff) |
boolean |
ParticipantStoreProxy.commit_state(Uid u,
String tn) |
int |
RecoveryStoreProxy.currentState(Uid u,
String tn) |
boolean |
RecoveryStoreProxy.hide_state(Uid u,
String tn) |
boolean |
RecoveryStoreProxy.isType(Uid u,
String tn,
int st) |
InputObjectState |
RecoveryStoreProxy.read_committed(Uid u,
String tn) |
InputObjectState |
ParticipantStoreProxy.read_committed(Uid u,
String tn) |
InputObjectState |
ParticipantStoreProxy.read_uncommitted(Uid u,
String tn) |
boolean |
TxLogProxy.remove_committed(Uid u,
String tn) |
boolean |
ParticipantStoreProxy.remove_uncommitted(Uid u,
String tn) |
boolean |
RecoveryStoreProxy.reveal_state(Uid u,
String tn) |
void |
TxLogProxy.sync() |
boolean |
TxLogProxy.write_committed(Uid u,
String tn,
OutputObjectState buff) |
boolean |
ParticipantStoreProxy.write_uncommitted(Uid u,
String tn,
OutputObjectState buff) |
Modifier and Type | Method and Description |
---|---|
boolean |
LogStore.allLogUids(String tName,
InputObjectState state,
int match) |
boolean |
LogStore.allObjUids(String tName,
InputObjectState state,
int match)
This is a recovery-only method and should not be called during normal
execution.
|
boolean |
HashedStore.allObjUids(String tName,
InputObjectState state,
int match)
Given a type name initialise
state to contains all of the
Uids of objects of that type |
boolean |
FileSystemStore.allObjUids(String tName,
InputObjectState state,
int match)
Given a type name initialise the
state to contains all of
the Uids of objects of that type |
boolean |
VolatileStore.allObjUids(String s,
InputObjectState buff,
int m)
Obtain all of the Uids for a specified type.
|
boolean |
TwoPhaseVolatileStore.allObjUids(String s,
InputObjectState buff,
int m)
Obtain all of the Uids for a specified type.
|
boolean |
FileSystemStore.allTypes(InputObjectState foundTypes) |
boolean |
VolatileStore.allTypes(InputObjectState buff)
Obtain all types of objects stored in the object store.
|
boolean |
TwoPhaseVolatileStore.allTypes(InputObjectState buff)
Obtain all types of objects stored in the object store.
|
protected boolean |
FileSystemStore.allTypes(OutputObjectState foundTypes,
String root) |
boolean |
LogStore.commit_state(Uid objUid,
String tName)
Commit a previous write_state operation which was made with the SHADOW
StateType argument.
|
boolean |
CacheStore.commit_state(Uid objUid,
String tName) |
boolean |
ActionStore.commit_state(Uid objUid,
String tName)
Commit a previous write_state operation which was made with the SHADOW
StateType argument.
|
boolean |
ShadowingStore.commit_state(Uid objUid,
String tName)
Commit a previous write_state operation which was made with the SHADOW
StateType argument.
|
boolean |
NullActionStore.commit_state(Uid objUid,
String tName)
Commit a previous write_state operation which was made with the SHADOW
StateType argument.
|
boolean |
VolatileStore.commit_state(Uid u,
String tn)
Commit the object's state in the object store.
|
boolean |
TwoPhaseVolatileStore.commit_state(Uid u,
String tn)
Commit the object's state in the object store.
|
protected boolean |
CacheStore.commitState(Uid objUid,
String tName) |
protected boolean |
FileSystemStore.createHierarchy(String path)
Attempt to build up the object store in the file system dynamically.
|
int |
LogStore.currentState(Uid objUid,
String tName)
Normally returns the current state of the log entry.
|
int |
ActionStore.currentState(Uid objUid,
String tName) |
int |
ShadowingStore.currentState(Uid objUid,
String tName) |
int |
NullActionStore.currentState(Uid objUid,
String tName) |
int |
VolatileStore.currentState(Uid u,
String tn) |
int |
TwoPhaseVolatileStore.currentState(Uid u,
String tn) |
protected String |
LogStore.genPathName(Uid objUid,
String tName,
int ft) |
protected String |
HashedStore.genPathName(Uid objUid,
String tName,
int otype) |
protected String |
FileSystemStore.genPathName(Uid objUid,
String tName,
int ostype) |
protected String |
ShadowingStore.genPathName(Uid objUid,
String tName,
int ft) |
boolean |
LogStore.hide_state(Uid u,
String tn) |
boolean |
ActionStore.hide_state(Uid u,
String tn) |
boolean |
ShadowingStore.hide_state(Uid objUid,
String tName)
Hide/reveal an object regardless of state.
|
boolean |
NullActionStore.hide_state(Uid u,
String tn) |
boolean |
VolatileStore.hide_state(Uid u,
String tn)
Hide the object's state in the object store.
|
boolean |
TwoPhaseVolatileStore.hide_state(Uid u,
String tn)
Hide the object's state in the object store.
|
protected File |
FileSystemStore.openAndLock(String fname,
int lmode,
boolean create) |
InputObjectState |
ActionStore.read_committed(Uid storeUid,
String tName) |
InputObjectState |
FileSystemStore.read_committed(Uid storeUid,
String tName) |
InputObjectState |
NullActionStore.read_committed(Uid storeUid,
String tName) |
InputObjectState |
VolatileStore.read_committed(Uid u,
String tn)
Read the object's committed state.
|
InputObjectState |
TwoPhaseVolatileStore.read_committed(Uid u,
String tn)
Read the object's committed state.
|
protected InputObjectState |
LogStore.read_state(Uid u,
String tn,
int s)
Shouldn't be called during normal execution only during recovery.
|
protected InputObjectState |
CacheStore.read_state(Uid objUid,
String tName,
int ft)
Before we look at the disk let's look in the state cache first for the
state, just in case it hasn't been written out to persistent store yet.
|
protected abstract InputObjectState |
FileLockingStore.read_state(Uid u,
String tn,
int s) |
protected abstract InputObjectState |
FileSystemStore.read_state(Uid u,
String tn,
int s) |
protected InputObjectState |
ShadowingStore.read_state(Uid objUid,
String tName,
int ft) |
InputObjectState |
LogStore.read_uncommitted(Uid u,
String tn) |
InputObjectState |
ActionStore.read_uncommitted(Uid u,
String tn) |
InputObjectState |
FileSystemStore.read_uncommitted(Uid storeUid,
String tName) |
InputObjectState |
NullActionStore.read_uncommitted(Uid u,
String tn) |
InputObjectState |
VolatileStore.read_uncommitted(Uid u,
String tn)
Read the object's shadowed state.
|
InputObjectState |
TwoPhaseVolatileStore.read_uncommitted(Uid u,
String tn)
Read the object's shadowed state.
|
boolean |
ActionStore.remove_committed(Uid storeUid,
String tName) |
boolean |
FileSystemStore.remove_committed(Uid storeUid,
String tName) |
boolean |
NullActionStore.remove_committed(Uid storeUid,
String tName) |
boolean |
VolatileStore.remove_committed(Uid u,
String tn)
Remove the object's committed state.
|
boolean |
TwoPhaseVolatileStore.remove_committed(Uid u,
String tn)
Remove the object's committed state.
|
protected boolean |
LogStore.remove_state(Uid u,
String tn,
int s)
Does nothing except indicate that this thread is finished with the log on
behalf of this transaction.
|
protected boolean |
CacheStore.remove_state(Uid objUid,
String name,
int ft) |
protected abstract boolean |
FileLockingStore.remove_state(Uid u,
String tn,
int s) |
protected abstract boolean |
FileSystemStore.remove_state(Uid u,
String tn,
int s) |
protected boolean |
ShadowingStore.remove_state(Uid objUid,
String name,
int ft) |
boolean |
LogStore.remove_uncommitted(Uid u,
String tn) |
boolean |
ActionStore.remove_uncommitted(Uid u,
String tn) |
boolean |
FileSystemStore.remove_uncommitted(Uid storeUid,
String tName) |
boolean |
NullActionStore.remove_uncommitted(Uid u,
String tn) |
boolean |
VolatileStore.remove_uncommitted(Uid u,
String tn)
Remove the object's uncommitted state.
|
boolean |
TwoPhaseVolatileStore.remove_uncommitted(Uid u,
String tn)
Remove the object's uncommitted state.
|
protected boolean |
CacheStore.removeState(Uid objUid,
String name,
int ft) |
boolean |
LogStore.reveal_state(Uid u,
String tn) |
boolean |
ActionStore.reveal_state(Uid u,
String tn) |
boolean |
ShadowingStore.reveal_state(Uid objUid,
String tName) |
boolean |
NullActionStore.reveal_state(Uid u,
String tn) |
boolean |
VolatileStore.reveal_state(Uid u,
String tn)
Reveal a hidden object's state.
|
boolean |
TwoPhaseVolatileStore.reveal_state(Uid u,
String tn)
Reveal a hidden object's state.
|
void |
CacheStore.sync() |
boolean |
LogStore.write_committed(Uid storeUid,
String tName,
OutputObjectState state) |
boolean |
ActionStore.write_committed(Uid storeUid,
String tName,
OutputObjectState state) |
boolean |
FileSystemStore.write_committed(Uid storeUid,
String tName,
OutputObjectState state) |
boolean |
NullActionStore.write_committed(Uid storeUid,
String tName,
OutputObjectState state) |
boolean |
VolatileStore.write_committed(Uid u,
String tn,
OutputObjectState buff)
Write a new copy of the object's committed state.
|
boolean |
TwoPhaseVolatileStore.write_committed(Uid u,
String tn,
OutputObjectState buff)
Write a new copy of the object's committed state.
|
protected boolean |
LogStore.write_state(Uid objUid,
String tName,
OutputObjectState state,
int ft)
write_state saves the ObjectState in a file named by the type and Uid of
the ObjectState.
|
protected boolean |
CacheStore.write_state(Uid objUid,
String tName,
OutputObjectState state,
int ft) |
protected abstract boolean |
FileLockingStore.write_state(Uid u,
String tn,
OutputObjectState buff,
int s) |
protected abstract boolean |
FileSystemStore.write_state(Uid u,
String tn,
OutputObjectState buff,
int s) |
protected boolean |
ShadowingStore.write_state(Uid objUid,
String tName,
OutputObjectState state,
int ft)
write_state saves the ObjectState in a file named by the type and Uid of
the ObjectState.
|
boolean |
LogStore.write_uncommitted(Uid u,
String tn,
OutputObjectState s) |
boolean |
ActionStore.write_uncommitted(Uid u,
String tn,
OutputObjectState s) |
boolean |
FileSystemStore.write_uncommitted(Uid storeUid,
String tName,
OutputObjectState state) |
boolean |
NullActionStore.write_uncommitted(Uid u,
String tn,
OutputObjectState s) |
boolean |
VolatileStore.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
Write a copy of the object's uncommitted state.
|
boolean |
TwoPhaseVolatileStore.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
Write a copy of the object's uncommitted state.
|
protected boolean |
CacheStore.writeState(Uid objUid,
String tName,
OutputObjectState state,
int ft) |
Constructor and Description |
---|
ActionStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
CacheStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
FileLockingStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
FileSystemStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
HashedActionStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
HashedStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
LogStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
NullActionStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
ShadowingStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
ShadowNoFileLockStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
TwoPhaseVolatileStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
VolatileStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
Modifier and Type | Method and Description |
---|---|
boolean |
HornetqObjectStoreAdaptor.allObjUids(String typeName,
InputObjectState foundInstances) |
boolean |
HornetqObjectStoreAdaptor.allObjUids(String typeName,
InputObjectState foundInstances,
int matchState)
Obtain all of the Uids for a specified type.
|
boolean |
HornetqObjectStoreAdaptor.allTypes(InputObjectState foundTypes)
Obtain all types of objects stored in the object store.
|
boolean |
HornetqObjectStoreAdaptor.commit_state(Uid u,
String tn)
Commit the object's state in the object store.
|
int |
HornetqObjectStoreAdaptor.currentState(Uid u,
String typeName) |
boolean |
HornetqObjectStoreAdaptor.hide_state(Uid u,
String tn)
Hide the object's state in the object store.
|
boolean |
HornetqObjectStoreAdaptor.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last
parameter?
|
InputObjectState |
HornetqObjectStoreAdaptor.read_committed(Uid u,
String typeName)
Read the object's committed state.
|
InputObjectState |
HornetqJournalStore.read_committed(Uid uid,
String typeName)
Read the object's committed state.
|
InputObjectState |
HornetqObjectStoreAdaptor.read_uncommitted(Uid u,
String tn)
Read the object's shadowed state.
|
boolean |
HornetqObjectStoreAdaptor.remove_committed(Uid u,
String typeName)
Remove the object's committed state.
|
boolean |
HornetqJournalStore.remove_committed(Uid uid,
String typeName)
Remove the object's committed state.
|
boolean |
HornetqObjectStoreAdaptor.remove_uncommitted(Uid u,
String tn)
Remove the object's uncommitted state.
|
boolean |
HornetqObjectStoreAdaptor.reveal_state(Uid u,
String tn)
Reveal a hidden object's state.
|
void |
HornetqObjectStoreAdaptor.sync()
Some object store implementations may be running with automatic
sync disabled.
|
boolean |
HornetqObjectStoreAdaptor.write_committed(Uid u,
String typeName,
OutputObjectState buff)
Write a new copy of the object's committed state.
|
boolean |
HornetqJournalStore.write_committed(Uid uid,
String typeName,
OutputObjectState txData)
Write a new copy of the object's committed state.
|
boolean |
HornetqObjectStoreAdaptor.write_uncommitted(Uid u,
String tn,
OutputObjectState buff)
Write a copy of the object's uncommitted state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCStore.allObjUids(String s,
InputObjectState buff) |
boolean |
JDBCStore.allObjUids(String tName,
InputObjectState state,
int match) |
boolean |
JDBCImple_driver.allObjUids(String typeName,
InputObjectState state,
int match)
allObjUids - Given a type name, return an ObjectState that contains all
of the uids of objects of that type.
|
boolean |
JDBCStore.allTypes(InputObjectState foundTypes) |
boolean |
JDBCImple_driver.allTypes(InputObjectState foundTypes) |
boolean |
JDBCStore.commit_state(Uid objUid,
String tName) |
boolean |
JDBCImple_driver.commit_state(Uid objUid,
String typeName) |
int |
JDBCStore.currentState(Uid objUid,
String tName) |
int |
JDBCImple_driver.currentState(Uid objUid,
String typeName)
currentState - determine the current state of an object.
|
boolean |
JDBCStore.hide_state(Uid objUid,
String tName) |
boolean |
JDBCImple_driver.hide_state(Uid objUid,
String typeName) |
boolean |
JDBCStore.isType(Uid u,
String tn,
int st)
Is the current state of the object the same as that provided as the last
parameter?
|
InputObjectState |
JDBCStore.read_committed(Uid storeUid,
String tName) |
InputObjectState |
JDBCImple_driver.read_state(Uid objUid,
String typeName,
int stateType) |
InputObjectState |
JDBCStore.read_uncommitted(Uid storeUid,
String tName) |
boolean |
JDBCStore.remove_committed(Uid storeUid,
String tName) |
boolean |
JDBCImple_driver.remove_state(Uid objUid,
String typeName,
int stateType) |
boolean |
JDBCStore.remove_uncommitted(Uid storeUid,
String tName) |
boolean |
JDBCStore.reveal_state(Uid objUid,
String tName) |
boolean |
JDBCImple_driver.reveal_state(Uid objUid,
String typeName) |
void |
JDBCStore.sync()
Some object store implementations may be running with automatic sync
disabled.
|
boolean |
JDBCStore.write_committed(Uid storeUid,
String tName,
OutputObjectState state) |
boolean |
JDBCImple_driver.write_state(Uid objUid,
String typeName,
OutputObjectState state,
int stateType) |
boolean |
JDBCStore.write_uncommitted(Uid storeUid,
String tName,
OutputObjectState state) |
Constructor and Description |
---|
JDBCStore(ObjectStoreEnvironmentBean jdbcStoreEnvironmentBean)
Create a new JDBCStore
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExpiredTransactionScanner.moveEntry(Uid newUid) |
Modifier and Type | Method and Description |
---|---|
Integer |
XAResourceRecordWrappingPluginImpl.getEISName(XAResource xaResource) |
Modifier and Type | Method and Description |
---|---|
boolean |
CommitMarkableResourceRecordRecoveryModule.wasCommitted(String jndiName,
Xid xid)
Can only be called after the first phase has executed
|
Constructor and Description |
---|
CommitMarkableResourceRecordRecoveryModule() |
RecoverConnectableAtomicAction(String type,
Uid rcvUid,
InputObjectState os) |
Modifier and Type | Method and Description |
---|---|
Integer |
XAResourceRecordWrappingPlugin.getEISName(XAResource xaResource) |
Modifier and Type | Method and Description |
---|---|
protected Xid |
TransactionImple.createXid(boolean branch,
XAModifier theModifier,
XAResource xaResource) |
Modifier and Type | Method and Description |
---|---|
protected Xid |
TransactionImple.createXid(boolean branch,
XAModifier theModifier,
XAResource xaResource) |
Constructor and Description |
---|
SubordinateAtomicAction(Uid actId,
boolean peekXidOnly) |
Constructor and Description |
---|
BasicPersistentLockStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.