public static class SegmentParser.ListBucketInfo
extends java.lang.Object
SegmentParser.parseListBucket(RecordId, int, int, int)
.Modifier and Type | Field and Description |
---|---|
java.util.List<RecordId> |
entries
Entries of this bucket
|
boolean |
leaf
true if this is a leaf bucket, false otherwise. |
RecordId |
listId
Id of this record
|
int |
size
Size in bytes of this bucket.
|
Constructor and Description |
---|
ListBucketInfo(RecordId listId,
boolean leaf,
java.util.List<RecordId> entries,
int size) |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.