public final class QueueTemplate extends AbstractDestinationTemplate
Implementation of a Queue template descriptor.
autoExtendAmount, blockSize, dataFolder, initialBlockCount, journalFolder, journalOutputBuffer, maxBlockCount, maxJournalSize, maxNonPersistentMessages, maxUncommittedStoreSize, maxUnflushedJournalSize, maxWriteBatchSize, name, overflowToPersistent, preAllocateFiles, rawDataFolder, rawJournalFolder, storageSyncMethod, temporary, useJournal| Constructor and Description |
|---|
QueueTemplate()
Constructor
|
QueueTemplate(Settings settings)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
QueueDefinition |
createQueueDefinition(String queueName,
boolean temporary)
Create a queue definition from this template
|
asSettings, check, copyAttributesTo, fillSettings, getAutoExtendAmount, getBlockSize, getDataFolder, getInitialBlockCount, getJournalFolder, getJournalOutputBuffer, getMaxBlockCount, getMaxJournalSize, getMaxNonPersistentMessages, getMaxUncommittedStoreSize, getMaxUnflushedJournalSize, getMaxWriteBatchSize, getName, getRawDataFolder, getRawJournalFolder, getStorageSyncMethod, hasPersistentStore, initFromSettings, isOverflowToPersistent, isPreAllocateFiles, isTemporary, isUseJournal, setAutoExtendAmount, setBlockSize, setDataFolder, setInitialBlockCount, setJournalFolder, setJournalOutputBuffer, setMaxBlockCount, setMaxJournalSize, setMaxNonPersistentMessages, setMaxUncommittedStoreSize, setMaxUnflushedJournalSize, setMaxWriteBatchSize, setName, setOverflowToPersistent, setPreAllocateFiles, setRawDataFolder, setRawJournalFolder, setStorageSyncMethod, setTemporary, setUseJournal, toStringgetDescriptorFile, setDescriptorFilepublic QueueTemplate()
public QueueTemplate(Settings settings)
public QueueDefinition createQueueDefinition(String queueName, boolean temporary)
Copyright © 2021. All rights reserved.