public static final class ExtSSTRecord.InfoSubRecord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ENCODED_SIZE |
Constructor and Description |
---|
InfoSubRecord(ExtSSTRecord.InfoSubRecord other) |
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)
streamPos
- stream pointer to the SST recordbucketSstOffset
- ... don't really understand this yetpublic InfoSubRecord(ExtSSTRecord.InfoSubRecord other)
public InfoSubRecord(RecordInputStream in)
public int getStreamPos()
public int getBucketSSTOffset()
public void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.