Package org.apache.bookkeeper.bookie
Class SkipListArena.MemorySlice
- java.lang.Object
-
- org.apache.bookkeeper.bookie.SkipListArena.MemorySlice
-
- Enclosing class:
- SkipListArena
public static class SkipListArena.MemorySlice extends java.lang.Object
The result of a single allocation. Contains the chunk that the allocation points into, and the offset in this array where the slice begins.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte[]
getData()
(package private) int
getOffset()
java.lang.String
toString()
-