org.apache.storm.hbase.trident.state
Class HBaseMapState.Options<T>
java.lang.Object
org.apache.storm.hbase.trident.state.HBaseMapState.Options<T>
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HBaseMapState<T>
public static class HBaseMapState.Options<T>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializer
public Serializer<T> serializer
cacheSize
public int cacheSize
globalKey
public String globalKey
configKey
public String configKey
tableName
public String tableName
columnFamily
public String columnFamily
qualifier
public String qualifier
HBaseMapState.Options
public HBaseMapState.Options()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.