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.BufferPoolRamJournalRM. m_poolThe buffer pool.Methods in com.tangosol.io.journal that return RamJournalRM.BufferPool Modifier and Type Method Description protected RamJournalRM.BufferPoolRamJournalRM. getBufferPool()Obtain the BufferPool instance.protected RamJournalRM.BufferPoolRamJournalRM. instantiateBufferPool()Factory: Instantiate a pool of buffers.
-