Class PageCache.IntrusivePage<ATTR extends Any>
java.lang.Object
io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node.Impl<PageCache.IntrusivePage<ATTR>>
io.deephaven.parquet.table.pagestore.PageCache.IntrusivePage<ATTR>
- All Implemented Interfaces:
IntrusiveSoftLRU.Node<PageCache.IntrusivePage<ATTR>>
public static class PageCache.IntrusivePage<ATTR extends Any>
extends IntrusiveSoftLRU.Node.Impl<PageCache.IntrusivePage<ATTR>>
Intrusive data structure for page caching.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node
IntrusiveSoftLRU.Node.Adapter<T extends IntrusiveSoftLRU.Node<T>>, IntrusiveSoftLRU.Node.Impl<T extends IntrusiveSoftLRU.Node.Impl<T>>
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.util.datastructures.intrusive.IntrusiveSoftLRU.Node.Impl
getOwner, getSlot, setSlot
-
Constructor Details
-
IntrusivePage
-
-
Method Details
-
getPage
-