public class HBaseSerDeParameters extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AVRO_SERIALIZATION_TYPE |
static String |
STRUCT_SERIALIZATION_TYPE |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.conf.Configuration |
getBaseConfiguration() |
ColumnMappings |
getColumnMappings() |
List<String> |
getColumnNames() |
List<TypeInfo> |
getColumnTypes() |
ColumnMappings.ColumnMapping |
getKeyColumnMapping() |
HBaseKeyFactory |
getKeyFactory() |
int |
getKeyIndex() |
long |
getPutTimestamp() |
LazySerDeParameters |
getSerdeParams() |
ColumnMappings.ColumnMapping |
getTimestampColumnMapping() |
int |
getTimestampIndex() |
TypeInfo |
getTypeForName(String columnName) |
List<HBaseValueFactory> |
getValueFactories() |
String |
toString() |
public static final String AVRO_SERIALIZATION_TYPE
public static final String STRUCT_SERIALIZATION_TYPE
public LazySerDeParameters getSerdeParams()
public long getPutTimestamp()
public int getKeyIndex()
public ColumnMappings.ColumnMapping getKeyColumnMapping()
public int getTimestampIndex()
public ColumnMappings.ColumnMapping getTimestampColumnMapping()
public ColumnMappings getColumnMappings()
public HBaseKeyFactory getKeyFactory()
public List<HBaseValueFactory> getValueFactories()
public org.apache.hadoop.conf.Configuration getBaseConfiguration()
Copyright © 2017 The Apache Software Foundation. All rights reserved.