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 © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"