|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogException | |
|---|---|
| com.atomikos.persistence | |
| com.atomikos.persistence.dataserializable | |
| com.atomikos.persistence.imp | |
| Uses of LogException in com.atomikos.persistence |
|---|
| Methods in com.atomikos.persistence that throw LogException | |
|---|---|
void |
StateRecoveryManager.close()
Shutdown. |
void |
ObjectLog.close()
Closes the log after use. |
void |
LogStream.close()
For proper termination: a close method. |
void |
StateRecoveryManager.delete(Object id)
Deletes a given image from the underlying logs. |
void |
ObjectLog.delete(Object id)
Deletes the given object from the log. |
void |
ObjectLog.flush(Recoverable recoverable)
Flushes to permanent memory. |
void |
LogStream.flushObject(Object objectToFlush,
boolean shouldSync)
Flush (force) an object to the stream. |
long |
LogStream.getSize()
Get the size of the stream. |
void |
ObjectLog.init()
Initializes the object log. |
void |
StateRecoveryManager.init(Properties properties)
Initialize the recovery mgr before calling the other methods. |
Vector<StateRecoverable<TxState>> |
StateRecoveryManager.recover()
Recover all recorded recoverable instances in their latest state. |
Vector<StateRecoverable<TxState>> |
ObjectLog.recover()
Recovers all non-deleted object images flushed so far. |
Vector<Recoverable> |
LogStream.recover()
Reads the log contents, and initializes the data structure. |
StateRecoverable<TxState> |
StateRecoveryManager.recover(Object id)
Reconstruct an instance of a staterecoverable. |
Recoverable |
ObjectLog.recover(Object id)
Recovers the instance with given ID. |
void |
LogStream.writeCheckpoint(Enumeration elements)
After intial recovery, it is good practice to write a checkpoint with only the most recent data. |
| Uses of LogException in com.atomikos.persistence.dataserializable |
|---|
| Methods in com.atomikos.persistence.dataserializable that throw LogException | |
|---|---|
void |
FileLogStream.flushObject(Object o,
boolean shouldSync)
|
Vector<Recoverable> |
FileLogStream.recover()
|
void |
FileLogStream.writeCheckpoint(Enumeration elements)
|
| Uses of LogException in com.atomikos.persistence.imp |
|---|
| Methods in com.atomikos.persistence.imp that throw LogException | |
|---|---|
void |
VolatileStateRecoveryManager.close()
|
void |
StreamObjectLog.close()
|
void |
StateRecoveryManagerImp.close()
|
void |
AbstractLogStream.close()
|
protected void |
AbstractLogStream.closeOutput()
|
void |
VolatileStateRecoveryManager.delete(Object id)
|
void |
StreamObjectLog.delete(Object id)
|
void |
StateRecoveryManagerImp.delete(Object id)
|
void |
StreamObjectLog.flush(Recoverable rec)
|
void |
StreamObjectLog.flush(SystemLogImage img,
boolean shouldSync)
|
abstract void |
AbstractObjectLog.flush(SystemLogImage img,
boolean shouldSync)
|
void |
FileLogStream.flushObject(Object o,
boolean shouldSync)
|
long |
AbstractLogStream.getSize()
|
void |
StreamObjectLog.init()
|
void |
VolatileStateRecoveryManager.init(Properties properties)
|
void |
StateRecoveryManagerImp.init(Properties p)
|
Vector<StateRecoverable<TxState>> |
VolatileStateRecoveryManager.recover()
|
Vector |
StreamObjectLog.recover()
|
Vector<StateRecoverable<TxState>> |
StateRecoveryManagerImp.recover()
|
Vector<Recoverable> |
FileLogStream.recover()
|
StateRecoverable<TxState> |
VolatileStateRecoveryManager.recover(Object id)
|
Recoverable |
StreamObjectLog.recover(Object id)
|
StateRecoverable<TxState> |
StateRecoveryManagerImp.recover(Object id)
|
void |
FileLogStream.writeCheckpoint(Enumeration elements)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||