Uses of Class
com.mckoi.store.HeapStore.HeapAreaElement
-
Packages that use HeapStore.HeapAreaElement Package Description com.mckoi.store -
-
Uses of HeapStore.HeapAreaElement in com.mckoi.store
Fields in com.mckoi.store declared as HeapStore.HeapAreaElement Modifier and Type Field Description private HeapStore.HeapAreaElement[]HeapStore. area_mapA hash map of area pointer to byte[] array that represents the area.private HeapStore.HeapAreaElementHeapStore. fixed_area_elementThe fixed area element (a 64 byte area).(package private) HeapStore.HeapAreaElementHeapStore.HeapAreaElement. next_hash_elementThe pointer to the next HeapAreaElement in this hash key.Methods in com.mckoi.store that return HeapStore.HeapAreaElement Modifier and Type Method Description private HeapStore.HeapAreaElementHeapStore. getAreaElement(long pointer)Searches the hash map and returns the area element for the given pointer.private HeapStore.HeapAreaElementHeapStore. getElement(long pointer)Returns the HeapAreaElement for the given pointer.private HeapStore.HeapAreaElementHeapStore. getFixedAreaElement()Returns a MutableArea object for the fixed position.
-