private static class TestStruct.SpecializedPojo1Type1 extends Object implements org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
TestStruct.Pojo1
.Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.types.RawDouble |
doubleField |
static org.apache.hadoop.hbase.types.Struct |
GENERIC
The
Struct equivalent of this type. |
private static org.apache.hadoop.hbase.types.RawInteger |
intField |
private static org.apache.hadoop.hbase.types.RawStringTerminated |
stringField |
Modifier | Constructor and Description |
---|---|
private |
SpecializedPojo1Type1() |
Modifier and Type | Method and Description |
---|---|
TestStruct.Pojo1 |
decode(org.apache.hadoop.hbase.util.PositionedByteRange src) |
int |
encode(org.apache.hadoop.hbase.util.PositionedByteRange dst,
TestStruct.Pojo1 val) |
Class<TestStruct.Pojo1> |
encodedClass() |
int |
encodedLength(TestStruct.Pojo1 val) |
org.apache.hadoop.hbase.util.Order |
getOrder() |
boolean |
isNullable() |
boolean |
isOrderPreserving() |
boolean |
isSkippable() |
int |
skip(org.apache.hadoop.hbase.util.PositionedByteRange src) |
private static final org.apache.hadoop.hbase.types.RawStringTerminated stringField
private static final org.apache.hadoop.hbase.types.RawInteger intField
private static final org.apache.hadoop.hbase.types.RawDouble doubleField
public static org.apache.hadoop.hbase.types.Struct GENERIC
Struct
equivalent of this type.private SpecializedPojo1Type1()
public boolean isOrderPreserving()
isOrderPreserving
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public org.apache.hadoop.hbase.util.Order getOrder()
getOrder
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public boolean isNullable()
isNullable
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public boolean isSkippable()
isSkippable
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public int encodedLength(TestStruct.Pojo1 val)
encodedLength
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public Class<TestStruct.Pojo1> encodedClass()
encodedClass
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public int skip(org.apache.hadoop.hbase.util.PositionedByteRange src)
skip
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public TestStruct.Pojo1 decode(org.apache.hadoop.hbase.util.PositionedByteRange src)
decode
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
public int encode(org.apache.hadoop.hbase.util.PositionedByteRange dst, TestStruct.Pojo1 val)
encode
in interface org.apache.hadoop.hbase.types.DataType<TestStruct.Pojo1>
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.