Package | Description |
---|---|
org.apache.storm.hbase.trident.state |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
HBaseMapState.nonTransactional(HBaseMapState.Options<Object> opts) |
static StateFactory |
HBaseMapState.opaque(HBaseMapState.Options<OpaqueValue> opts) |
static StateFactory |
HBaseMapState.transactional(HBaseMapState.Options<TransactionalValue> opts) |
Constructor and Description |
---|
Factory(StateType stateType,
HBaseMapState.Options options) |
HBaseMapState(HBaseMapState.Options<T> options,
Map map,
int partitionNum) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.