Package | Description |
---|---|
org.apache.geronimo.transaction.log | |
org.apache.geronimo.transaction.manager |
Modifier and Type | Method and Description |
---|---|
Collection |
UnrecoverableLog.recover(XidFactory xidFactory) |
Collection<Recovery.XidBranchesPair> |
HOWLLog.recover(XidFactory xidFactory) |
Constructor and Description |
---|
HOWLLog(String bufferClassName,
int bufferSize,
boolean checksumEnabled,
boolean adler32Checksum,
int flushSleepTimeMilliseconds,
String logFileDir,
String logFileExt,
String logFileName,
int maxBlocksPerFile,
int maxBuffers,
int maxLogFiles,
int minBuffers,
int threadsWaitingForceThreshold,
boolean flushPartialBuffers,
XidFactory xidFactory,
File serverBaseDir) |
HOWLLog(String bufferClassName,
int bufferSize,
boolean checksumEnabled,
boolean adler32Checksum,
int flushSleepTimeMilliseconds,
String logFileDir,
String logFileExt,
String logFileName,
int maxBlocksPerFile,
int maxBuffers,
int maxLogFiles,
int minBuffers,
int threadsWaitingForceThreshold,
XidFactory xidFactory,
File serverBaseDir) |
Modifier and Type | Class and Description |
---|---|
class |
XidFactoryImpl
Factory for transaction ids.
|
Modifier and Type | Method and Description |
---|---|
Collection<Recovery.XidBranchesPair> |
TransactionLog.recover(XidFactory xidFactory)
Recovers the log, returning a map of (top level) xid to List of TransactionBranchInfo for the branches.
|
Constructor and Description |
---|
GeronimoTransactionManager(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog) |
TransactionManagerImpl(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog) |
Copyright © 2016. All rights reserved.