public interface DestinationDescriptorMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getAutoExtendAmount() |
int |
getBlockSize() |
int |
getInitialBlockCount() |
int |
getJournalOutputBuffer() |
int |
getMaxBlockCount() |
long |
getMaxJournalSize() |
int |
getMaxNonPersistentMessages() |
int |
getMaxUncommittedStoreSize() |
int |
getMaxUnflushedJournalSize() |
int |
getMaxWriteBatchSize() |
String |
getName()
Get the destination name
|
int |
getStorageSyncMethod() |
boolean |
isPreAllocateFiles() |
boolean |
isTemporary() |
boolean |
isUseJournal() |
String getName()
boolean isPreAllocateFiles()
int getStorageSyncMethod()
int getJournalOutputBuffer()
int getMaxUncommittedStoreSize()
int getMaxUnflushedJournalSize()
int getMaxWriteBatchSize()
long getMaxJournalSize()
int getAutoExtendAmount()
int getMaxBlockCount()
int getBlockSize()
int getInitialBlockCount()
boolean isUseJournal()
int getMaxNonPersistentMessages()
boolean isTemporary()
Copyright © 2021. All rights reserved.