org.apache.storm.hbase.trident.state
Class HBaseMapState<T>
java.lang.Object
org.apache.storm.hbase.trident.state.HBaseMapState<T>
- All Implemented Interfaces:
- IBackingMap<T>
public class HBaseMapState<T>
- extends Object
- implements IBackingMap<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBaseMapState
public HBaseMapState(HBaseMapState.Options<T> options,
Map map,
int partitionNum)
opaque
public static StateFactory opaque()
opaque
public static StateFactory opaque(HBaseMapState.Options<OpaqueValue> opts)
transactional
public static StateFactory transactional()
transactional
public static StateFactory transactional(HBaseMapState.Options<TransactionalValue> opts)
nonTransactional
public static StateFactory nonTransactional()
nonTransactional
public static StateFactory nonTransactional(HBaseMapState.Options<Object> opts)
multiGet
public List<T> multiGet(List<List<Object>> keys)
- Specified by:
multiGet
in interface IBackingMap<T>
multiPut
public void multiPut(List<List<Object>> keys,
List<T> values)
- Specified by:
multiPut
in interface IBackingMap<T>
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.