org.apache.storm.hbase.trident.state
Class HBaseMapState.Options<T>

java.lang.Object
  extended by 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

Field Summary
 int cacheSize
           
 String columnFamily
           
 String configKey
           
 String globalKey
           
 String qualifier
           
 Serializer<T> serializer
           
 String tableName
           
 
Constructor Summary
HBaseMapState.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HBaseMapState.Options

public HBaseMapState.Options()


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.