Uses of Interface
org.apache.activemq.artemis.core.persistence.StorageManager
-
-
Uses of StorageManager in org.apache.activemq.artemis.core.management.impl
Fields in org.apache.activemq.artemis.core.management.impl declared as StorageManager Modifier and Type Field Description protected StorageManagerAbstractControl. storageManager -
Uses of StorageManager in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type StorageManager Modifier and Type Method Description booleanPageTransactionInfo. checkSize(StorageManager storageManager, PagingManager pagingManager)voidPagedMessage. initMessage(StorageManager storageManager)PageCursorProviderPagingStoreFactory. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)booleanPageTransactionInfo. onUpdate(int update, StorageManager storageManager, PagingManager pagingManager)voidPageTransactionInfo. reloadUpdate(StorageManager storageManager, PagingManager pagingManager, Transaction tx, int increment)voidPageTransactionInfo. store(StorageManager storageManager, PagingManager pagingManager, Transaction tx)voidPageTransactionInfo. storeUpdate(StorageManager storageManager, PagingManager pagingManager, Transaction tx) -
Uses of StorageManager in org.apache.activemq.artemis.core.paging.cursor.impl
Fields in org.apache.activemq.artemis.core.paging.cursor.impl declared as StorageManager Modifier and Type Field Description protected StorageManagerPageCursorProviderImpl. storageManagerConstructors in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type StorageManager Constructor Description PageCursorProviderImpl(PagingStore pagingStore, StorageManager storageManager)PageSubscriptionCounterImpl(StorageManager storage, PageSubscription subscription, boolean persistent, long subscriptionID) -
Uses of StorageManager in org.apache.activemq.artemis.core.paging.impl
Fields in org.apache.activemq.artemis.core.paging.impl declared as StorageManager Modifier and Type Field Description protected StorageManagerPagingStoreFactoryDatabase. storageManagerMethods in org.apache.activemq.artemis.core.paging.impl that return StorageManager Modifier and Type Method Description StorageManagerPagingStoreFactoryNIO. getStorageManager()Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type StorageManager Modifier and Type Method Description booleanPageTransactionInfoImpl. checkSize(StorageManager storageManager, PagingManager pagingManager)voidPagedMessageImpl. initMessage(StorageManager storage)booleanPageTransactionInfoImpl. internalCheckSize(StorageManager storageManager, PagingManager pagingManager, int size)protected org.apache.activemq.artemis.core.paging.impl.PageTransactionInfoImpl.UpdatePageTXOperationPageTransactionInfoImpl. internalUpdatePageManager(StorageManager storageManager, PagingManager pagingManager, Transaction tx, int increment)PageCursorProviderPagingStoreFactoryDatabase. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)PageCursorProviderPagingStoreFactoryNIO. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)booleanPageTransactionInfoImpl. onUpdate(int update, StorageManager storageManager, PagingManager pagingManager)LinkedList<PagedMessage>Page. read(StorageManager storage)LinkedList<PagedMessage>Page. read(StorageManager storage, boolean onlyLargeMessages)static intPageReadWriter. readFromSequentialFile(StorageManager storage, SimpleString storeName, SequentialFileFactory fileFactory, SequentialFile file, long pageId, Consumer<PagedMessage> messages, PageReadWriter.PageRecordFilter skipRecord, PageReadWriter.SuspectFileCallback suspectFileCallback, PageReadWriter.ReadCallback readCallback)voidPageTransactionInfoImpl. reloadUpdate(StorageManager storageManager, PagingManager pagingManager, Transaction tx, int increment)voidPageTransactionInfoImpl. store(StorageManager storageManager, PagingManager pagingManager, Transaction tx)voidPageTransactionInfoImpl. storeUpdate(StorageManager storageManager, PagingManager pagingManager, Transaction tx)Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type StorageManager Constructor Description Page(SimpleString storeName, StorageManager storageManager, SequentialFileFactory factory, SequentialFile file, long pageId)PagedMessageImpl(int storedSize, StorageManager storageManager)PagingStoreFactoryDatabase(DatabaseStorageConfiguration dbConf, StorageManager storageManager, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, ExecutorFactory ioExecutorFactory, boolean syncNonTransactional, IOCriticalErrorListener criticalErrorListener)PagingStoreFactoryNIO(StorageManager storageManager, File directory, long syncTimeout, ScheduledExecutorService scheduledExecutor, ExecutorFactory executorFactory, ExecutorFactory ioExecutorFactory, boolean syncNonTransactional, IOCriticalErrorListener critialErrorListener)PagingStoreImpl(SimpleString address, ScheduledExecutorService scheduledExecutor, long syncTimeout, PagingManager pagingManager, StorageManager storageManager, SequentialFileFactory fileFactory, PagingStoreFactory storeFactory, SimpleString storeName, AddressSettings addressSettings, ArtemisExecutor executor, ArtemisExecutor ioExecutor, boolean syncNonTransactional) -
Uses of StorageManager in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement StorageManager 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.classJDBCJournalStorageManagerclassJournalStorageManagerMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return StorageManager Modifier and Type Method Description StorageManagerLargeBody. getStorageManager()StorageManagerLargeServerMessageImpl. getStorageManager()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type StorageManager Modifier and Type Method Description static MessageLargeServerMessageImpl. checkLargeMessage(Message message, StorageManager storageManager)This will check if a regular message needs to be converted as large messagevoidLargeBody. setStorageManager(StorageManager storageManager)voidLargeServerMessageImpl. setStorageManager(StorageManager storageManager)Constructors in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type StorageManager Constructor Description BatchingIDGenerator(long start, long checkpointSize, StorageManager storageManager)LargeBody(LargeServerMessage message, StorageManager storageManager)LargeBody(LargeServerMessage message, StorageManager storageManager, SequentialFile file)LargeServerMessageImpl(byte type, long id, StorageManager storageManager, SequentialFile fileCopy)LargeServerMessageImpl(StorageManager storageManager)LargeServerMessageInSync(StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.persistence.impl.nullpm
Classes in org.apache.activemq.artemis.core.persistence.impl.nullpm that implement StorageManager Modifier and Type Class Description classNullStorageManager -
Uses of StorageManager in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type StorageManager Modifier and Type Method Description static DuplicateIDCacheDuplicateIDCaches. persistent(SimpleString address, int size, StorageManager storageManager)static voidPostOfficeImpl. storeDurableReference(StorageManager storageManager, Message message, Transaction tx, Queue queue, boolean sync)Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type StorageManager Constructor Description PostOfficeImpl(ActiveMQServer server, StorageManager storageManager, PagingManager pagingManager, QueueFactory bindableFactory, ManagementService managementService, long expiryReaperPeriod, long addressQueueReaperPeriod, WildcardConfiguration wildcardConfiguration, int idCacheSize, boolean persistIDCache, HierarchicalRepository<AddressSettings> addressSettingsRepository)SimpleAddressManager(BindingsFactory bindingsFactory, WildcardConfiguration wildcardConfiguration, StorageManager storageManager, MetricsManager metricsManager)SimpleAddressManager(BindingsFactory bindingsFactory, StorageManager storageManager, MetricsManager metricsManager)WildcardAddressManager(BindingsFactory bindingsFactory, WildcardConfiguration wildcardConfiguration, StorageManager storageManager, MetricsManager metricsManager)WildcardAddressManager(BindingsFactory bindingsFactory, StorageManager storageManager, MetricsManager metricsManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.protocol
Constructors in org.apache.activemq.artemis.core.protocol with parameters of type StorageManager Constructor Description ServerPacketDecoder(StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return StorageManager Modifier and Type Method Description StorageManagerActiveMQServer. getStorageManager()StorageManagerLargeServerMessage. getStorageManager()Methods in org.apache.activemq.artemis.core.server with parameters of type StorageManager Modifier and Type Method Description ConnectorServiceConnectorServiceFactory. createConnectorService(String connectorName, Map<String,Object> configuration, StorageManager storageManager, PostOffice postOffice, ScheduledExecutorService scheduledThreadPool)voidLargeServerMessage. setStorageManager(StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type StorageManager Modifier and Type Method Description static ActiveMQServerSideProtocolManagerFactoryActiveMQServerSideProtocolManagerFactory. getInstance(ServerLocator locator, StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.cluster.impl
Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type StorageManager Constructor Description ClusterConnectionBridge(ClusterConnection clusterConnection, ClusterManager clusterManager, ServerLocatorInternal targetLocator, ServerLocatorInternal discoveryLocator, int initialConnectAttempts, int reconnectAttempts, long retryInterval, double retryMultiplier, long maxRetryInterval, UUID nodeUUID, long targetNodeEventUID, String targetNodeID, SimpleString name, Queue queue, Executor executor, Filter filterString, SimpleString forwardingAddress, ScheduledExecutorService scheduledExecutor, TransformerConfiguration transformer, boolean useDuplicateDetection, String user, String password, ActiveMQServer server, SimpleString managementAddress, SimpleString managementNotificationAddress, MessageFlowRecord flowRecord, TransportConfiguration connector, String storeAndForwardPrefix, StorageManager storageManager)Redistributor(Queue queue, StorageManager storageManager, PostOffice postOffice) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.group.impl
Constructors in org.apache.activemq.artemis.core.server.group.impl with parameters of type StorageManager Constructor Description LocalGroupingHandler(ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, ManagementService managementService, SimpleString name, SimpleString address, StorageManager storageManager, long timeout, long groupTimeout, long reaperPeriod) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.impl
Fields in org.apache.activemq.artemis.core.server.impl declared as StorageManager Modifier and Type Field Description protected StorageManagerQueueFactoryImpl. storageManagerprotected StorageManagerServerSessionImpl. storageManagerMethods in org.apache.activemq.artemis.core.server.impl that return StorageManager Modifier and Type Method Description protected StorageManagerActiveMQServerImpl. createStorageManager()This method is protected as it may be used as a hook for creating a custom storage manager (on tests for instance)StorageManagerActiveMQServerImpl. getStorageManager()StorageManagerServerSessionImpl. getStorageManager()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type StorageManager Modifier and Type Method Description JournalLoaderActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)JournalLoaderSharedNothingBackupActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)JournalLoaderSharedStoreBackupActivation. createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)voidAddressInfo. setStorageManager(StorageManager storageManager)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type StorageManager Constructor Description BackupRecoveryJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer, ServerLocatorInternal locator, ClusterController clusterController)ConnectorsService(Configuration configuration, StorageManager storageManager, ScheduledExecutorService scheduledPool, PostOffice postOffice, ServiceRegistry serviceRegistry)DivertImpl(SimpleString uniqueName, SimpleString address, SimpleString forwardAddress, SimpleString routingName, boolean exclusive, Filter filter, Transformer transformer, PostOffice postOffice, StorageManager storageManager, ComponentConfigurationRoutingType routingType)LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, SimpleString lastValueKey, Boolean nonDestructive, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.LastValueQueue(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)PostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration)PostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, Map<Long,Queue> queues)QueueFactoryImpl(ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, HierarchicalRepository<AddressSettings> addressSettingsRepository, StorageManager storageManager, ActiveMQServer server)QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, Long ringSize, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)RefsOperation(Queue queue, AckReason reason, StorageManager storageManager)ScaleDownHandler(PagingManager pagingManager, PostOffice postOffice, NodeManager nodeManager, ClusterController clusterController, StorageManager storageManager)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, int priority, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)ServerSessionImpl(String name, String username, String password, String validatedUser, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean strictUpdateDeliveryCount, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, ManagementService managementService, ActiveMQServer server, SimpleString managementAddress, SimpleString defaultAddress, SessionCallback callback, OperationContext context, PagingManager pagingManager, Map<SimpleString,RoutingType> prefixes, String securityDomain) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type StorageManager Modifier and Type Method Description HawtioSecurityControlManagementContext. getSecurityMBean(StorageManager storageManager)voidManagementService. registerQueue(Queue queue, SimpleString address, StorageManager storageManager)ActiveMQServerControlImplManagementService. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup)voidManagementService. setStorageManager(StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type StorageManager Modifier and Type Method Description voidManagementServiceImpl. registerQueue(Queue queue, SimpleString address, StorageManager storageManager)voidManagementServiceImpl. registerQueue(Queue queue, AddressInfo addressInfo, StorageManager storageManager)ActiveMQServerControlImplManagementServiceImpl. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager1, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup)voidManagementServiceImpl. setStorageManager(StorageManager storageManager)Constructors in org.apache.activemq.artemis.core.server.management.impl with parameters of type StorageManager Constructor Description HawtioSecurityControlImpl(ArtemisMBeanServerGuard mBeanServerGuard, StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.server.routing.caches
Constructors in org.apache.activemq.artemis.core.server.routing.caches with parameters of type StorageManager Constructor Description LocalCache(String id, boolean persisted, int timeout, StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.core.transaction.impl
Fields in org.apache.activemq.artemis.core.transaction.impl declared as StorageManager Modifier and Type Field Description protected StorageManagerTransactionImpl. storageManagerConstructors in org.apache.activemq.artemis.core.transaction.impl with parameters of type StorageManager Constructor Description BindingsTransactionImpl(StorageManager storage)TransactionImpl(long id, Xid xid, StorageManager storageManager)TransactionImpl(Xid xid, StorageManager storageManager, int timeoutSeconds)TransactionImpl(StorageManager storageManager)TransactionImpl(StorageManager storageManager, int timeoutSeconds) -
Uses of StorageManager in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type StorageManager Modifier and Type Method Description MessageMessagePersister. decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pools, StorageManager storageManager)static MessageEmbedMessageUtil. extractEmbedded(ICoreMessage message, StorageManager storageManager)ProtocolMessageMessageConverter. fromCore(ICoreMessage coreMessage, StorageManager storageManager) -
Uses of StorageManager in org.apache.activemq.artemis.spi.core.security
Methods in org.apache.activemq.artemis.spi.core.security with parameters of type StorageManager Modifier and Type Method Description voidActiveMQBasicSecurityManager. completeInit(StorageManager storageManager)
-