public static class SegmentParser.ListBucketInfo extends Object
SegmentParser.parseListBucket(RecordId, int, int, int).| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
SegmentParser.ListBucketInfo(RecordId listId,
boolean leaf,
List<RecordId> entries,
int size) |
public final RecordId listId
public final boolean leaf
true if this is a leaf bucket, false otherwise.public final int size
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.