Modifier and Type | Method and Description |
---|---|
GlobalStreamId |
CoordinatedBolt.IdStreamSpec.getGlobalStreamId() |
Modifier and Type | Method and Description |
---|---|
GlobalStreamId |
GlobalStreamId.deepCopy() |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<GlobalStreamId,Long>> |
BoltStats.get_acked() |
Map<String,Map<GlobalStreamId,Double>> |
BoltStats.get_execute_ms_avg() |
Map<String,Map<GlobalStreamId,Long>> |
BoltStats.get_executed() |
Map<String,Map<GlobalStreamId,Long>> |
BoltStats.get_failed() |
Map<GlobalStreamId,Grouping> |
ComponentCommon.get_inputs() |
Map<String,Map<GlobalStreamId,Double>> |
BoltStats.get_process_ms_avg() |
Modifier and Type | Method and Description |
---|---|
int |
GlobalStreamId.compareTo(GlobalStreamId other) |
boolean |
GlobalStreamId.equals(GlobalStreamId that) |
void |
ComponentCommon.put_to_inputs(GlobalStreamId key,
Grouping val) |
Modifier and Type | Method and Description |
---|---|
void |
BoltStats.put_to_acked(String key,
Map<GlobalStreamId,Long> val) |
void |
BoltStats.put_to_execute_ms_avg(String key,
Map<GlobalStreamId,Double> val) |
void |
BoltStats.put_to_executed(String key,
Map<GlobalStreamId,Long> val) |
void |
BoltStats.put_to_failed(String key,
Map<GlobalStreamId,Long> val) |
void |
BoltStats.put_to_process_ms_avg(String key,
Map<GlobalStreamId,Double> val) |
void |
BoltStats.set_acked(Map<String,Map<GlobalStreamId,Long>> acked) |
void |
BoltStats.set_execute_ms_avg(Map<String,Map<GlobalStreamId,Double>> execute_ms_avg) |
void |
BoltStats.set_executed(Map<String,Map<GlobalStreamId,Long>> executed) |
void |
BoltStats.set_failed(Map<String,Map<GlobalStreamId,Long>> failed) |
void |
ComponentCommon.set_inputs(Map<GlobalStreamId,Grouping> inputs) |
void |
BoltStats.set_process_ms_avg(Map<String,Map<GlobalStreamId,Double>> process_ms_avg) |
Constructor and Description |
---|
GlobalStreamId(GlobalStreamId other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomStreamGrouping.prepare(WorkerTopologyContext context,
GlobalStreamId stream,
List<Integer> targetTasks)
Tells the stream grouping at runtime the tasks in the target bolt.
|
Modifier and Type | Method and Description |
---|---|
Map<GlobalStreamId,Grouping> |
GeneralTopologyContext.getSources(String componentId)
Gets the declared inputs to the specified component.
|
Map<GlobalStreamId,Grouping> |
TopologyContext.getThisSources()
Gets the declared inputs to this component.
|
Modifier and Type | Method and Description |
---|---|
Fields |
GeneralTopologyContext.getComponentOutputFields(GlobalStreamId id)
Gets the declared output fields for the specified global stream id.
|
Modifier and Type | Method and Description |
---|---|
void |
NGrouping.prepare(WorkerTopologyContext context,
GlobalStreamId stream,
List<Integer> targetTasks) |
Modifier and Type | Method and Description |
---|---|
BoltDeclarer |
TopologyBuilder.BoltGetter.grouping(GlobalStreamId id,
Grouping grouping) |
T |
InputDeclarer.grouping(GlobalStreamId id,
Grouping grouping) |
Modifier and Type | Method and Description |
---|---|
GlobalStreamId |
TupleImpl.getSourceGlobalStreamid() |
GlobalStreamId |
Tuple.getSourceGlobalStreamid()
Returns the global stream id (component + stream) of this tuple.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexHashGrouping.prepare(WorkerTopologyContext context,
GlobalStreamId stream,
List<Integer> targetTasks) |
void |
IdentityGrouping.prepare(WorkerTopologyContext context,
GlobalStreamId stream,
List<Integer> tasks) |
void |
GlobalGrouping.prepare(WorkerTopologyContext context,
GlobalStreamId stream,
List<Integer> targets) |
Modifier and Type | Field and Description |
---|---|
GlobalStreamId |
TridentBoltExecutor.CoordSpec.commitStream |
GlobalStreamId |
TridentBoltExecutor.CoordCondition.commitStream |
Constructor and Description |
---|
TridentBoltExecutor(ITridentBatchBolt bolt,
Map<GlobalStreamId,String> batchGroupIds,
Map<String,TridentBoltExecutor.CoordSpec> coordinationSpecs) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.