Modifier and Type | Class and Description |
---|---|
class |
CassandraQuery |
class |
CassandraStateUpdater |
Modifier and Type | Class and Description |
---|---|
class |
DruidBeamStateUpdater<E>
Deprecated.
the preferred way to ingest streaming events to druid is through Kafka, as such storm-druid is deprecated and will be removed in 2.x releases of storm.
|
Modifier and Type | Class and Description |
---|---|
class |
EsUpdater |
Modifier and Type | Class and Description |
---|---|
static class |
TransactionalTridentEventCount.LoggingFilter |
Modifier and Type | Class and Description |
---|---|
class |
HBaseQuery |
class |
HBaseUpdater |
Modifier and Type | Class and Description |
---|---|
class |
HdfsUpdater |
Modifier and Type | Class and Description |
---|---|
class |
HiveUpdater |
Modifier and Type | Class and Description |
---|---|
class |
JdbcQuery |
class |
JdbcUpdater |
Modifier and Type | Class and Description |
---|---|
class |
JmsUpdater |
Modifier and Type | Class and Description |
---|---|
class |
TridentKafkaStateUpdater<K,V> |
class |
TridentKafkaUpdater |
Modifier and Type | Class and Description |
---|---|
class |
MongoStateUpdater |
Modifier and Type | Class and Description |
---|---|
class |
MqttPublishFunction |
Modifier and Type | Class and Description |
---|---|
class |
OpenTsdbStateUpdater
Trident
StateUpdater implementation for OpenTSDB. |
Modifier and Type | Class and Description |
---|---|
class |
PrintFunction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRedisStateQuerier<T extends State>
AbstractRedisStateQuerier is base class of any RedisStateQuerier, which implements BaseQueryFunction.
|
class |
AbstractRedisStateUpdater<T extends State>
AbstractRedisStateUpdater is base class of any RedisStateUpdater, which implements BaseStateUpdater.
|
class |
RedisClusterStateQuerier
BaseQueryFunction implementation for Redis Cluster environment.
|
class |
RedisClusterStateUpdater
BaseStateUpdater implementation for Redis Cluster environment.
|
class |
RedisStateQuerier
BaseQueryFunction implementation for single Redis environment.
|
class |
RedisStateUpdater
BaseStateUpdater implementation for single Redis environment.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrUpdater |
Modifier and Type | Class and Description |
---|---|
class |
SocketStateUpdater
StateUpdater for SocketState.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationCalc |
class |
EvaluationFilter |
class |
EvaluationFunction |
class |
ForwardFunction |
Modifier and Type | Class and Description |
---|---|
static class |
TridentReach.ExpandList |
static class |
TridentWordCount.Split |
Modifier and Type | Interface and Description |
---|---|
interface |
Aggregator<T> |
interface |
EachOperation |
interface |
Filter
Filters take in a tuple as input and decide whether or not to keep that tuple or not.
|
interface |
Function
A function takes in a set of input fields and emits zero or more tuples as output.
|
interface |
OperationAwareFlatMapFunction
A one to many transformation function which is aware of Operation (lifecycle of the Trident component)
|
interface |
OperationAwareMapFunction
A one-one transformation function which is aware of Operation (lifecycle of the Trident component)
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAggregator<T> |
class |
BaseFilter |
class |
BaseFunction |
class |
BaseOperation
Convenience implementation of the
Operation interface. |
Modifier and Type | Class and Description |
---|---|
class |
ComparisonAggregator<T>
Abstract
Aggregator for comparing two values in a stream. |
class |
Debug
Filter for debugging purposes.
|
class |
Equals |
class |
FilterNull
Simple
Filter implementation that filters out any tuples that have fields with a value of null . |
static class |
FirstN.FirstNAgg |
static class |
FirstN.FirstNSortedAgg |
class |
MapGet |
class |
Max
This aggregator computes the maximum of aggregated tuples in a stream.
|
class |
MaxWithComparator<T>
This aggregator computes the maximum of aggregated tuples in a stream.
|
class |
Min
This aggregator computes the minimum of aggregated tuples in a stream.
|
class |
MinWithComparator<T>
This aggregator computes the minimum of aggregated tuples in a stream.
|
class |
Negate
A
Filter implementation that inverts another delegate Filter . |
class |
SnapshotGet |
class |
TupleCollectionGet |
Modifier and Type | Class and Description |
---|---|
class |
ChainedAggregatorImpl |
class |
CombinerAggregatorCombineImpl |
class |
CombinerAggregatorInitImpl |
class |
CombinerAggStateUpdater |
class |
ConsumerExecutor |
class |
FilterExecutor |
class |
FlatMapFunctionExecutor |
class |
GroupedAggregator |
class |
MapFunctionExecutor |
class |
ReducerAggregatorImpl |
class |
ReducerAggStateUpdater |
class |
SingleEmitAggregator |
class |
TrueFilter |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryFunction<S extends State,T> |
interface |
StateUpdater<S extends State> |
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryFunction<S extends State,T> |
class |
BaseStateUpdater<S extends State> |
Modifier and Type | Class and Description |
---|---|
class |
MapCombinerAggStateUpdater |
class |
MapReducerAggStateUpdater |
Modifier and Type | Class and Description |
---|---|
class |
CountAsAggregator |
class |
Split |
class |
StringLength |
class |
TuplifyArgs |
Modifier and Type | Class and Description |
---|---|
class |
WindowsStateUpdater
StateUpdater<WindowState> instance which removes successfully emitted triggers from store |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.