A B C D E F G H I J K L M N O P R S T U V W 

A

ack(Tuple) - Method in interface com.twitter.heron.api.bolt.IOutputCollector
 
ack(Tuple) - Method in class com.twitter.heron.api.bolt.OutputCollector
 
ack(Object) - Method in class com.twitter.heron.api.spout.BaseRichSpout
 
ack(Object) - Method in interface com.twitter.heron.api.spout.ISpout
Heron has determined that the tuple emitted by this spout with the msgId identifier has been fully processed.
activate() - Method in class com.twitter.heron.api.spout.BaseRichSpout
 
activate() - Method in interface com.twitter.heron.api.spout.ISpout
Called when a spout has been activated out of a deactivated mode.
addAllBolts(Iterable<? extends TopologyAPI.Bolt>) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addAllInputs(Iterable<? extends TopologyAPI.InputStream>) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addAllKeys(Iterable<? extends TopologyAPI.StreamSchema.KeyType>) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addAllKvs(Iterable<? extends TopologyAPI.Config.KeyValue>) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addAllOutputs(Iterable<? extends TopologyAPI.OutputStream>) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addAllOutputs(Iterable<? extends TopologyAPI.OutputStream>) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addAllSpouts(Iterable<? extends TopologyAPI.Spout>) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addBolts(TopologyAPI.Bolt) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addBolts(int, TopologyAPI.Bolt) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addBolts(TopologyAPI.Bolt.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addBolts(int, TopologyAPI.Bolt.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addBoltsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addBoltsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
addClasspath(Map, String) - Method in class com.twitter.heron.api.Config
 
addConfiguration(String, Object) - Method in class com.twitter.heron.api.topology.BaseConfigurationDeclarer
 
addConfiguration(String, Object) - Method in interface com.twitter.heron.api.topology.ComponentConfigurationDeclarer
 
addConfigurations(Map) - Method in class com.twitter.heron.api.topology.BaseComponentDeclarer
 
addConfigurations(Map) - Method in interface com.twitter.heron.api.topology.ComponentConfigurationDeclarer
 
addInputs(TopologyAPI.InputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addInputs(int, TopologyAPI.InputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addInputs(TopologyAPI.InputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addInputs(int, TopologyAPI.InputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addInputsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addInputsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
addKeys(TopologyAPI.StreamSchema.KeyType) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addKeys(int, TopologyAPI.StreamSchema.KeyType) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addKeys(TopologyAPI.StreamSchema.KeyType.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addKeys(int, TopologyAPI.StreamSchema.KeyType.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addKeysBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addKeysBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
addKvs(TopologyAPI.Config.KeyValue) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addKvs(int, TopologyAPI.Config.KeyValue) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addKvs(TopologyAPI.Config.KeyValue.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addKvs(int, TopologyAPI.Config.KeyValue.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addKvsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addKvsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
addOutputs(TopologyAPI.OutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addOutputs(int, TopologyAPI.OutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addOutputs(TopologyAPI.OutputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addOutputs(int, TopologyAPI.OutputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addOutputs(TopologyAPI.OutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addOutputs(int, TopologyAPI.OutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addOutputs(TopologyAPI.OutputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addOutputs(int, TopologyAPI.OutputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addOutputsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addOutputsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
addOutputsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addOutputsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
addSpouts(TopologyAPI.Spout) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addSpouts(int, TopologyAPI.Spout) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addSpouts(TopologyAPI.Spout.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addSpouts(int, TopologyAPI.Spout.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addSpoutsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addSpoutsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
addTaskHook(ITaskHook) - Method in interface com.twitter.heron.api.topology.TopologyContext
Add a Task Hook for this instance
ALL_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
ALL = 3;
allGrouping(String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
allGrouping(String, String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
AlreadyAliveException - Exception in com.twitter.heron.api.exception
 
AlreadyAliveException() - Constructor for exception com.twitter.heron.api.exception.AlreadyAliveException
 
AssignableMetric - Class in com.twitter.heron.api.metric
 
AssignableMetric(Object) - Constructor for class com.twitter.heron.api.metric.AssignableMetric
 
autoTune(Long) - Method in class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
 

B

BaseBasicBolt - Class in com.twitter.heron.api.bolt
 
BaseBasicBolt() - Constructor for class com.twitter.heron.api.bolt.BaseBasicBolt
 
BaseComponent - Class in com.twitter.heron.api.topology
 
BaseComponent() - Constructor for class com.twitter.heron.api.topology.BaseComponent
 
BaseComponentDeclarer<T extends ComponentConfigurationDeclarer> - Class in com.twitter.heron.api.topology
 
BaseComponentDeclarer(String, IComponent, Number) - Constructor for class com.twitter.heron.api.topology.BaseComponentDeclarer
 
BaseConfigurationDeclarer<T extends ComponentConfigurationDeclarer> - Class in com.twitter.heron.api.topology
 
BaseConfigurationDeclarer() - Constructor for class com.twitter.heron.api.topology.BaseConfigurationDeclarer
 
BaseRichBolt - Class in com.twitter.heron.api.bolt
 
BaseRichBolt() - Constructor for class com.twitter.heron.api.bolt.BaseRichBolt
 
BaseRichSpout - Class in com.twitter.heron.api.spout
 
BaseRichSpout() - Constructor for class com.twitter.heron.api.spout.BaseRichSpout
 
BaseTaskHook - Class in com.twitter.heron.api.hooks
 
BaseTaskHook() - Constructor for class com.twitter.heron.api.hooks.BaseTaskHook
 
BasicBoltExecutor - Class in com.twitter.heron.api.bolt
 
BasicBoltExecutor(IBasicBolt) - Constructor for class com.twitter.heron.api.bolt.BasicBoltExecutor
 
BasicOutputCollector - Class in com.twitter.heron.api.bolt
 
BasicOutputCollector(OutputCollector) - Constructor for class com.twitter.heron.api.bolt.BasicOutputCollector
 
boltAck(BoltAckInfo) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
boltAck(BoltAckInfo) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called in bolt everytime a tuple gets acked
BoltAckInfo - Class in com.twitter.heron.api.hooks.info
 
BoltAckInfo(Tuple, int, Long) - Constructor for class com.twitter.heron.api.hooks.info.BoltAckInfo
 
BoltDeclarer - Class in com.twitter.heron.api.topology
 
BoltDeclarer(String, IRichBolt, Number) - Constructor for class com.twitter.heron.api.topology.BoltDeclarer
 
boltExecute(BoltExecuteInfo) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
boltExecute(BoltExecuteInfo) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called in bolt everytime a tuple gets executed
BoltExecuteInfo - Class in com.twitter.heron.api.hooks.info
 
BoltExecuteInfo(Tuple, int, Long) - Constructor for class com.twitter.heron.api.hooks.info.BoltExecuteInfo
 
boltFail(BoltFailInfo) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
boltFail(BoltFailInfo) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called in bolt everytime a tuple gets failed
BoltFailInfo - Class in com.twitter.heron.api.hooks.info
 
BoltFailInfo(Tuple, int, Long) - Constructor for class com.twitter.heron.api.hooks.info.BoltFailInfo
 
BOLTS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
build() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
buildPartial() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 

C

chooseTasks(List<Object>) - Method in interface com.twitter.heron.api.grouping.CustomStreamGrouping
This function implements a custom stream grouping.
cleanup() - Method in class com.twitter.heron.api.bolt.BaseBasicBolt
 
cleanup() - Method in class com.twitter.heron.api.bolt.BaseRichBolt
 
cleanup() - Method in class com.twitter.heron.api.bolt.BasicBoltExecutor
 
cleanup() - Method in interface com.twitter.heron.api.bolt.IBasicBolt
 
cleanup() - Method in interface com.twitter.heron.api.bolt.IBolt
Called when an IBolt is going to be shutdown.
cleanup() - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
cleanup() - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called just before the spout/bolt's cleanup method is called.
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
clear() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
clearBolts() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
clearComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
clearComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
clearComponentName() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string component_name = 2;
clearConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
clearCustomGroupingJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional bytes custom_grouping_java_object = 4;
clearGroupingFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
clearGtype() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.Grouping gtype = 2;
clearId() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string id = 1;
clearId() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string id = 1;
clearInputs() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
clearJavaClassName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional string java_class_name = 2;
clearJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional bytes java_object = 4;
clearJavaSerializedValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional bytes java_serialized_value = 3;
clearKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
required string key = 1;
clearKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required string key = 1;
clearKeys() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
clearKvs() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
clearName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required string name = 1;
clearName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string name = 2;
clearOutputs() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
clearOutputs() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
clearSchema() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
clearSpouts() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
clearState() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required .heron.proto.api.TopologyState state = 5;
clearStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
clearStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
clearTopologyConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
clearType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required .heron.proto.api.Type type = 2;
clearValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional string value = 2;
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
clone() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
close() - Method in class com.twitter.heron.api.spout.BaseRichSpout
 
close() - Method in interface com.twitter.heron.api.spout.ISpout
Called when an ISpout is going to be shutdown.
com.twitter.heron.api - package com.twitter.heron.api
 
com.twitter.heron.api.bolt - package com.twitter.heron.api.bolt
 
com.twitter.heron.api.exception - package com.twitter.heron.api.exception
 
com.twitter.heron.api.generated - package com.twitter.heron.api.generated
 
com.twitter.heron.api.grouping - package com.twitter.heron.api.grouping
 
com.twitter.heron.api.hooks - package com.twitter.heron.api.hooks
 
com.twitter.heron.api.hooks.info - package com.twitter.heron.api.hooks.info
 
com.twitter.heron.api.metric - package com.twitter.heron.api.metric
 
com.twitter.heron.api.serializer - package com.twitter.heron.api.serializer
 
com.twitter.heron.api.spout - package com.twitter.heron.api.spout
 
com.twitter.heron.api.topology - package com.twitter.heron.api.topology
 
com.twitter.heron.api.tuple - package com.twitter.heron.api.tuple
 
com.twitter.heron.api.utils - package com.twitter.heron.api.utils
 
combine(T, T) - Method in interface com.twitter.heron.api.metric.ICombiner
 
CombinedMetric - Class in com.twitter.heron.api.metric
 
CombinedMetric(ICombiner) - Constructor for class com.twitter.heron.api.metric.CombinedMetric
 
COMP_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
COMP_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
ComponentConfigurationDeclarer<T extends ComponentConfigurationDeclarer> - Interface in com.twitter.heron.api.topology
 
Config - Class in com.twitter.heron.api
Topology configs are specified as a plain old map.
Config() - Constructor for class com.twitter.heron.api.Config
 
Config(Map) - Constructor for class com.twitter.heron.api.Config
 
CONFIG_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Component
 
contains(String) - Method in class com.twitter.heron.api.tuple.Fields
Returns true if this contains the specified name of the field.
contains(String) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns true if this tuple contains the specified name of the field.
count - Variable in class com.twitter.heron.api.metric.MeanReducerState
 
CountMetric - Class in com.twitter.heron.api.metric
 
CountMetric() - Constructor for class com.twitter.heron.api.metric.CountMetric
 
createTopology() - Method in class com.twitter.heron.api.topology.TopologyBuilder
 
CUSTOM_GROUPING_JAVA_OBJECT_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
CUSTOM_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
CUSTOM = 7;
customGrouping(String, CustomStreamGrouping) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
customGrouping(String, String, CustomStreamGrouping) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
CustomStreamGrouping - Interface in com.twitter.heron.api.grouping
 

D

deactivate() - Method in class com.twitter.heron.api.spout.BaseRichSpout
 
deactivate() - Method in interface com.twitter.heron.api.spout.ISpout
Called when a spout has been deactivated.
declare(Fields) - Method in interface com.twitter.heron.api.topology.OutputFieldsDeclarer
Uses default stream id.
declare(boolean, Fields) - Method in interface com.twitter.heron.api.topology.OutputFieldsDeclarer
 
declare(Fields) - Method in class com.twitter.heron.api.topology.OutputFieldsGetter
 
declare(boolean, Fields) - Method in class com.twitter.heron.api.topology.OutputFieldsGetter
 
declareOutputFields(OutputFieldsDeclarer) - Method in class com.twitter.heron.api.bolt.BasicBoltExecutor
 
declareOutputFields(OutputFieldsDeclarer) - Method in interface com.twitter.heron.api.topology.IComponent
Declare the output schema for all the streams of this topology.
declareStream(String, Fields) - Method in interface com.twitter.heron.api.topology.OutputFieldsDeclarer
 
declareStream(String, boolean, Fields) - Method in interface com.twitter.heron.api.topology.OutputFieldsDeclarer
 
declareStream(String, Fields) - Method in class com.twitter.heron.api.topology.OutputFieldsGetter
 
declareStream(String, boolean, Fields) - Method in class com.twitter.heron.api.topology.OutputFieldsGetter
 
DEFAULT_STREAM_ID - Static variable in class com.twitter.heron.api.utils.Utils
 
DefaultMaxSpoutPendingTuner - Class in com.twitter.heron.api.utils
This is a class that helps to auto tune the max spout pending value
DefaultMaxSpoutPendingTuner(float, double) - Constructor for class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
Conv constructor when initing from a non-set initial value
DefaultMaxSpoutPendingTuner(Long, float, double) - Constructor for class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
 
deserialize(byte[]) - Method in interface com.twitter.heron.api.serializer.IPluggableSerializer
 
deserialize(byte[]) - Method in class com.twitter.heron.api.serializer.JavaSerializer
 
deserialize(byte[]) - Method in class com.twitter.heron.api.serializer.KryoSerializer
 
deserialize(byte[]) - Method in interface com.twitter.heron.api.spout.MultiScheme
 
deserialize(byte[]) - Method in class com.twitter.heron.api.spout.RawMultiScheme
 
deserialize(byte[]) - Method in class com.twitter.heron.api.spout.RawScheme
 
deserialize(byte[]) - Method in interface com.twitter.heron.api.spout.Scheme
 
deserialize(byte[]) - Method in class com.twitter.heron.api.spout.SchemeAsMultiScheme
 
deserialize(byte[]) - Static method in class com.twitter.heron.api.utils.Utils
 
DIRECT_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
DIRECT = 6;
directGrouping(String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
directGrouping(String, String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
dump(TopologyAPI.Component.Builder) - Method in class com.twitter.heron.api.topology.BaseComponentDeclarer
 
dump(TopologyAPI.Topology.Builder) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
dump(TopologyAPI.Topology.Builder) - Method in class com.twitter.heron.api.topology.SpoutDeclarer
 

E

emit(String, List<Object>) - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
emit(List<Object>) - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
emit(String, List<Object>) - Method in interface com.twitter.heron.api.bolt.IBasicOutputCollector
 
emit(String, Collection<Tuple>, List<Object>) - Method in interface com.twitter.heron.api.bolt.IOutputCollector
Returns the task ids that received the tuples.
emit(String, Tuple, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a new tuple to a specific stream with a single anchor.
emit(String, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a new unanchored tuple to the specified stream.
emit(Collection<Tuple>, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a new tuple to the default stream anchored on a group of input tuples.
emit(Tuple, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a new tuple to the default stream anchored on a single tuple.
emit(List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a new unanchored tuple to the default stream.
emit(String, Collection<Tuple>, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
 
emit(EmitInfo) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
emit(EmitInfo) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called everytime a tuple is emitted in spout/bolt
emit(String, List<Object>, Object) - Method in interface com.twitter.heron.api.spout.ISpoutOutputCollector
Returns the task ids that received the tuples.
emit(String, List<Object>, Object) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a new tuple to the specified output stream with the given message ID.
emit(List<Object>, Object) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a new tuple to the default output stream with the given message ID.
emit(List<Object>) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a tuple to the default output stream with a null message id.
emit(String, List<Object>) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a tuple to the specified output stream with a null message id.
emitDirect(int, String, List<Object>) - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
emitDirect(int, List<Object>) - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
emitDirect(int, String, List<Object>) - Method in interface com.twitter.heron.api.bolt.IBasicOutputCollector
 
emitDirect(int, String, Collection<Tuple>, List<Object>) - Method in interface com.twitter.heron.api.bolt.IOutputCollector
 
emitDirect(int, String, Tuple, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a tuple directly to the specified task id on the specified stream.
emitDirect(int, String, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a tuple directly to the specified task id on the specified stream.
emitDirect(int, Collection<Tuple>, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a tuple directly to the specified task id on the default stream.
emitDirect(int, Tuple, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a tuple directly to the specified task id on the default stream.
emitDirect(int, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
Emits a tuple directly to the specified task id on the default stream.
emitDirect(int, String, Collection<Tuple>, List<Object>) - Method in class com.twitter.heron.api.bolt.OutputCollector
 
emitDirect(int, String, List<Object>, Object) - Method in interface com.twitter.heron.api.spout.ISpoutOutputCollector
 
emitDirect(int, String, List<Object>, Object) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a tuple to the specified task on the specified output stream.
emitDirect(int, List<Object>, Object) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a tuple to the specified task on the default output stream.
emitDirect(int, String, List<Object>) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a tuple to the specified task on the specified output stream.
emitDirect(int, List<Object>) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
Emits a tuple to the specified task on the default output stream.
EmitInfo - Class in com.twitter.heron.api.hooks.info
 
EmitInfo(List<Object>, String, int, Collection<Integer>) - Constructor for class com.twitter.heron.api.hooks.info.EmitInfo
 
execute(Tuple) - Method in class com.twitter.heron.api.bolt.BasicBoltExecutor
 
execute(Tuple, BasicOutputCollector) - Method in interface com.twitter.heron.api.bolt.IBasicBolt
Process the input tuple and optionally emit new tuples based on the input tuple.
execute(Tuple) - Method in interface com.twitter.heron.api.bolt.IBolt
Process a single tuple of input.
extractResult(T) - Method in interface com.twitter.heron.api.metric.IReducer
 
extractResult(MeanReducerState) - Method in class com.twitter.heron.api.metric.MeanReducer
 

F

fail(Tuple) - Method in interface com.twitter.heron.api.bolt.IOutputCollector
 
fail(Tuple) - Method in class com.twitter.heron.api.bolt.OutputCollector
 
fail(Object) - Method in class com.twitter.heron.api.spout.BaseRichSpout
 
fail(Object) - Method in interface com.twitter.heron.api.spout.ISpout
The tuple emitted by this spout with the msgId identifier has failed to be fully processed.
FailedException - Exception in com.twitter.heron.api.exception
 
FailedException() - Constructor for exception com.twitter.heron.api.exception.FailedException
 
FailedException(String) - Constructor for exception com.twitter.heron.api.exception.FailedException
 
FailedException(String, Throwable) - Constructor for exception com.twitter.heron.api.exception.FailedException
 
FailedException(Throwable) - Constructor for exception com.twitter.heron.api.exception.FailedException
 
fieldIndex(String) - Method in class com.twitter.heron.api.tuple.Fields
Returns the position of the specified field.
fieldIndex(String) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the position of the specified field in this tuple.
Fields - Class in com.twitter.heron.api.tuple
 
Fields(String...) - Constructor for class com.twitter.heron.api.tuple.Fields
 
Fields(List<String>) - Constructor for class com.twitter.heron.api.tuple.Fields
 
FIELDS_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
FIELDS = 2;
fieldsGrouping(String, Fields) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
fieldsGrouping(String, String, Fields) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 

G

GeneralTopologyContext - Interface in com.twitter.heron.api.topology
 
get(int) - Method in class com.twitter.heron.api.tuple.Fields
 
get() - Method in class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
 
getAckingTaskId() - Method in class com.twitter.heron.api.hooks.info.BoltAckInfo
 
getApiVars() - Method in class com.twitter.heron.api.Config
 
getAutoTaskHooks(Map) - Static method in class com.twitter.heron.api.Config
 
getAutoTaskHooks() - Method in class com.twitter.heron.api.Config
 
getBinary(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the byte array at position i in the tuple.
getBinaryByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getBolts(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBolts(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Bolt bolts = 4;
getBolts(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Bolt bolts = 4;
getBoltsOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Bolt bolts = 4;
getBoolean(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Boolean at position i in the tuple.
getBooleanByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getByte(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Byte at position i in the tuple.
getByteByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
getComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
required .heron.proto.api.Component comp = 1;
getComp() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
required .heron.proto.api.Component comp = 1;
getComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
getComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
required .heron.proto.api.Component comp = 1;
getComp() - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
required .heron.proto.api.Component comp = 1;
getCompBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
getCompBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
getCompleteLatencyMs() - Method in class com.twitter.heron.api.hooks.info.SpoutAckInfo
 
getComponentConfiguration() - Method in class com.twitter.heron.api.bolt.BasicBoltExecutor
 
getComponentConfiguration() - Method in class com.twitter.heron.api.topology.BaseComponent
 
getComponentConfiguration() - Method in interface com.twitter.heron.api.topology.IComponent
Declare configuration specific to this component.
getComponentId(int) - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets the component id for the specified task id.
getComponentIds() - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets a list of all component ids in this topology
getComponentName() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string component_name = 2;
getComponentName() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
required string component_name = 2;
getComponentName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamIdOrBuilder
required string component_name = 2;
getComponentNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string component_name = 2;
getComponentNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
required string component_name = 2;
getComponentNameBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamIdOrBuilder
required string component_name = 2;
getComponentOutputFields(String, String) - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets the declared output fields for the specified component/stream.
getComponentStreams(String) - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets the set of streams declared for the specified component.
getComponentTasks(String) - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets the task ids allocated for the given component id.
getCompOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
getCompOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
required .heron.proto.api.Component comp = 1;
getCompOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
required .heron.proto.api.Component comp = 1;
getCompOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
getCompOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
required .heron.proto.api.Component comp = 1;
getCompOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
required .heron.proto.api.Component comp = 1;
getConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
getConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
required .heron.proto.api.Config config = 3;
getConfig() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
required .heron.proto.api.Config config = 3;
getConfigBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
getConfigOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
getConfigOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
required .heron.proto.api.Config config = 3;
getConfigOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
required .heron.proto.api.Config config = 3;
getCustomGroupingJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional bytes custom_grouping_java_object = 4;
getCustomGroupingJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
optional bytes custom_grouping_java_object = 4;
getCustomGroupingJavaObject() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
optional bytes custom_grouping_java_object = 4;
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
getDefaultInstance() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
getDefaultInstanceForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI
 
getDescriptor() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
getDescriptor() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
getDescriptor() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
getDescriptor() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
getDescriptorForType() - Method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
getDescriptorForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
getDescriptorForType() - Method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
getDescriptorForType() - Method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
getDouble(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Double at position i in the tuple.
getDoubleByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getExecuteLatencyMs() - Method in class com.twitter.heron.api.hooks.info.BoltExecuteInfo
 
getExecutingTaskId() - Method in class com.twitter.heron.api.hooks.info.BoltExecuteInfo
 
getFailingTaskId() - Method in class com.twitter.heron.api.hooks.info.BoltFailInfo
 
getFailLatencyMs() - Method in class com.twitter.heron.api.hooks.info.BoltFailInfo
 
getFailLatencyMs() - Method in class com.twitter.heron.api.hooks.info.SpoutFailInfo
 
getFields() - Method in interface com.twitter.heron.api.tuple.Tuple
Gets the names of the fields in this tuple.
getFieldsDeclaration() - Method in class com.twitter.heron.api.topology.OutputFieldsGetter
 
getFloat(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Float at position i in the tuple.
getFloatByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getFreePort() - Static method in class com.twitter.heron.api.utils.Utils
Get available port.
getGroupingFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGroupingFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGroupingFields() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGroupingFieldsBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGroupingFieldsOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGroupingFieldsOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGroupingFieldsOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
getGtype() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.Grouping gtype = 2;
getGtype() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
required .heron.proto.api.Grouping gtype = 2;
getGtype() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
required .heron.proto.api.Grouping gtype = 2;
getHooks() - Method in interface com.twitter.heron.api.topology.TopologyContext
Get the list of all task hooks
getId() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string id = 1;
getId() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
required string id = 1;
getId() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamIdOrBuilder
required string id = 1;
getId() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string id = 1;
getId() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required string id = 1;
getId() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required string id = 1;
getIdBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string id = 1;
getIdBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
required string id = 1;
getIdBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamIdOrBuilder
required string id = 1;
getIdBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string id = 1;
getIdBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required string id = 1;
getIdBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required string id = 1;
getInputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.InputStream inputs = 2;
getInputs(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.InputStream inputs = 2;
getInputsCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.InputStream inputs = 2;
getInputsList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.InputStream inputs = 2;
getInputsOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
getInputsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.InputStream inputs = 2;
getInputsOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.InputStream inputs = 2;
getInt(Object) - Static method in class com.twitter.heron.api.utils.Utils
 
getInteger(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Integer at position i in the tuple.
getIntegerByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getJavaClassName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional string java_class_name = 2;
getJavaClassName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
optional string java_class_name = 2;
getJavaClassName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
optional string java_class_name = 2;
getJavaClassNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional string java_class_name = 2;
getJavaClassNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
optional string java_class_name = 2;
getJavaClassNameBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
optional string java_class_name = 2;
getJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional bytes java_object = 4;
getJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
optional bytes java_object = 4;
getJavaObject() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
optional bytes java_object = 4;
getJavaSerializedValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional bytes java_serialized_value = 3;
getJavaSerializedValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
optional bytes java_serialized_value = 3;
getJavaSerializedValue() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
optional bytes java_serialized_value = 3;
getKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
required string key = 1;
getKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
required string key = 1;
getKey() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
required string key = 1;
getKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required string key = 1;
getKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
required string key = 1;
getKey() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyTypeOrBuilder
required string key = 1;
getKeyBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
required string key = 1;
getKeyBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
required string key = 1;
getKeyBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
required string key = 1;
getKeyBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required string key = 1;
getKeyBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
required string key = 1;
getKeyBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyTypeOrBuilder
required string key = 1;
getKeys(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeys(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeys(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchemaOrBuilder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchemaOrBuilder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysList() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysList() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchemaOrBuilder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchemaOrBuilder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKeysOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchemaOrBuilder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
getKvs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvs(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.ConfigOrBuilder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ConfigOrBuilder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ConfigOrBuilder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.ConfigOrBuilder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getKvsOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ConfigOrBuilder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
getLong(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Long at position i in the tuple.
getLong(Object) - Static method in class com.twitter.heron.api.utils.Utils
 
getLongByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getMessageId() - Method in class com.twitter.heron.api.hooks.info.SpoutAckInfo
 
getMessageId() - Method in class com.twitter.heron.api.hooks.info.SpoutFailInfo
 
getName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required string name = 1;
getName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
required string name = 1;
getName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
required string name = 1;
getName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string name = 2;
getName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required string name = 2;
getName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required string name = 2;
getName() - Method in class com.twitter.heron.api.topology.BaseComponentDeclarer
 
getNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required string name = 1;
getNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
required string name = 1;
getNameBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
required string name = 1;
getNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string name = 2;
getNameBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required string name = 2;
getNameBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required string name = 2;
getNumber() - Method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
getNumber() - Method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
getNumber() - Method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
getOutputFields() - Method in interface com.twitter.heron.api.spout.MultiScheme
 
getOutputFields() - Method in class com.twitter.heron.api.spout.RawMultiScheme
 
getOutputFields() - Method in class com.twitter.heron.api.spout.RawScheme
 
getOutputFields() - Method in interface com.twitter.heron.api.spout.Scheme
 
getOutputFields() - Method in class com.twitter.heron.api.spout.SchemeAsMultiScheme
 
getOutputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputs(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputs(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
repeated .heron.proto.api.OutputStream outputs = 3;
getOutputsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputsOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
repeated .heron.proto.api.OutputStream outputs = 2;
getOutputter() - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
getOutTasks() - Method in class com.twitter.heron.api.hooks.info.EmitInfo
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
getParserForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
getProcessLatencyMs() - Method in class com.twitter.heron.api.hooks.info.BoltAckInfo
 
getSchema() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
getSchema() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
required .heron.proto.api.StreamSchema schema = 2;
getSchema() - Method in interface com.twitter.heron.api.generated.TopologyAPI.OutputStreamOrBuilder
required .heron.proto.api.StreamSchema schema = 2;
getSchemaBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
getSchemaOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
getSchemaOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
required .heron.proto.api.StreamSchema schema = 2;
getSchemaOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.OutputStreamOrBuilder
required .heron.proto.api.StreamSchema schema = 2;
getScheme() - Method in interface com.twitter.heron.api.spout.IMultiSchemableSpout
 
getScheme() - Method in interface com.twitter.heron.api.spout.ISchemableSpout
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
getSerializedSize() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
getShort(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the Short at position i in the tuple.
getShortByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getSourceComponent() - Method in interface com.twitter.heron.api.tuple.Tuple
Gets the id of the component that created this tuple.
getSources(String) - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets the declared inputs to the specified component.
getSourceStreamId() - Method in interface com.twitter.heron.api.tuple.Tuple
Gets the id of the stream that this tuple was emitted to.
getSourceTask() - Method in interface com.twitter.heron.api.tuple.Tuple
Gets the id of the task that created this tuple.
getSpouts(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpouts(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Spout spouts = 3;
getSpouts(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsCount() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsCount() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsOrBuilder(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsOrBuilder(int) - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsOrBuilderList() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
repeated .heron.proto.api.Spout spouts = 3;
getSpoutsOrBuilderList() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
repeated .heron.proto.api.Spout spouts = 3;
getSpoutTaskId() - Method in class com.twitter.heron.api.hooks.info.SpoutAckInfo
 
getSpoutTaskId() - Method in class com.twitter.heron.api.hooks.info.SpoutFailInfo
 
getState() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required .heron.proto.api.TopologyState state = 5;
getState() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required .heron.proto.api.TopologyState state = 5;
getState() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required .heron.proto.api.TopologyState state = 5;
getStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
getStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
required .heron.proto.api.StreamId stream = 1;
getStream() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
required .heron.proto.api.StreamId stream = 1;
getStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
getStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
required .heron.proto.api.StreamId stream = 1;
getStream() - Method in interface com.twitter.heron.api.generated.TopologyAPI.OutputStreamOrBuilder
required .heron.proto.api.StreamId stream = 1;
getStream() - Method in class com.twitter.heron.api.hooks.info.EmitInfo
 
getStreamBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
getStreamBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
getStreamOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
getStreamOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
required .heron.proto.api.StreamId stream = 1;
getStreamOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
required .heron.proto.api.StreamId stream = 1;
getStreamOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
getStreamOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
required .heron.proto.api.StreamId stream = 1;
getStreamOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.OutputStreamOrBuilder
required .heron.proto.api.StreamId stream = 1;
getString(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the String at position i in the tuple.
getStringByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getTargets(String) - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets information about who is consuming the outputs of the specified component, and how.
getTaskData(String) - Method in interface com.twitter.heron.api.topology.TopologyContext
 
getTaskId() - Method in class com.twitter.heron.api.hooks.info.EmitInfo
 
getTaskToComponent() - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets a map from task id to component id.
getThisComponentId() - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets the component id for this task.
getThisOutputFields(String) - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets the declared output fields for the specified stream id for the component this task is a part of.
getThisSources() - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets the declared inputs to this component.
getThisStreams() - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets the set of streams declared for the component of this task.
getThisTargets() - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets information about who is consuming the outputs of this component, and how.
getThisTaskId() - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets the task id of this task.
getThisTaskIndex() - Method in interface com.twitter.heron.api.topology.TopologyContext
Gets the index of this task id in getComponentTasks(getThisComponentId()).
getTopology() - Method in class com.twitter.heron.api.HeronTopology
 
getTopologyConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
getTopologyConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
optional .heron.proto.api.Config topology_config = 6;
getTopologyConfig() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
optional .heron.proto.api.Config topology_config = 6;
getTopologyConfigBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
getTopologyConfigOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
getTopologyConfigOrBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
optional .heron.proto.api.Config topology_config = 6;
getTopologyConfigOrBuilder() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
optional .heron.proto.api.Config topology_config = 6;
getTopologyId() - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
Gets the unique id assigned to this topology.
getTuple() - Method in class com.twitter.heron.api.hooks.info.BoltAckInfo
 
getTuple() - Method in class com.twitter.heron.api.hooks.info.BoltExecuteInfo
 
getTuple() - Method in class com.twitter.heron.api.hooks.info.BoltFailInfo
 
getType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required .heron.proto.api.Type type = 2;
getType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
required .heron.proto.api.Type type = 2;
getType() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyTypeOrBuilder
required .heron.proto.api.Type type = 2;
getUnderlyingCounter() - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
test-only
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
getUnknownFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
getValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional string value = 2;
getValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
optional string value = 2;
getValue() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
optional string value = 2;
getValue(int) - Method in interface com.twitter.heron.api.tuple.Tuple
Gets the field at position i in the tuple.
getValueAndReset() - Method in class com.twitter.heron.api.metric.AssignableMetric
 
getValueAndReset() - Method in class com.twitter.heron.api.metric.CombinedMetric
 
getValueAndReset() - Method in class com.twitter.heron.api.metric.CountMetric
 
getValueAndReset() - Method in interface com.twitter.heron.api.metric.IMetric
 
getValueAndReset() - Method in class com.twitter.heron.api.metric.MultiAssignableMetric
 
getValueAndReset() - Method in class com.twitter.heron.api.metric.MultiCountMetric
 
getValueAndReset() - Method in class com.twitter.heron.api.metric.MultiReducedMetric
 
getValueAndReset() - Method in class com.twitter.heron.api.metric.ReducedMetric
 
getValueByField(String) - Method in interface com.twitter.heron.api.tuple.Tuple
 
getValueBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional string value = 2;
getValueBytes() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
optional string value = 2;
getValueBytes() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
optional string value = 2;
getValueDescriptor() - Method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
getValueDescriptor() - Method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
getValueDescriptor() - Method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
getValues() - Method in class com.twitter.heron.api.hooks.info.EmitInfo
 
getValues() - Method in interface com.twitter.heron.api.tuple.Tuple
Gets all the values in this tuple.
globalGrouping(String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
globalGrouping(String, String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
GlobalMetrics - Enum in com.twitter.heron.api.metric
Singleton class which exposes a simple globally available counter for heron jobs.
GROUPING_FIELDS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
GTYPE_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 

H

hasComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
hasComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
required .heron.proto.api.Component comp = 1;
hasComp() - Method in interface com.twitter.heron.api.generated.TopologyAPI.BoltOrBuilder
required .heron.proto.api.Component comp = 1;
hasComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
hasComp() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
required .heron.proto.api.Component comp = 1;
hasComp() - Method in interface com.twitter.heron.api.generated.TopologyAPI.SpoutOrBuilder
required .heron.proto.api.Component comp = 1;
hasComponentName() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string component_name = 2;
hasComponentName() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
required string component_name = 2;
hasComponentName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamIdOrBuilder
required string component_name = 2;
hasConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
hasConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
required .heron.proto.api.Config config = 3;
hasConfig() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
required .heron.proto.api.Config config = 3;
hasCustomGroupingJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional bytes custom_grouping_java_object = 4;
hasCustomGroupingJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
optional bytes custom_grouping_java_object = 4;
hasCustomGroupingJavaObject() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
optional bytes custom_grouping_java_object = 4;
hasGroupingFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
hasGroupingFields() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
optional .heron.proto.api.StreamSchema grouping_fields = 3;
hasGroupingFields() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
hasGtype() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.Grouping gtype = 2;
hasGtype() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
required .heron.proto.api.Grouping gtype = 2;
hasGtype() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
required .heron.proto.api.Grouping gtype = 2;
hasId() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string id = 1;
hasId() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
required string id = 1;
hasId() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamIdOrBuilder
required string id = 1;
hasId() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string id = 1;
hasId() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required string id = 1;
hasId() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required string id = 1;
hasJavaClassName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional string java_class_name = 2;
hasJavaClassName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
optional string java_class_name = 2;
hasJavaClassName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
optional string java_class_name = 2;
hasJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional bytes java_object = 4;
hasJavaObject() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
optional bytes java_object = 4;
hasJavaObject() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
optional bytes java_object = 4;
hasJavaSerializedValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional bytes java_serialized_value = 3;
hasJavaSerializedValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
optional bytes java_serialized_value = 3;
hasJavaSerializedValue() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
optional bytes java_serialized_value = 3;
hasKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
required string key = 1;
hasKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
required string key = 1;
hasKey() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
required string key = 1;
hasKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required string key = 1;
hasKey() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
required string key = 1;
hasKey() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyTypeOrBuilder
required string key = 1;
hasName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required string name = 1;
hasName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
required string name = 1;
hasName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.ComponentOrBuilder
required string name = 1;
hasName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string name = 2;
hasName() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required string name = 2;
hasName() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required string name = 2;
hasSchema() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
hasSchema() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
required .heron.proto.api.StreamSchema schema = 2;
hasSchema() - Method in interface com.twitter.heron.api.generated.TopologyAPI.OutputStreamOrBuilder
required .heron.proto.api.StreamSchema schema = 2;
hasState() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required .heron.proto.api.TopologyState state = 5;
hasState() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
required .heron.proto.api.TopologyState state = 5;
hasState() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
required .heron.proto.api.TopologyState state = 5;
hasStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
hasStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
required .heron.proto.api.StreamId stream = 1;
hasStream() - Method in interface com.twitter.heron.api.generated.TopologyAPI.InputStreamOrBuilder
required .heron.proto.api.StreamId stream = 1;
hasStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
hasStream() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
required .heron.proto.api.StreamId stream = 1;
hasStream() - Method in interface com.twitter.heron.api.generated.TopologyAPI.OutputStreamOrBuilder
required .heron.proto.api.StreamId stream = 1;
hasTopologyConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
hasTopologyConfig() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
optional .heron.proto.api.Config topology_config = 6;
hasTopologyConfig() - Method in interface com.twitter.heron.api.generated.TopologyAPI.TopologyOrBuilder
optional .heron.proto.api.Config topology_config = 6;
hasType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required .heron.proto.api.Type type = 2;
hasType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
required .heron.proto.api.Type type = 2;
hasType() - Method in interface com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyTypeOrBuilder
required .heron.proto.api.Type type = 2;
hasValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional string value = 2;
hasValue() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
optional string value = 2;
hasValue() - Method in interface com.twitter.heron.api.generated.TopologyAPI.Config.KeyValueOrBuilder
optional string value = 2;
HeronSubmitter - Class in com.twitter.heron.api
Use this class to submit topologies to run on the Heron cluster.
HeronSubmitter() - Constructor for class com.twitter.heron.api.HeronSubmitter
 
HeronTopology - Class in com.twitter.heron.api
 
HeronTopology(TopologyAPI.Topology.Builder) - Constructor for class com.twitter.heron.api.HeronTopology
 

I

IBasicBolt - Interface in com.twitter.heron.api.bolt
 
IBasicOutputCollector - Interface in com.twitter.heron.api.bolt
 
IBolt - Interface in com.twitter.heron.api.bolt
An IBolt represents a component that takes tuples as input and produces tuples as output.
ICombiner<T> - Interface in com.twitter.heron.api.metric
 
IComponent - Interface in com.twitter.heron.api.topology
Common methods for all possible components in a topology.
ID_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
ID_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
identity() - Method in interface com.twitter.heron.api.metric.ICombiner
 
IErrorReporter - Interface in com.twitter.heron.api.bolt
 
IMetric - Interface in com.twitter.heron.api.metric
 
IMetricsRegister - Interface in com.twitter.heron.api.metric
 
IMultiSchemableSpout - Interface in com.twitter.heron.api.spout
 
incr() - Method in class com.twitter.heron.api.metric.CountMetric
 
incr(String) - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Not thread safe increment of counterName.
incrBy(long) - Method in class com.twitter.heron.api.metric.CountMetric
 
incrBy(String, int) - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Not thread safe 'incrementing by' of counterName.
init(IMetricsRegister, int) - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Initialize the counter by registering the metricContainer.
init() - Method in interface com.twitter.heron.api.metric.IReducer
 
init() - Method in class com.twitter.heron.api.metric.MeanReducer
 
initialize(Map) - Method in interface com.twitter.heron.api.serializer.IPluggableSerializer
 
initialize(Map) - Method in class com.twitter.heron.api.serializer.JavaSerializer
 
initialize(Map) - Method in class com.twitter.heron.api.serializer.KryoSerializer
 
INPUTS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
internalGetFieldAccessorTable() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
internalGetValueMap() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
internalGetValueMap() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
internalGetValueMap() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
InvalidTopologyException - Exception in com.twitter.heron.api.exception
 
InvalidTopologyException() - Constructor for exception com.twitter.heron.api.exception.InvalidTopologyException
 
IOutputCollector - Interface in com.twitter.heron.api.bolt
 
IPluggableSerializer - Interface in com.twitter.heron.api.serializer
 
IReducer<T> - Interface in com.twitter.heron.api.metric
 
IRichBolt - Interface in com.twitter.heron.api.bolt
When writing topologies using Java, IRichBolt and IRichSpout are the main interfaces to use to implement components of the topology.
IRichSpout - Interface in com.twitter.heron.api.spout
When writing topologies using Java, IRichBolt and IRichSpout are the main interfaces to use to implement components of the topology.
ISchemableSpout - Interface in com.twitter.heron.api.spout
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
isInitialized() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
ISpout - Interface in com.twitter.heron.api.spout
ISpout is the core interface for implementing spouts.
ISpoutOutputCollector - Interface in com.twitter.heron.api.spout
 
isValidConf(Config) - Static method in class com.twitter.heron.api.utils.Utils
 
ITaskHook - Interface in com.twitter.heron.api.hooks
 
iterator() - Method in class com.twitter.heron.api.tuple.Fields
 

J

JAVA_CLASS_NAME_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Component
 
JAVA_OBJECT_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Component
 
JAVA_SERIALIZED_VALUE_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
JavaSerializer - Class in com.twitter.heron.api.serializer
 
JavaSerializer() - Constructor for class com.twitter.heron.api.serializer.JavaSerializer
 

K

KEY_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
KEY_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
KEYS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
KILLED_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
KILLED = 3;
KryoSerializer - Class in com.twitter.heron.api.serializer
 
KryoSerializer() - Constructor for class com.twitter.heron.api.serializer.KryoSerializer
 
KVS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Config
 

L

lessThanNum(Long, Long, double) - Static method in class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
 
localOrShuffleGrouping(String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
localOrShuffleGrouping(String, String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
LOWEST_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
LOWEST = 4;

M

maxTopologyMessageTimeout() - Method in interface com.twitter.heron.api.topology.GeneralTopologyContext
 
MeanReducer - Class in com.twitter.heron.api.metric
 
MeanReducer() - Constructor for class com.twitter.heron.api.metric.MeanReducer
 
MeanReducerState - Class in com.twitter.heron.api.metric
 
MeanReducerState() - Constructor for class com.twitter.heron.api.metric.MeanReducerState
 
mergeComp(TopologyAPI.Component) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
mergeComp(TopologyAPI.Component) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
mergeConfig(TopologyAPI.Config) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
 
mergeFrom(com.google.protobuf.Message) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
 
mergeGroupingFields(TopologyAPI.StreamSchema) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
mergeSchema(TopologyAPI.StreamSchema) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
mergeStream(TopologyAPI.StreamId) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
mergeStream(TopologyAPI.StreamId) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
mergeTopologyConfig(TopologyAPI.Config) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
moreThanNum(Long, Long, double) - Static method in class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
 
MultiAssignableMetric - Class in com.twitter.heron.api.metric
 
MultiAssignableMetric() - Constructor for class com.twitter.heron.api.metric.MultiAssignableMetric
 
MultiCountMetric - Class in com.twitter.heron.api.metric
 
MultiCountMetric() - Constructor for class com.twitter.heron.api.metric.MultiCountMetric
 
MultiReducedMetric - Class in com.twitter.heron.api.metric
 
MultiReducedMetric(IReducer) - Constructor for class com.twitter.heron.api.metric.MultiReducedMetric
 
MultiScheme - Interface in com.twitter.heron.api.spout
 

N

NAME_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Component
 
NAME_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
newBuilder(TopologyAPI.Bolt) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
newBuilder(TopologyAPI.Component) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
newBuilder(TopologyAPI.Config.KeyValue) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
newBuilder(TopologyAPI.Config) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
newBuilder(TopologyAPI.InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
newBuilder(TopologyAPI.OutputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
newBuilder(TopologyAPI.Spout) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
newBuilder(TopologyAPI.StreamId) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
newBuilder(TopologyAPI.StreamSchema.KeyType) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
newBuilder(TopologyAPI.StreamSchema) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
newBuilder() - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
newBuilder(TopologyAPI.Topology) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
newBuilderForType() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
nextTuple() - Method in interface com.twitter.heron.api.spout.ISpout
When this method is called, Heron is requesting that the Spout emit tuples to the output collector.
NONE_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
NONE = 5;
noneGrouping(String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
noneGrouping(String, String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 

O

OBJECT_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Type
OBJECT = 1;
open(Map, TopologyContext, SpoutOutputCollector) - Method in interface com.twitter.heron.api.spout.ISpout
Called when a task for this component is initialized within a worker on the cluster.
OutputCollector - Class in com.twitter.heron.api.bolt
This output collector exposes the API for emitting tuples from an IRichBolt.
OutputCollector(IOutputCollector) - Constructor for class com.twitter.heron.api.bolt.OutputCollector
 
OutputFieldsDeclarer - Interface in com.twitter.heron.api.topology
 
OutputFieldsGetter - Class in com.twitter.heron.api.topology
 
OutputFieldsGetter() - Constructor for class com.twitter.heron.api.topology.OutputFieldsGetter
 
OUTPUTS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
OUTPUTS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Spout
 

P

parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseDelimitedFrom(InputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseDelimitedFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
parseFrom(com.google.protobuf.ByteString) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseFrom(InputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseFrom(com.google.protobuf.CodedInputStream) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) - Static method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Component
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Config
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
PARSER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
PAUSED_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
PAUSED = 2;
prepare(Map, TopologyContext) - Method in class com.twitter.heron.api.bolt.BaseBasicBolt
 
prepare(Map, TopologyContext, OutputCollector) - Method in class com.twitter.heron.api.bolt.BasicBoltExecutor
 
prepare(Map, TopologyContext) - Method in interface com.twitter.heron.api.bolt.IBasicBolt
 
prepare(Map, TopologyContext, OutputCollector) - Method in interface com.twitter.heron.api.bolt.IBolt
Called when a task for this component is initialized within a worker on the cluster.
prepare(TopologyContext, String, String, List<Integer>) - Method in interface com.twitter.heron.api.grouping.CustomStreamGrouping
Tells the stream grouping at runtime the tasks in the target bolt.
prepare(Map, TopologyContext) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
prepare(Map, TopologyContext) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called after the spout/bolt's open/prepare method is called conf is the Config thats passed to the topology

R

RawMultiScheme - Class in com.twitter.heron.api.spout
 
RawMultiScheme() - Constructor for class com.twitter.heron.api.spout.RawMultiScheme
 
RawScheme - Class in com.twitter.heron.api.spout
 
RawScheme() - Constructor for class com.twitter.heron.api.spout.RawScheme
 
readCommandLineOpts() - Static method in class com.twitter.heron.api.utils.Utils
 
readResolve() - Method in enum com.twitter.heron.api.metric.GlobalMetrics
During serialization don't create a copy of this class.
reduce(T, Object) - Method in interface com.twitter.heron.api.metric.IReducer
 
reduce(MeanReducerState, Object) - Method in class com.twitter.heron.api.metric.MeanReducer
 
ReducedMetric - Class in com.twitter.heron.api.metric
 
ReducedMetric(IReducer) - Constructor for class com.twitter.heron.api.metric.ReducedMetric
 
registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class com.twitter.heron.api.generated.TopologyAPI
 
registerMetric(String, T, int) - Method in interface com.twitter.heron.api.metric.IMetricsRegister
 
registerMetric(String, IReducer, int) - Method in interface com.twitter.heron.api.topology.TopologyContext
 
registerMetric(String, ICombiner, int) - Method in interface com.twitter.heron.api.topology.TopologyContext
 
removeBolts(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
removeInputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
removeKeys(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
removeKvs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
removeOutputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
removeOutputs(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
removeSpouts(int) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
ReportedFailedException - Exception in com.twitter.heron.api.exception
 
ReportedFailedException() - Constructor for exception com.twitter.heron.api.exception.ReportedFailedException
 
ReportedFailedException(String) - Constructor for exception com.twitter.heron.api.exception.ReportedFailedException
 
ReportedFailedException(String, Throwable) - Constructor for exception com.twitter.heron.api.exception.ReportedFailedException
 
ReportedFailedException(Throwable) - Constructor for exception com.twitter.heron.api.exception.ReportedFailedException
 
reportError(Throwable) - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
reportError(Throwable) - Method in interface com.twitter.heron.api.bolt.IBasicOutputCollector
 
reportError(Throwable) - Method in interface com.twitter.heron.api.bolt.IErrorReporter
 
reportError(Throwable) - Method in class com.twitter.heron.api.bolt.OutputCollector
 
reportError(Throwable) - Method in interface com.twitter.heron.api.spout.ISpoutOutputCollector
 
reportError(Throwable) - Method in class com.twitter.heron.api.spout.SpoutOutputCollector
 
resetValues() - Method in interface com.twitter.heron.api.tuple.Tuple
Resets the tuple values to null TODO:- Is this needed
returnThis() - Method in class com.twitter.heron.api.topology.BaseComponentDeclarer
 
returnThis() - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
returnThis() - Method in class com.twitter.heron.api.topology.SpoutDeclarer
 
ROOT_NAME - Static variable in enum com.twitter.heron.api.metric.GlobalMetrics
 
RUNNING_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
RUNNING = 1;

S

safeIncr(String) - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Thread safe created increment of counterName.
safeIncrBy(String, int) - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Thread safe created increment of counterName.
safeScope(String) - Method in class com.twitter.heron.api.metric.MultiAssignableMetric
 
SCHEMA_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
Scheme - Interface in com.twitter.heron.api.spout
 
scheme - Variable in class com.twitter.heron.api.spout.SchemeAsMultiScheme
 
SchemeAsMultiScheme - Class in com.twitter.heron.api.spout
 
SchemeAsMultiScheme(Scheme) - Constructor for class com.twitter.heron.api.spout.SchemeAsMultiScheme
 
scope(String) - Method in class com.twitter.heron.api.metric.MultiAssignableMetric
 
scope(String) - Method in class com.twitter.heron.api.metric.MultiCountMetric
 
scope(String) - Method in class com.twitter.heron.api.metric.MultiReducedMetric
 
select(Fields, List<Object>) - Method in class com.twitter.heron.api.tuple.Fields
 
select(Fields) - Method in interface com.twitter.heron.api.tuple.Tuple
Returns a subset of the tuple based on the fields selector.
serialize(Object) - Method in interface com.twitter.heron.api.serializer.IPluggableSerializer
 
serialize(Object) - Method in class com.twitter.heron.api.serializer.JavaSerializer
 
serialize(Object) - Method in class com.twitter.heron.api.serializer.KryoSerializer
 
serialize(Object) - Static method in class com.twitter.heron.api.utils.Utils
 
setAutoTaskHooks(Map, List<String>) - Static method in class com.twitter.heron.api.Config
 
setAutoTaskHooks(List<String>) - Method in class com.twitter.heron.api.Config
 
setBolt(String, IRichBolt) - Method in class com.twitter.heron.api.topology.TopologyBuilder
Define a new bolt in this topology with parallelism of just one thread.
setBolt(String, IRichBolt, Number) - Method in class com.twitter.heron.api.topology.TopologyBuilder
Define a new bolt in this topology with the specified amount of parallelism.
setBolt(String, IBasicBolt) - Method in class com.twitter.heron.api.topology.TopologyBuilder
Define a new bolt in this topology.
setBolt(String, IBasicBolt, Number) - Method in class com.twitter.heron.api.topology.TopologyBuilder
Define a new bolt in this topology.
setBolts(int, TopologyAPI.Bolt) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
setBolts(int, TopologyAPI.Bolt.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Bolt bolts = 4;
setComp(TopologyAPI.Component) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
setComp(TopologyAPI.Component.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
required .heron.proto.api.Component comp = 1;
setComp(TopologyAPI.Component) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
setComp(TopologyAPI.Component.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
required .heron.proto.api.Component comp = 1;
setComponentJvmOptions(String, String) - Method in class com.twitter.heron.api.Config
 
setComponentJvmOptions(Map, String, String) - Static method in class com.twitter.heron.api.Config
 
setComponentName(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string component_name = 2;
setComponentNameBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string component_name = 2;
setComponentParallelism(Map, int) - Static method in class com.twitter.heron.api.Config
 
setComponentParallelism(int) - Method in class com.twitter.heron.api.Config
 
setComponentRam(String, long) - Method in class com.twitter.heron.api.Config
 
setComponentRam(Map, String, long) - Static method in class com.twitter.heron.api.Config
 
setComponentRamMap(String) - Method in class com.twitter.heron.api.Config
 
setComponentRamMap(Map, String) - Static method in class com.twitter.heron.api.Config
 
setConfig(TopologyAPI.Config) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
setConfig(TopologyAPI.Config.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required .heron.proto.api.Config config = 3;
setConfig(Config) - Method in class com.twitter.heron.api.HeronTopology
 
setContainerCpuRequested(float) - Method in class com.twitter.heron.api.Config
 
setContainerCpuRequested(Map, float) - Static method in class com.twitter.heron.api.Config
 
setContainerDiskRequested(long) - Method in class com.twitter.heron.api.Config
 
setContainerDiskRequested(Map, long) - Static method in class com.twitter.heron.api.Config
 
setContainerRamRequested(long) - Method in class com.twitter.heron.api.Config
 
setContainerRamRequested(Map, long) - Static method in class com.twitter.heron.api.Config
 
setContext(Tuple) - Method in class com.twitter.heron.api.bolt.BasicOutputCollector
 
setCustomGroupingJavaObject(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional bytes custom_grouping_java_object = 4;
setDebug(Map, boolean) - Static method in class com.twitter.heron.api.Config
 
setDebug(boolean) - Method in class com.twitter.heron.api.Config
 
setDebug(boolean) - Method in class com.twitter.heron.api.topology.BaseConfigurationDeclarer
 
setDebug(boolean) - Method in interface com.twitter.heron.api.topology.ComponentConfigurationDeclarer
 
setEnableAcking(Map, boolean) - Static method in class com.twitter.heron.api.Config
 
setEnableAcking(boolean) - Method in class com.twitter.heron.api.Config
 
setGroupingFields(TopologyAPI.StreamSchema) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
setGroupingFields(TopologyAPI.StreamSchema.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
optional .heron.proto.api.StreamSchema grouping_fields = 3;
setGtype(TopologyAPI.Grouping) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.Grouping gtype = 2;
setId(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string id = 1;
setId(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string id = 1;
setIdBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId.Builder
required string id = 1;
setIdBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string id = 1;
setInputs(int, TopologyAPI.InputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
setInputs(int, TopologyAPI.InputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.InputStream inputs = 2;
setJavaClassName(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional string java_class_name = 2;
setJavaClassNameBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional string java_class_name = 2;
setJavaObject(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
optional bytes java_object = 4;
setJavaSerializedValue(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional bytes java_serialized_value = 3;
setKey(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
required string key = 1;
setKey(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required string key = 1;
setKeyBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
required string key = 1;
setKeyBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required string key = 1;
setKeys(int, TopologyAPI.StreamSchema.KeyType) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
setKeys(int, TopologyAPI.StreamSchema.KeyType.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.Builder
repeated .heron.proto.api.StreamSchema.KeyType keys = 1;
setKvs(int, TopologyAPI.Config.KeyValue) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
setKvs(int, TopologyAPI.Config.KeyValue.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.Builder
repeated .heron.proto.api.Config.KeyValue kvs = 1;
setMaxSpoutPending(Map, int) - Static method in class com.twitter.heron.api.Config
 
setMaxSpoutPending(int) - Method in class com.twitter.heron.api.Config
 
setMaxSpoutPending(Number) - Method in class com.twitter.heron.api.topology.BaseConfigurationDeclarer
 
setMaxSpoutPending(Number) - Method in interface com.twitter.heron.api.topology.ComponentConfigurationDeclarer
 
setMessageTimeoutSecs(Map, int) - Static method in class com.twitter.heron.api.Config
 
setMessageTimeoutSecs(int) - Method in class com.twitter.heron.api.Config
 
setName(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required string name = 1;
setName(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string name = 2;
setName(String) - Method in class com.twitter.heron.api.HeronTopology
 
setNameBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component.Builder
required string name = 1;
setNameBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required string name = 2;
setNumStmgrs(Map, int) - Static method in class com.twitter.heron.api.Config
 
setNumStmgrs(int) - Method in class com.twitter.heron.api.Config
 
setOutputs(int, TopologyAPI.OutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
setOutputs(int, TopologyAPI.OutputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt.Builder
repeated .heron.proto.api.OutputStream outputs = 3;
setOutputs(int, TopologyAPI.OutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
setOutputs(int, TopologyAPI.OutputStream.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout.Builder
repeated .heron.proto.api.OutputStream outputs = 2;
setSchema(TopologyAPI.StreamSchema) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
setSchema(TopologyAPI.StreamSchema.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamSchema schema = 2;
setScheme(MultiScheme) - Method in interface com.twitter.heron.api.spout.IMultiSchemableSpout
 
setScheme(Scheme) - Method in interface com.twitter.heron.api.spout.ISchemableSpout
 
setSerializationClassName(Map, String) - Static method in class com.twitter.heron.api.Config
 
setSerializationClassName(String) - Method in class com.twitter.heron.api.Config
 
setSpout(String, IRichSpout) - Method in class com.twitter.heron.api.topology.TopologyBuilder
Define a new spout in this topology.
setSpout(String, IRichSpout, Number) - Method in class com.twitter.heron.api.topology.TopologyBuilder
Define a new spout in this topology with the specified parallelism.
setSpouts(int, TopologyAPI.Spout) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
setSpouts(int, TopologyAPI.Spout.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
repeated .heron.proto.api.Spout spouts = 3;
setState(TopologyAPI.TopologyState) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
required .heron.proto.api.TopologyState state = 5;
setState(TopologyAPI.TopologyState) - Method in class com.twitter.heron.api.HeronTopology
 
setStream(TopologyAPI.StreamId) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
setStream(TopologyAPI.StreamId.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream.Builder
required .heron.proto.api.StreamId stream = 1;
setStream(TopologyAPI.StreamId) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
setStream(TopologyAPI.StreamId.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream.Builder
required .heron.proto.api.StreamId stream = 1;
setTaskData(String, Object) - Method in interface com.twitter.heron.api.topology.TopologyContext
 
setTeamEmail(Map, String) - Static method in class com.twitter.heron.api.Config
 
setTeamEmail(String) - Method in class com.twitter.heron.api.Config
 
setTeamName(Map, String) - Static method in class com.twitter.heron.api.Config
 
setTeamName(String) - Method in class com.twitter.heron.api.Config
 
setTickTupleFrequency(Map, int) - Static method in class com.twitter.heron.api.Config
 
setTickTupleFrequency(int) - Method in class com.twitter.heron.api.Config
 
setTopologyCapTicket(Map, String) - Static method in class com.twitter.heron.api.Config
 
setTopologyCapTicket(String) - Method in class com.twitter.heron.api.Config
 
setTopologyConfig(TopologyAPI.Config) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
setTopologyConfig(TopologyAPI.Config.Builder) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology.Builder
optional .heron.proto.api.Config topology_config = 6;
setTopologyProjectName(Map, String) - Static method in class com.twitter.heron.api.Config
 
setTopologyProjectName(String) - Method in class com.twitter.heron.api.Config
 
setType(TopologyAPI.Type) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType.Builder
required .heron.proto.api.Type type = 2;
setValue(String) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional string value = 2;
setValue(Object) - Method in class com.twitter.heron.api.metric.AssignableMetric
 
setValueBytes(com.google.protobuf.ByteString) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue.Builder
optional string value = 2;
SHUFFLE_VALUE - Static variable in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
SHUFFLE = 1;
shuffleGrouping(String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
shuffleGrouping(String, String) - Method in class com.twitter.heron.api.topology.BoltDeclarer
 
similarToNum(Long, Long, double) - Static method in class com.twitter.heron.api.utils.DefaultMaxSpoutPendingTuner
 
size() - Method in class com.twitter.heron.api.tuple.Fields
 
size() - Method in interface com.twitter.heron.api.tuple.Tuple
Returns the number of fields in this tuple.
sleep(long) - Static method in class com.twitter.heron.api.utils.Utils
 
spoutAck(SpoutAckInfo) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
spoutAck(SpoutAckInfo) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called in spout everytime a tuple gets acked
SpoutAckInfo - Class in com.twitter.heron.api.hooks.info
 
SpoutAckInfo(Object, int, Long) - Constructor for class com.twitter.heron.api.hooks.info.SpoutAckInfo
 
SpoutDeclarer - Class in com.twitter.heron.api.topology
 
SpoutDeclarer(String, IRichSpout, Number) - Constructor for class com.twitter.heron.api.topology.SpoutDeclarer
 
spoutFail(SpoutFailInfo) - Method in class com.twitter.heron.api.hooks.BaseTaskHook
 
spoutFail(SpoutFailInfo) - Method in interface com.twitter.heron.api.hooks.ITaskHook
Called in spout everytime a tuple gets failed
SpoutFailInfo - Class in com.twitter.heron.api.hooks.info
 
SpoutFailInfo(Object, int, Long) - Constructor for class com.twitter.heron.api.hooks.info.SpoutFailInfo
 
SpoutOutputCollector - Class in com.twitter.heron.api.spout
This output collector exposes the API for emitting tuples from an backtype.heron.topology.IRichSpout.
SpoutOutputCollector(ISpoutOutputCollector) - Constructor for class com.twitter.heron.api.spout.SpoutOutputCollector
 
SPOUTS_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
STATE_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
STREAM_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
STREAM_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
submitJar(Config, String) - Static method in class com.twitter.heron.api.HeronSubmitter
Submits a topology to run on the cluster.
submitTopology(String, Config, HeronTopology) - Static method in class com.twitter.heron.api.HeronSubmitter
Submits a topology to run on the cluster.
sum - Variable in class com.twitter.heron.api.metric.MeanReducerState
 

T

toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
toBuilder() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
toByteArray(ByteBuffer) - Static method in class com.twitter.heron.api.utils.Utils
 
toList() - Method in class com.twitter.heron.api.tuple.Fields
 
TOPOLOGY_ADDITIONAL_CLASSPATH - Static variable in class com.twitter.heron.api.Config
Any user defined classpath that needs to be passed to instances should be set in to config through this key.
TOPOLOGY_AUTO_TASK_HOOKS - Static variable in class com.twitter.heron.api.Config
A list of task hooks that are automatically added to every spout and bolt in the topology.
TOPOLOGY_CAP_TICKET - Static variable in class com.twitter.heron.api.Config
Cap ticket (if filed) for the topology.
TOPOLOGY_COMPONENT_JVMOPTS - Static variable in class com.twitter.heron.api.Config
Per component jvm options.
TOPOLOGY_COMPONENT_PARALLELISM - Static variable in class com.twitter.heron.api.Config
The per componentparallelism for a component in this topology.
TOPOLOGY_COMPONENT_RAMMAP - Static variable in class com.twitter.heron.api.Config
Per component ram requirement.
TOPOLOGY_CONFIG_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
TOPOLOGY_CONTAINER_CPU_REQUESTED - Static variable in class com.twitter.heron.api.Config
Number of cpu cores per container to be reserved for this topology
TOPOLOGY_CONTAINER_DISK_REQUESTED - Static variable in class com.twitter.heron.api.Config
Amount of disk per container to be reserved for this topology.
TOPOLOGY_CONTAINER_RAM_REQUESTED - Static variable in class com.twitter.heron.api.Config
Amount of ram per container to be reserved for this topology.
TOPOLOGY_DEBUG - Static variable in class com.twitter.heron.api.Config
When set to true, Heron will log every message that's emitted.
TOPOLOGY_ENABLE_ACKING - Static variable in class com.twitter.heron.api.Config
How many executors to spawn for ackers.
TOPOLOGY_ENABLE_MESSAGE_TIMEOUTS - Static variable in class com.twitter.heron.api.Config
True if Heron should timeout messages or not.
TOPOLOGY_MAX_SPOUT_PENDING - Static variable in class com.twitter.heron.api.Config
The maximum number of tuples that can be pending on a spout task at any given time.
TOPOLOGY_MESSAGE_TIMEOUT_SECS - Static variable in class com.twitter.heron.api.Config
The maximum amount of time given to the topology to fully process a message emitted by a spout.
TOPOLOGY_NAME - Static variable in class com.twitter.heron.api.Config
Name of the topology.
TOPOLOGY_PROJECT_NAME - Static variable in class com.twitter.heron.api.Config
Project name of the topology, to help us with tagging which topologies are part of which project.
TOPOLOGY_SERIALIZER_CLASSNAME - Static variable in class com.twitter.heron.api.Config
The serialization class that is used to serialize/deserialize tuples
TOPOLOGY_STMGRS - Static variable in class com.twitter.heron.api.Config
The number of stmgr instances that should spin up to service this topology.
TOPOLOGY_TEAM_EMAIL - Static variable in class com.twitter.heron.api.Config
Email of the team which owns this topology.
TOPOLOGY_TEAM_NAME - Static variable in class com.twitter.heron.api.Config
Name of the team which owns this topology.
TOPOLOGY_TICK_TUPLE_FREQ_SECS - Static variable in class com.twitter.heron.api.Config
How often a tick tuple from the "__system" component and "__tick" stream should be sent to tasks.
TOPOLOGY_WORKER_CHILDOPTS - Static variable in class com.twitter.heron.api.Config
Topology-specific options for the worker child process.
TopologyAPI - Class in com.twitter.heron.api.generated
 
TopologyAPI.Bolt - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Bolt
TopologyAPI.Bolt.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Bolt
TopologyAPI.BoltOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.Component - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Component
TopologyAPI.Component.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Component
TopologyAPI.ComponentOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.Config - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Config
TopologyAPI.Config.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Config
TopologyAPI.Config.KeyValue - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Config.KeyValue
TopologyAPI.Config.KeyValue.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Config.KeyValue
TopologyAPI.Config.KeyValueOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.ConfigOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.Grouping - Enum in com.twitter.heron.api.generated
Protobuf enum heron.proto.api.Grouping
TopologyAPI.InputStream - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.InputStream
TopologyAPI.InputStream.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.InputStream
TopologyAPI.InputStreamOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.OutputStream - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.OutputStream
TopologyAPI.OutputStream.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.OutputStream
TopologyAPI.OutputStreamOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.Spout - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Spout
TopologyAPI.Spout.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Spout
TopologyAPI.SpoutOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.StreamId - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.StreamId
TopologyAPI.StreamId.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.StreamId
TopologyAPI.StreamIdOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.StreamSchema - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.StreamSchema
TopologyAPI.StreamSchema.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.StreamSchema
TopologyAPI.StreamSchema.KeyType - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.StreamSchema.KeyType
TopologyAPI.StreamSchema.KeyType.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.StreamSchema.KeyType
TopologyAPI.StreamSchema.KeyTypeOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.StreamSchemaOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.Topology - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Topology
TopologyAPI.Topology.Builder - Class in com.twitter.heron.api.generated
Protobuf type heron.proto.api.Topology
TopologyAPI.TopologyOrBuilder - Interface in com.twitter.heron.api.generated
 
TopologyAPI.TopologyState - Enum in com.twitter.heron.api.generated
Protobuf enum heron.proto.api.TopologyState
TopologyAPI.Type - Enum in com.twitter.heron.api.generated
Protobuf enum heron.proto.api.Type
TopologyBuilder - Class in com.twitter.heron.api.topology
TopologyBuilder exposes the Java API for specifying a topology for Heron to execute.
TopologyBuilder() - Constructor for class com.twitter.heron.api.topology.TopologyBuilder
 
TopologyContext - Interface in com.twitter.heron.api.topology
A TopologyContext is given to bolts and spouts in their "prepare" and "open" methods, respectively.
toString() - Method in class com.twitter.heron.api.tuple.Fields
 
Tuple - Interface in com.twitter.heron.api.tuple
The tuple is the main data structure in Heron.
tuple(Object...) - Static method in class com.twitter.heron.api.utils.Utils
 
TYPE_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 

U

update(Object) - Method in class com.twitter.heron.api.metric.CombinedMetric
 
update(Object) - Method in class com.twitter.heron.api.metric.ReducedMetric
 
Utils - Class in com.twitter.heron.api.utils
 
Utils() - Constructor for class com.twitter.heron.api.utils.Utils
 

V

VALUE_FIELD_NUMBER - Static variable in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
valueOf(String) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
 
valueOf(String) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
 
valueOf(String) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Type
 
valueOf(String) - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Grouping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.TopologyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.heron.api.generated.TopologyAPI.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twitter.heron.api.metric.GlobalMetrics
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in com.twitter.heron.api.tuple
A convenience class for making tuple values using new Values("field1", 2, 3) syntax.
Values() - Constructor for class com.twitter.heron.api.tuple.Values
 
Values(Object...) - Constructor for class com.twitter.heron.api.tuple.Values
 

W

writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
writeReplace() - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Bolt
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Component
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config.KeyValue
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Config
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.InputStream
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.OutputStream
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Spout
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamId
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema.KeyType
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.StreamSchema
 
writeTo(com.google.protobuf.CodedOutputStream) - Method in class com.twitter.heron.api.generated.TopologyAPI.Topology
 
A B C D E F G H I J K L M N O P R S T U V W