| Modifier and Type | Method and Description |
|---|---|
static AsyncTaskManager |
ClientEnvironment.getAsyncTaskManager()
Get the async.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncTaskManager |
FFMQEngine.getDeliveryAsyncTaskManager()
Get the engine async.
|
AsyncTaskManager |
FFMQEngine.getDiskIOAsyncTaskManager()
Get the engine async.
|
AsyncTaskManager |
FFMQEngine.getNotificationAsyncTaskManager()
Get the engine async.
|
| Constructor and Description |
|---|
JournalingBlockBasedDataStore(AbstractDestinationDescriptor descriptor,
AsyncTaskManager asyncTaskManager)
Constructor
|
| Constructor and Description |
|---|
BlockBasedDataStoreJournal(String baseName,
File dataFolder,
long maxJournalSize,
int maxWriteBatchSize,
int maxUnflushedJournalSize,
int maxUncommittedStoreSize,
int journalOutputBuffer,
int storageSyncMethod,
boolean preAllocateFiles,
RandomAccessFile allocationTableRandomAccessFile,
RandomAccessFile dataRandomAccessFile,
DirtyBlockTable dirtyBlockTable,
AsyncTaskManager asyncTaskManager)
Constructor
|
| Constructor and Description |
|---|
BlockFileMessageStore(QueueDefinition queueDef,
AsyncTaskManager asyncTaskManager)
Constructor
|
Copyright © 2019. All rights reserved.