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)
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.