public final class FtrHeader extends java.lang.Object implements Duplicatable, GenericRecord
This record part specifies a header for a Ftr (Future) style record, which includes extra attributes above and beyond those of a traditional record.
Constructor and Description |
---|
FtrHeader() |
FtrHeader(FtrHeader other) |
FtrHeader(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
FtrHeader |
copy() |
CellRangeAddress |
getAssociatedRange() |
static int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
short |
getGrbitFrt() |
short |
getRecordType() |
void |
serialize(LittleEndianOutput out) |
void |
setAssociatedRange(CellRangeAddress associatedRange) |
void |
setGrbitFrt(short grbitFrt) |
void |
setRecordType(short recordType) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public FtrHeader()
public FtrHeader(FtrHeader other)
public FtrHeader(RecordInputStream in)
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
public static int getDataSize()
public short getRecordType()
public void setRecordType(short recordType)
public short getGrbitFrt()
public void setGrbitFrt(short grbitFrt)
public CellRangeAddress getAssociatedRange()
public void setAssociatedRange(CellRangeAddress associatedRange)
public FtrHeader copy()
copy
in interface Duplicatable
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.