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_map
A hash map of area pointer to byte[] array that represents the area.private HeapStore.HeapAreaElement
HeapStore. fixed_area_element
The fixed area element (a 64 byte area).(package private) HeapStore.HeapAreaElement
HeapStore.HeapAreaElement. next_hash_element
The 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.HeapAreaElement
HeapStore. getAreaElement(long pointer)
Searches the hash map and returns the area element for the given pointer.private HeapStore.HeapAreaElement
HeapStore. getElement(long pointer)
Returns the HeapAreaElement for the given pointer.private HeapStore.HeapAreaElement
HeapStore. getFixedAreaElement()
Returns a MutableArea object for the fixed position.
-