Uses of Interface
org.apache.activemq.artemis.utils.IDGenerator
-
-
Uses of IDGenerator in org.apache.activemq.artemis.core.persistence
Subinterfaces of IDGenerator in org.apache.activemq.artemis.core.persistence Modifier and Type Interface Description interfaceStorageManagerA StorageManager Note about IDGEnerator I've changed StorageManager to extend IDGenerator, because in some places all we needed from the StorageManager was the idGeneration. -
Uses of IDGenerator in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement IDGenerator Modifier and Type Class Description classAbstractJournalStorageManagerControls access to the journals and other storage files such as the ones used to store pages and large messages.classBatchingIDGeneratorAn ID generator that allocates a batch of IDs of sizeBatchingIDGenerator.checkpointSizeand records the ID in the journal only when starting a new batch.classJDBCJournalStorageManagerclassJournalStorageManagerMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return IDGenerator Modifier and Type Method Description IDGeneratorAbstractJournalStorageManager. getIDGenerator() -
Uses of IDGenerator in org.apache.activemq.artemis.core.persistence.impl.nullpm
Classes in org.apache.activemq.artemis.core.persistence.impl.nullpm that implement IDGenerator Modifier and Type Class Description classNullStorageManager -
Uses of IDGenerator in org.apache.activemq.artemis.jms.persistence.impl.journal
Constructors in org.apache.activemq.artemis.jms.persistence.impl.journal with parameters of type IDGenerator Constructor Description JMSJournalStorageManagerImpl(ExecutorFactory ioExecutors, IDGenerator idGenerator, Configuration config, ReplicationManager replicator) -
Uses of IDGenerator in org.apache.activemq.artemis.spi.core.remoting
Fields in org.apache.activemq.artemis.spi.core.remoting declared as IDGenerator Modifier and Type Field Description protected IDGeneratorSessionContext. idGenerator -
Uses of IDGenerator in org.apache.activemq.artemis.utils
Classes in org.apache.activemq.artemis.utils that implement IDGenerator Modifier and Type Class Description classSimpleIDGeneratorclassTimeAndCounterIDGeneratorA TimeAndCounterIDGenerator
-