Uses of Interface
com.mckoi.store.Area
-
Packages that use Area Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store -
-
Uses of Area in com.mckoi.database
Fields in com.mckoi.database declared as Area Modifier and Type Field Description private Area
IndexSetStore. index_header_area
-
Uses of Area in com.mckoi.store
Subinterfaces of Area in com.mckoi.store Modifier and Type Interface Description interface
MutableArea
An interface for an area that can be modified.Classes in com.mckoi.store that implement Area Modifier and Type Class Description private class
AbstractStore.StoreArea
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 Area Modifier and Type Method Description Area
AbstractStore. getArea(long id)
Area
HeapStore. getArea(long pointer)
Area
Store. getArea(long id)
Returns an object that allows for the contents of an area (represented by the 'id' parameter) to be read.
-