Uses of Class
com.tangosol.io.journal.RamJournalRM.BufferPool
-
Packages that use RamJournalRM.BufferPool Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of RamJournalRM.BufferPool in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as RamJournalRM.BufferPool Modifier and Type Field Description protected RamJournalRM.BufferPool
RamJournalRM. m_pool
The buffer pool.Methods in com.tangosol.io.journal that return RamJournalRM.BufferPool Modifier and Type Method Description protected RamJournalRM.BufferPool
RamJournalRM. getBufferPool()
Obtain the BufferPool instance.protected RamJournalRM.BufferPool
RamJournalRM. instantiateBufferPool()
Factory: Instantiate a pool of buffers.
-