Uses of Class
com.tangosol.net.cache.SerializationPagedCache.WrapperBinaryStore
-
Packages that use SerializationPagedCache.WrapperBinaryStore Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of SerializationPagedCache.WrapperBinaryStore in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return SerializationPagedCache.WrapperBinaryStore Modifier and Type Method Description protected SerializationPagedCache.WrapperBinaryStore
SerializationPagedCache.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.WrapperBinaryStore[]
SerializationPagedCache.PagedBinaryStore. getActivePageArray()
Get the array of BinaryStore objects, one for each active page.protected SerializationPagedCache.WrapperBinaryStore
SerializationPagedCache.PagedBinaryStore. getCurrentPage()
Obtain the page to which current updates are being performed.protected SerializationPagedCache.WrapperBinaryStore
SerializationPagedCache.PagedBinaryStore. getOldestActivePage()
Obtain the oldest active page.SerializationPagedCache.WrapperBinaryStore
SerializationPagedCache.PagedBinaryStore. getPage(int nPage)
Get the BinaryStore for the page specified by the passed page number.protected SerializationPagedCache.WrapperBinaryStore
SerializationPagedCache. instantiateWrapperStore(BinaryStore store)
Factory method: Instantiate a WrapperBinaryStore.Methods in com.tangosol.net.cache with parameters of type SerializationPagedCache.WrapperBinaryStore Modifier and Type Method Description protected SerializationPagedCache.WrapperBinaryStore
SerializationPagedCache.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.
-