Package org.apache.activemq.artemis.core.paging
-
Interface Summary Interface Description PagedMessage A Paged message.PageTransactionInfo PagingManager +--------------+ 1 +----------------+ N +--------------+ N +--------+ 1 +-------------------+ |PostOffice|-------> |PagingManager|-------> |PagingStore| ------> |Page| ------> |SequentialFile| +--------------+ +----------------+ +--------------+ +--------+ +-------------------+ | 1 ^ | | | | | | 1 | N +----------+ +------------> |Address| +----------+PagingStore The implementation will take care of details such as PageSize.PagingStoreFactory The integration point between the PagingManger and the File System (aka SequentialFiles)