Uses of Class
org.apache.storm.hbase.trident.state.HBaseState.Options

Packages that use HBaseState.Options
org.apache.storm.hbase.trident.state   
 

Uses of HBaseState.Options in org.apache.storm.hbase.trident.state
 

Methods in org.apache.storm.hbase.trident.state that return HBaseState.Options
 HBaseState.Options HBaseState.Options.withConfigKey(String configKey)
           
 HBaseState.Options HBaseState.Options.withDurability(org.apache.hadoop.hbase.client.Durability durability)
           
 HBaseState.Options HBaseState.Options.withMapper(TridentHBaseMapper mapper)
           
 HBaseState.Options HBaseState.Options.withProjectionCriteria(HBaseProjectionCriteria projectionCriteria)
           
 HBaseState.Options HBaseState.Options.withRowToStormValueMapper(HBaseValueMapper rowToStormValueMapper)
           
 HBaseState.Options HBaseState.Options.withTableName(String tableName)
           
 

Constructors in org.apache.storm.hbase.trident.state with parameters of type HBaseState.Options
HBaseState(Map map, int partitionIndex, int numPartitions, HBaseState.Options options)
           
HBaseStateFactory(HBaseState.Options options)
           
 



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