public final class FtrHeader extends java.lang.Object implements Duplicatable
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 |
clone()
Deprecated.
|
FtrHeader |
copy() |
CellRangeAddress |
getAssociatedRange() |
static int |
getDataSize() |
short |
getGrbitFrt() |
short |
getRecordType() |
void |
serialize(LittleEndianOutput out) |
void |
setAssociatedRange(CellRangeAddress associatedRange) |
void |
setGrbitFrt(short grbitFrt) |
void |
setRecordType(short recordType) |
java.lang.String |
toString() |
public FtrHeader()
public FtrHeader(FtrHeader other)
public FtrHeader(RecordInputStream in)
public java.lang.String toString()
toString in class java.lang.Objectpublic 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)
@Deprecated @Removal(version="5.0.0") public FtrHeader clone()
clone in class java.lang.Objectpublic FtrHeader copy()
copy in interface DuplicatableCopyright 2020 The Apache Software Foundation or its licensors, as applicable.