public static final class ExtSSTRecord.InfoSubRecord
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_SIZE |
| Constructor and Description |
|---|
ExtSSTRecord.InfoSubRecord(int streamPos,
int bucketSstOffset)
Creates new ExtSSTInfoSubRecord
|
ExtSSTRecord.InfoSubRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBucketSSTOffset() |
int |
getStreamPos() |
void |
serialize(LittleEndianOutput out) |
public static final int ENCODED_SIZE
public ExtSSTRecord.InfoSubRecord(int streamPos,
int bucketSstOffset)
public ExtSSTRecord.InfoSubRecord(RecordInputStream in)
public int getStreamPos()
public int getBucketSSTOffset()
public void serialize(LittleEndianOutput out)
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.