Uses of Class
com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
Packages that use SerializationPagedCache.WrapperBinaryStore
-
Uses of SerializationPagedCache.WrapperBinaryStore in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return SerializationPagedCache.WrapperBinaryStoreModifier and TypeMethodDescriptionSerializationPagedCache.PagedBinaryStore.advanceCurrentPage
(SerializationPagedCache.WrapperBinaryStore store) Advance the current page, using the passed BinaryStore as the store for the new current page, and returning the oldest active page, if the maximum number of active pages is exceeded by the advancing of the current page.SerializationPagedCache.PagedBinaryStore.getActivePageArray()
Get the array of BinaryStore objects, one for each active page.SerializationPagedCache.PagedBinaryStore.getCurrentPage()
Obtain the page to which current updates are being performed.SerializationPagedCache.PagedBinaryStore.getOldestActivePage()
Obtain the oldest active page.SerializationPagedCache.PagedBinaryStore.getPage
(int nPage) Get the BinaryStore for the page specified by the passed page number.SerializationPagedCache.instantiateWrapperStore
(BinaryStore store) Factory method: Instantiate a WrapperBinaryStore.Methods in com.tangosol.net.cache with parameters of type SerializationPagedCache.WrapperBinaryStoreModifier and TypeMethodDescriptionSerializationPagedCache.PagedBinaryStore.advanceCurrentPage
(SerializationPagedCache.WrapperBinaryStore store) Advance the current page, using the passed BinaryStore as the store for the new current page, and returning the oldest active page, if the maximum number of active pages is exceeded by the advancing of the current page.protected void
SerializationPagedCache.deactivatePage
(SerializationPagedCache.WrapperBinaryStore store) Deactivate a page that is no longer active.