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 MutableAreaStateStore. header_areaThe header area of the state store.private MutableAreaV2MasterTableDataSource. header_areaThe header area itself.private MutableArea[]FixedRecordList. list_block_areaprivate MutableAreaFixedRecordList. list_header_areaThe header for the list blocks.private MutableAreaIndexSetStore. start_areaThe starting header of this index set.Methods in com.mckoi.database that return MutableArea Modifier and Type Method Description MutableAreaFixedRecordList. 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 classAbstractStore.StoreAreaWriterprivate classAbstractStore.StoreMutableAreaprivate static classHeapStore.HeapAreaAn implementation of Area for a byte[] array from the heap.private static classHeapStore.HeapAreaWriterMethods in com.mckoi.store that return MutableArea Modifier and Type Method Description MutableAreaAbstractStore. getMutableArea(long id)MutableAreaHeapStore. getMutableArea(long pointer)(package private) MutableAreaHeapStore.HeapAreaElement. getMutableArea()Returns a new MutableArea object for this element.MutableAreaStore. getMutableArea(long id)Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read and written.
-