public interface SharedEntryBuffer
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize() |
SharedEntryBufferFragmentationReport |
createFragmentationReport(int maxPageSize) |
void |
dumpTo(DataOutputStream out) |
EntryList |
getSlice(KeySliceQuery query) |
boolean |
isEmpty() |
boolean |
isPaged() |
void |
mutate(Entry[] add,
Entry[] del,
int maxPageSize) |
int |
numEntries() |
int |
numPages() |
void |
quickDefragment(int maxPageSize) |
int numPages()
int numEntries()
int byteSize()
boolean isEmpty()
EntryList getSlice(KeySliceQuery query)
boolean isPaged()
SharedEntryBufferFragmentationReport createFragmentationReport(int maxPageSize)
void quickDefragment(int maxPageSize)
void dumpTo(DataOutputStream out) throws IOException
IOExceptionCopyright © 2012–2024. All rights reserved.