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