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

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

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

Methods in org.apache.storm.hbase.trident.state with parameters of type HBaseMapState.Options
static StateFactory HBaseMapState.nonTransactional(HBaseMapState.Options<Object> opts)
           
static StateFactory HBaseMapState.opaque(HBaseMapState.Options<OpaqueValue> opts)
           
static StateFactory HBaseMapState.transactional(HBaseMapState.Options<TransactionalValue> opts)
           
 

Constructors in org.apache.storm.hbase.trident.state with parameters of type HBaseMapState.Options
HBaseMapState.Factory(StateType stateType, HBaseMapState.Options options)
           
HBaseMapState(HBaseMapState.Options<T> options, Map map, int partitionNum)
           
 



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