Package | Description |
---|---|
storm.trident.operation.builtin | |
storm.trident.state | |
storm.trident.state.map | |
storm.trident.state.snapshot | |
storm.trident.testing |
Modifier and Type | Method and Description |
---|---|
List<Iterator<List<Object>>> |
TupleCollectionGet.batchRetrieve(State state,
List<TridentTuple> args) |
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryFunction<S extends State,T> |
class |
BaseStateUpdater<S extends State> |
interface |
QueryFunction<S extends State,T> |
interface |
StateUpdater<S extends State> |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyState |
Modifier and Type | Method and Description |
---|---|
State |
StateFactory.makeState(Map conf,
IMetricsContext metrics,
int partitionIndex,
int numPartitions) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapState<T> |
interface |
ReadOnlyMapState<T> |
interface |
RemovableMapState<T> |
Modifier and Type | Class and Description |
---|---|
class |
NonTransactionalMap<T> |
class |
OpaqueMap<T> |
class |
SnapshottableMap<T> |
class |
TransactionalMap<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadOnlySnapshottable<T> |
interface |
Snapshottable<T> |
Modifier and Type | Class and Description |
---|---|
class |
LRUMemoryMapState<T> |
class |
MemoryMapState<T> |
Modifier and Type | Method and Description |
---|---|
State |
MemoryMapState.Factory.makeState(Map conf,
IMetricsContext metrics,
int partitionIndex,
int numPartitions) |
State |
LRUMemoryMapState.Factory.makeState(Map conf,
IMetricsContext metrics,
int partitionIndex,
int numPartitions) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.