public static final class ExtSSTRecord.InfoSubRecord extends java.lang.Object implements GenericRecord
| 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() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getStreamPos() |
void |
serialize(LittleEndianOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic 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)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordCopyright 2021 The Apache Software Foundation or its licensors, as applicable.