Uses of Interface
storm.trident.tuple.TridentTuple

Packages that use TridentTuple
storm.trident.drpc   
storm.trident.operation   
storm.trident.operation.builtin   
storm.trident.operation.impl   
storm.trident.planner   
storm.trident.planner.processor   
storm.trident.state   
storm.trident.state.map   
storm.trident.testing   
storm.trident.tuple   
 

Uses of TridentTuple in storm.trident.drpc
 

Methods in storm.trident.drpc with parameters of type TridentTuple
 void ReturnResultsReducer.execute(ReturnResultsReducer.ReturnResultsState state, int streamIndex, TridentTuple input, TridentCollector collector)
           
 

Uses of TridentTuple in storm.trident.operation
 

Methods in storm.trident.operation with parameters of type TridentTuple
 void Aggregator.aggregate(T val, TridentTuple tuple, TridentCollector collector)
           
 void GroupedMultiReducer.complete(T state, TridentTuple group, TridentCollector collector)
           
 void MultiReducer.execute(T state, int streamIndex, TridentTuple input, TridentCollector collector)
           
 void GroupedMultiReducer.execute(T state, int streamIndex, TridentTuple group, TridentTuple input, TridentCollector collector)
           
 void Function.execute(TridentTuple tuple, TridentCollector collector)
           
 T GroupedMultiReducer.init(TridentCollector collector, TridentTuple group)
           
 T CombinerAggregator.init(TridentTuple tuple)
           
 boolean Filter.isKeep(TridentTuple tuple)
           
 T ReducerAggregator.reduce(T curr, TridentTuple tuple)
           
 

Uses of TridentTuple in storm.trident.operation.builtin
 

Methods in storm.trident.operation.builtin with parameters of type TridentTuple
 void FirstN.FirstNAgg.aggregate(storm.trident.operation.builtin.FirstN.FirstNAgg.State val, TridentTuple tuple, TridentCollector collector)
           
 void FirstN.FirstNSortedAgg.aggregate(PriorityQueue state, TridentTuple tuple, TridentCollector collector)
           
 void TupleCollectionGet.execute(TridentTuple tuple, Iterator<List<Object>> tuplesIterator, TridentCollector collector)
           
 void SnapshotGet.execute(TridentTuple tuple, Object result, TridentCollector collector)
           
 void MapGet.execute(TridentTuple tuple, Object result, TridentCollector collector)
           
 Number Sum.init(TridentTuple tuple)
           
 Long Count.init(TridentTuple tuple)
           
 boolean Negate.isKeep(TridentTuple tuple)
           
 boolean FilterNull.isKeep(TridentTuple tuple)
           
 boolean Equals.isKeep(TridentTuple tuple)
           
 boolean Debug.isKeep(TridentTuple tuple)
           
 

Method parameters in storm.trident.operation.builtin with type arguments of type TridentTuple
 List<Object> MapGet.batchRetrieve(ReadOnlyMapState map, List<TridentTuple> keys)
           
 List<Object> SnapshotGet.batchRetrieve(ReadOnlySnapshottable state, List<TridentTuple> args)
           
 List<Iterator<List<Object>>> TupleCollectionGet.batchRetrieve(State state, List<TridentTuple> args)
           
 

Uses of TridentTuple in storm.trident.operation.impl
 

Methods in storm.trident.operation.impl that return types with arguments of type TridentTuple
 Map<TridentTuple,Object> GroupedMultiReducerExecutor.init(TridentCollector collector)
           
 

Methods in storm.trident.operation.impl with parameters of type TridentTuple
 void ChainedAggregatorImpl.aggregate(ChainedResult val, TridentTuple tuple, TridentCollector collector)
           
 void GroupedAggregator.aggregate(Object[] arr, TridentTuple tuple, TridentCollector collector)
           
 void ReducerAggregatorImpl.aggregate(Result val, TridentTuple tuple, TridentCollector collector)
           
 void CombinerAggregatorCombineImpl.aggregate(Result val, TridentTuple tuple, TridentCollector collector)
           
 void SingleEmitAggregator.aggregate(storm.trident.operation.impl.SingleEmitAggregator.SingleEmitState val, TridentTuple tuple, TridentCollector collector)
           
 void JoinerMultiReducer.complete(JoinerMultiReducer.JoinState state, TridentTuple group, TridentCollector collector)
           
 void JoinerMultiReducer.execute(JoinerMultiReducer.JoinState state, int streamIndex, TridentTuple group, TridentTuple input, TridentCollector collector)
           
 void GroupedMultiReducerExecutor.execute(Map<TridentTuple,Object> state, int streamIndex, TridentTuple full, TridentCollector collector)
           
 void IdentityMultiReducer.execute(Object state, int streamIndex, TridentTuple input, TridentCollector collector)
           
 void FilterExecutor.execute(TridentTuple tuple, TridentCollector collector)
           
 void CombinerAggregatorInitImpl.execute(TridentTuple tuple, TridentCollector collector)
           
 JoinerMultiReducer.JoinState JoinerMultiReducer.init(TridentCollector collector, TridentTuple group)
           
 boolean TrueFilter.isKeep(TridentTuple tuple)
           
 

Method parameters in storm.trident.operation.impl with type arguments of type TridentTuple
 void GroupedMultiReducerExecutor.complete(Map<TridentTuple,Object> state, TridentCollector collector)
           
 void GroupedMultiReducerExecutor.execute(Map<TridentTuple,Object> state, int streamIndex, TridentTuple full, TridentCollector collector)
           
 void ReducerAggStateUpdater.updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector)
           
 void CombinerAggStateUpdater.updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector)
           
 

Constructors in storm.trident.operation.impl with parameters of type TridentTuple
JoinerMultiReducer.JoinState(int numSides, TridentTuple group)
           
 

Uses of TridentTuple in storm.trident.planner
 

Methods in storm.trident.planner with parameters of type TridentTuple
 void TupleReceiver.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void BridgeReceiver.execute(ProcessorContext context, String streamId, TridentTuple tuple)
           
 

Uses of TridentTuple in storm.trident.planner.processor
 

Methods in storm.trident.planner.processor with parameters of type TridentTuple
 void StateQueryProcessor.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void ProjectedProcessor.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void PartitionPersistProcessor.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void MultiReducerProcessor.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void EachProcessor.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void AggregateProcessor.execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
           
 void AppendCollector.setContext(ProcessorContext pc, TridentTuple t)
           
 

Uses of TridentTuple in storm.trident.state
 

Methods in storm.trident.state with parameters of type TridentTuple
 void QueryFunction.execute(TridentTuple tuple, T result, TridentCollector collector)
           
 

Method parameters in storm.trident.state with type arguments of type TridentTuple
 List<T> QueryFunction.batchRetrieve(S state, List<TridentTuple> args)
           
 void StateUpdater.updateState(S state, List<TridentTuple> tuples, TridentCollector collector)
           
 

Constructor parameters in storm.trident.state with type arguments of type TridentTuple
ReducerValueUpdater(ReducerAggregator agg, List<TridentTuple> tuples)
           
 

Uses of TridentTuple in storm.trident.state.map
 

Method parameters in storm.trident.state.map with type arguments of type TridentTuple
 void MapReducerAggStateUpdater.updateState(MapState map, List<TridentTuple> tuples, TridentCollector collector)
           
 void MapCombinerAggStateUpdater.updateState(MapState map, List<TridentTuple> tuples, TridentCollector collector)
           
 

Uses of TridentTuple in storm.trident.testing
 

Classes in storm.trident.testing that implement TridentTuple
 class MockTridentTuple
          A tuple intended for use in testing.
 

Methods in storm.trident.testing with parameters of type TridentTuple
 void CountAsAggregator.aggregate(storm.trident.testing.CountAsAggregator.State state, TridentTuple tuple, TridentCollector collector)
           
 void TuplifyArgs.execute(TridentTuple input, TridentCollector collector)
           
 void StringLength.execute(TridentTuple tuple, TridentCollector collector)
           
 void Split.execute(TridentTuple tuple, TridentCollector collector)
           
 boolean TrueFilter.isKeep(TridentTuple tuple)
           
 

Uses of TridentTuple in storm.trident.tuple
 

Classes in storm.trident.tuple that implement TridentTuple
 class TridentTupleView
           
 

Methods in storm.trident.tuple that return TridentTuple
 TridentTuple TridentTupleView.FreshOutputFactory.create(List<Object> selfVals)
           
 TridentTuple TridentTupleView.ProjectionFactory.create(TridentTuple parent)
           
 TridentTuple TridentTupleView.OperationOutputFactory.create(TridentTupleView parent, List<Object> selfVals)
           
 TridentTuple TridentTupleView.RootFactory.create(Tuple parent)
           
 

Methods in storm.trident.tuple with parameters of type TridentTuple
 TridentTuple TridentTupleView.ProjectionFactory.create(TridentTuple parent)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.