Modifier and Type | Method and Description |
---|---|
void |
ClojureBolt.execute(Tuple input) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatedBolt.CoordinatedOutputCollector.ack(Tuple tuple) |
void |
BatchOutputCollectorImpl.ack(Tuple tup) |
void |
IBatchBolt.execute(Tuple tuple) |
void |
CoordinatedBolt.execute(Tuple tuple) |
void |
BatchBoltExecutor.execute(Tuple input) |
void |
CoordinatedBolt.CoordinatedOutputCollector.fail(Tuple tuple) |
void |
BatchOutputCollectorImpl.fail(Tuple tup) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
CoordinatedBolt.CoordinatedOutputCollector.emit(String stream,
Collection<Tuple> anchors,
List<Object> tuple) |
void |
CoordinatedBolt.CoordinatedOutputCollector.emitDirect(int task,
String stream,
Collection<Tuple> anchors,
List<Object> tuple) |
Modifier and Type | Method and Description |
---|---|
void |
ReturnResults.execute(Tuple input) |
void |
KeyedFairBolt.execute(Tuple input) |
void |
JoinResult.execute(Tuple tuple) |
void |
PrepareRequest.execute(Tuple tuple,
BasicOutputCollector collector) |
Modifier and Type | Field and Description |
---|---|
Tuple |
BoltFailInfo.tuple |
Tuple |
BoltExecuteInfo.tuple |
Tuple |
BoltAckInfo.tuple |
Constructor and Description |
---|
BoltAckInfo(Tuple tuple,
int ackingTaskId,
Long processLatencyMs) |
BoltExecuteInfo(Tuple tuple,
int executingTaskId,
Long executeLatencyMs) |
BoltFailInfo(Tuple tuple,
int failingTaskId,
Long failLatencyMs) |
Modifier and Type | Method and Description |
---|---|
void |
SystemBolt.execute(Tuple input) |
void |
MetricsConsumerBolt.execute(Tuple input) |
Modifier and Type | Method and Description |
---|---|
Tuple |
KryoTupleDeserializer.deserialize(byte[] ser) |
Tuple |
ITupleDeserializer.deserialize(byte[] ser) |
Modifier and Type | Method and Description |
---|---|
byte[] |
KryoTupleSerializer.serialize(Tuple tuple) |
byte[] |
ITupleSerializer.serialize(Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
void |
ISubscribedState.set(Object id,
Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
void |
OutputCollector.ack(Tuple input) |
void |
IOutputCollector.ack(Tuple input) |
List<Integer> |
OutputCollector.emit(String streamId,
Tuple anchor,
List<Object> tuple)
Emits a new tuple to a specific stream with a single anchor.
|
List<Integer> |
OutputCollector.emit(Tuple anchor,
List<Object> tuple)
Emits a new tuple to the default stream anchored on a single tuple.
|
void |
OutputCollector.emitDirect(int taskId,
String streamId,
Tuple anchor,
List<Object> tuple)
Emits a tuple directly to the specified task id on the specified stream.
|
void |
OutputCollector.emitDirect(int taskId,
Tuple anchor,
List<Object> tuple)
Emits a tuple directly to the specified task id on the default stream.
|
void |
ShellBolt.execute(Tuple input) |
void |
IBolt.execute(Tuple input)
Process a single tuple of input.
|
void |
OutputCollector.fail(Tuple input) |
void |
IOutputCollector.fail(Tuple input) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
OutputCollector.emit(Collection<Tuple> anchors,
List<Object> tuple)
Emits a new tuple to the default stream anchored on a group of input tuples.
|
List<Integer> |
OutputCollector.emit(String streamId,
Collection<Tuple> anchors,
List<Object> tuple) |
List<Integer> |
IOutputCollector.emit(String streamId,
Collection<Tuple> anchors,
List<Object> tuple)
Returns the task ids that received the tuples.
|
void |
OutputCollector.emitDirect(int taskId,
Collection<Tuple> anchors,
List<Object> tuple)
Emits a tuple directly to the specified task id on the default stream.
|
void |
OutputCollector.emitDirect(int taskId,
String streamId,
Collection<Tuple> anchors,
List<Object> tuple) |
void |
IOutputCollector.emitDirect(int taskId,
String streamId,
Collection<Tuple> anchors,
List<Object> tuple) |
Modifier and Type | Method and Description |
---|---|
void |
TupleCaptureBolt.execute(Tuple input) |
void |
TestPlannerBolt.execute(Tuple input) |
void |
TestGlobalCount.execute(Tuple input) |
void |
TestEventOrderCheckBolt.execute(Tuple input) |
void |
TestAggregatesCounter.execute(Tuple input) |
void |
NonRichBoltTracker.execute(Tuple input) |
void |
KeyedSummingBatchBolt.execute(Tuple tuple) |
void |
KeyedCountingBatchBolt.execute(Tuple tuple) |
void |
CountingCommitBolt.execute(Tuple tuple) |
void |
CountingBatchBolt.execute(Tuple tuple) |
void |
BatchNumberList.execute(Tuple tuple) |
void |
TestWordCounter.execute(Tuple input,
BasicOutputCollector collector) |
void |
TestConfBolt.execute(Tuple input,
BasicOutputCollector collector) |
void |
PrepareBatchBolt.execute(Tuple input,
BasicOutputCollector collector) |
void |
IdentityBolt.execute(Tuple input,
BasicOutputCollector collector) |
void |
BatchRepeatA.execute(Tuple input,
BasicOutputCollector collector) |
void |
BatchProcessWord.execute(Tuple input,
BasicOutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
BasicBoltExecutor.execute(Tuple input) |
void |
IBasicBolt.execute(Tuple input,
BasicOutputCollector collector)
Process the input tuple and optionally emit new tuples based on the input tuple.
|
void |
BasicOutputCollector.setContext(Tuple inputTuple) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalSpoutBatchExecutor.execute(Tuple input) |
Modifier and Type | Class and Description |
---|---|
class |
TupleImpl |
Modifier and Type | Method and Description |
---|---|
void |
SubtopologyBolt.execute(BatchInfo batchInfo,
Tuple tuple) |
void |
SubtopologyBolt.InitialReceiver.receive(ProcessorContext context,
Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
void |
TridentSpoutExecutor.execute(BatchInfo info,
Tuple input) |
void |
TridentSpoutCoordinator.execute(Tuple tuple,
BasicOutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
TridentBoltExecutor.CoordinatedOutputCollector.ack(Tuple tuple) |
void |
ITridentBatchBolt.execute(BatchInfo batchInfo,
Tuple tuple) |
void |
TridentBoltExecutor.execute(Tuple tuple) |
void |
TridentBoltExecutor.CoordinatedOutputCollector.fail(Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
TridentBoltExecutor.CoordinatedOutputCollector.emit(String stream,
Collection<Tuple> anchors,
List<Object> tuple) |
void |
TridentBoltExecutor.CoordinatedOutputCollector.emitDirect(int task,
String stream,
Collection<Tuple> anchors,
List<Object> tuple) |
Modifier and Type | Method and Description |
---|---|
TridentTuple |
TridentTupleView.RootFactory.create(Tuple parent) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.