public static class SegmentParser.BlobInfo extends Object
SegmentParser.parseBlob(RecordId).| Modifier and Type | Field and Description |
|---|---|
RecordId |
blobId
Id of this record
|
SegmentParser.BlobType |
blobType
Type of this blob
|
int |
size
Size in bytes of this blob
|
| Constructor and Description |
|---|
SegmentParser.BlobInfo(RecordId blobId,
SegmentParser.BlobType blobType,
int size) |
public final RecordId blobId
public final SegmentParser.BlobType blobType
public final int size
public SegmentParser.BlobInfo(RecordId blobId, SegmentParser.BlobType blobType, int size)
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.