public static final class ExtSSTRecord.InfoSubRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_SIZE |
| Constructor and Description |
|---|
InfoSubRecord(int streamPos,
int bucketSstOffset)
Creates new ExtSSTInfoSubRecord
|
InfoSubRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBucketSSTOffset() |
int |
getStreamPos() |
void |
serialize(LittleEndianOutput out) |
public static final int ENCODED_SIZE
public InfoSubRecord(int streamPos,
int bucketSstOffset)
public InfoSubRecord(RecordInputStream in)
public int getStreamPos()
public int getBucketSSTOffset()
public void serialize(LittleEndianOutput out)
Copyright © 2020. All rights reserved.