public static class HBaseMapState.Options<T> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
cacheSize |
String |
columnFamily |
String |
configKey |
String |
globalKey |
TridentHBaseMapMapper |
mapMapper |
Serializer<T> |
serializer |
String |
tableName |
Constructor and Description |
---|
Options() |
public Serializer<T> serializer
public int cacheSize
public String globalKey
public String configKey
public String tableName
public String columnFamily
public TridentHBaseMapMapper mapMapper
Copyright © 2022 The Apache Software Foundation. All rights reserved.