Uses of Interface
com.mckoi.store.MutableArea
-
Packages that use MutableArea Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store -
-
Uses of MutableArea in com.mckoi.database
Fields in com.mckoi.database declared as MutableArea Modifier and Type Field Description private MutableArea
StateStore. header_area
The header area of the state store.private MutableArea
V2MasterTableDataSource. header_area
The header area itself.private MutableArea[]
FixedRecordList. list_block_area
private MutableArea
FixedRecordList. list_header_area
The header for the list blocks.private MutableArea
IndexSetStore. start_area
The starting header of this index set.Methods in com.mckoi.database that return MutableArea Modifier and Type Method Description MutableArea
FixedRecordList. positionOnNode(long record_number)
Returns an Area object from the list block area with the position over the record entry requested. -
Uses of MutableArea in com.mckoi.store
Classes in com.mckoi.store that implement MutableArea Modifier and Type Class Description private class
AbstractStore.StoreAreaWriter
private class
AbstractStore.StoreMutableArea
private static class
HeapStore.HeapArea
An implementation of Area for a byte[] array from the heap.private static class
HeapStore.HeapAreaWriter
Methods in com.mckoi.store that return MutableArea Modifier and Type Method Description MutableArea
AbstractStore. getMutableArea(long id)
MutableArea
HeapStore. getMutableArea(long pointer)
(package private) MutableArea
HeapStore.HeapAreaElement. getMutableArea()
Returns a new MutableArea object for this element.MutableArea
Store. getMutableArea(long id)
Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read and written.
-