org.apache.storm.hbase.trident.state
Class HBaseState.Options
java.lang.Object
org.apache.storm.hbase.trident.state.HBaseState.Options
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HBaseState
public static class HBaseState.Options
- 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 |
HBaseState.Options
public HBaseState.Options()
withDurability
public HBaseState.Options withDurability(org.apache.hadoop.hbase.client.Durability durability)
withProjectionCriteria
public HBaseState.Options withProjectionCriteria(HBaseProjectionCriteria projectionCriteria)
withConfigKey
public HBaseState.Options withConfigKey(String configKey)
withTableName
public HBaseState.Options withTableName(String tableName)
withRowToStormValueMapper
public HBaseState.Options withRowToStormValueMapper(HBaseValueMapper rowToStormValueMapper)
withMapper
public HBaseState.Options withMapper(TridentHBaseMapper mapper)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.