Constructor and Description |
---|
AbstractSequentialFileFactory(File journalDir,
boolean buffered,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener criticalErrorListener) |
Constructor and Description |
---|
AIOSequentialFileFactory(File journalDir,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener listener) |
AIOSequentialFileFactory(File journalDir,
IOCriticalErrorListener listener,
int maxIO) |
Constructor and Description |
---|
MappedSequentialFileFactory(File directory,
IOCriticalErrorListener criticalErrorListener) |
Constructor and Description |
---|
NIOSequentialFileFactory(File journalDir,
boolean buffered,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener listener) |
NIOSequentialFileFactory(File journalDir,
boolean buffered,
IOCriticalErrorListener listener,
int maxIO) |
NIOSequentialFileFactory(File journalDir,
IOCriticalErrorListener listener,
int maxIO) |
Constructor and Description |
---|
PagingStoreFactoryNIO(StorageManager storageManager,
File directory,
long syncTimeout,
ScheduledExecutorService scheduledExecutor,
ExecutorFactory executorFactory,
boolean syncNonTransactional,
IOCriticalErrorListener critialErrorListener) |
Modifier and Type | Method and Description |
---|---|
protected void |
JDBCJournalStorageManager.init(Configuration config,
IOCriticalErrorListener criticalErrorListener) |
protected void |
JournalStorageManager.init(Configuration config,
IOCriticalErrorListener criticalErrorListener) |
protected abstract void |
AbstractJournalStorageManager.init(Configuration config,
IOCriticalErrorListener criticalErrorListener)
Called during initialization.
|
Constructor and Description |
---|
AbstractJournalStorageManager(Configuration config,
ExecutorFactory executorFactory,
IOCriticalErrorListener criticalErrorListener) |
JDBCJournalStorageManager(Configuration config,
ExecutorFactory executorFactory,
IOCriticalErrorListener criticalErrorListener) |
JournalStorageManager(Configuration config,
ExecutorFactory executorFactory,
IOCriticalErrorListener criticalErrorListener) |
Constructor and Description |
---|
NullStorageManager(IOCriticalErrorListener ioCriticalErrorListener) |
Constructor and Description |
---|
ReplicationEndpoint(ActiveMQServerImpl server,
IOCriticalErrorListener criticalErrorListener,
boolean wantedFailBack,
SharedNothingBackupActivation activation) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQServerImpl.ShutdownOnCriticalErrorListener |
Copyright © 2016 The Apache Software Foundation. All rights reserved.