Uses of Interface
org.apache.activemq.artemis.core.paging.PageTransactionInfo
-
-
Uses of PageTransactionInfo in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return PageTransactionInfo Modifier and Type Method Description PageTransactionInfoPagingManager. getTransaction(long transactionID)Point to inform/restoring Transactions used when the messages were added into pagingMethods in org.apache.activemq.artemis.core.paging that return types with arguments of type PageTransactionInfo Modifier and Type Method Description Map<Long,PageTransactionInfo>PagingManager. getTransactions()Methods in org.apache.activemq.artemis.core.paging with parameters of type PageTransactionInfo Modifier and Type Method Description voidPagingManager. addTransaction(PageTransactionInfo pageTransaction)Point to inform/restoring Transactions used when the messages were added into pagingMethod parameters in org.apache.activemq.artemis.core.paging with type arguments of type PageTransactionInfo Modifier and Type Method Description default voidPagingManager. forEachTransaction(BiConsumer<Long,PageTransactionInfo> transactionConsumer) -
Uses of PageTransactionInfo in org.apache.activemq.artemis.core.paging.cursor.impl
Constructor parameters in org.apache.activemq.artemis.core.paging.cursor.impl with type arguments of type PageTransactionInfo Constructor Description PageCounterRebuildManager(PagingManager pagingManager, PagingStore store, Map<Long,PageTransactionInfo> transactions, Set<Long> storedLargeMessages) -
Uses of PageTransactionInfo in org.apache.activemq.artemis.core.paging.impl
Classes in org.apache.activemq.artemis.core.paging.impl that implement PageTransactionInfo Modifier and Type Class Description classPageTransactionInfoImplMethods in org.apache.activemq.artemis.core.paging.impl that return PageTransactionInfo Modifier and Type Method Description PageTransactionInfoPagingManagerImpl. getTransaction(long id)Methods in org.apache.activemq.artemis.core.paging.impl that return types with arguments of type PageTransactionInfo Modifier and Type Method Description Map<Long,PageTransactionInfo>PagingManagerImpl. getTransactions()Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PageTransactionInfo Modifier and Type Method Description voidPagingManagerImpl. addTransaction(PageTransactionInfo pageTransaction)Method parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type PageTransactionInfo Modifier and Type Method Description voidPagingManagerImpl. forEachTransaction(BiConsumer<Long,PageTransactionInfo> transactionConsumer) -
Uses of PageTransactionInfo in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type PageTransactionInfo Modifier and Type Method Description voidStorageManager. storePageTransaction(long txID, PageTransactionInfo pageTransaction)voidStorageManager. updatePageTransaction(long txID, PageTransactionInfo pageTransaction, int depage) -
Uses of PageTransactionInfo in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PageTransactionInfo Modifier and Type Method Description voidAbstractJournalStorageManager. storePageTransaction(long txID, PageTransactionInfo pageTransaction)voidAbstractJournalStorageManager. updatePageTransaction(long txID, PageTransactionInfo pageTransaction, int depages)Method parameters in org.apache.activemq.artemis.core.persistence.impl.journal with type arguments of type PageTransactionInfo Modifier and Type Method Description voidAbstractJournalStorageManager. checkInvalidPageTransactions(PagingManager pagingManager, Set<PageTransactionInfo> invalidPageTransactions) -
Uses of PageTransactionInfo in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PageTransactionInfo Modifier and Type Method Description voidNullStorageManager. storePageTransaction(long txID, PageTransactionInfo pageTransaction)voidNullStorageManager. updatePageTransaction(long txID, PageTransactionInfo pageTransaction, int depage)
-