A B C D E F G H L M N O P Q R S T U V W X 

A

AbstractBolt - Class in stream.storm
 
AbstractBolt(String, String) - Constructor for class stream.storm.AbstractBolt
 
addBolt(String, BoltDeclarer) - Method in class stream.StreamTopology
 
addSpout(String, SpoutDeclarer) - Method in class stream.StreamTopology
 
addUUIDAttributes(Element) - Static method in class stream.StormRunner
 
ATopologyElementHandler - Class in stream.storm.config
 
ATopologyElementHandler(ObjectFactory) - Constructor for class stream.storm.config.ATopologyElementHandler
 

B

BoltContext - Class in stream.storm
 
BoltContext() - Constructor for class stream.storm.BoltContext
 
BoltHandler - Class in stream.storm.config
 
BoltHandler(ObjectFactory) - Constructor for class stream.storm.config.BoltHandler
 
bolts - Variable in class stream.StreamTopology
 
build(Document, TopologyBuilder) - Static method in class stream.StreamTopology
Creates a new instance of a StreamTopology based on the given document and using the specified TopologyBuilder.
builder - Variable in class stream.StreamTopology
 

C

className - Variable in class stream.storm.StreamSpout
 
ClockSpout - Class in stream.storm
 
ClockSpout(Long) - Constructor for class stream.storm.ClockSpout
 
ConfigHandler - Interface in stream.storm.config
 
create(Document) - Static method in class stream.StreamTopology
Creates a new instance of a StreamTopology based on the given document.
createIDs(InputStream) - Static method in class stream.StormRunner
 
createProcess() - Method in class stream.storm.ProcessBolt
This method creates the inner processors of this process bolt.
createProcessor(Element, ProcessorFactory) - Method in class stream.storm.ProcessBolt
 
createTopology() - Method in class stream.StreamTopology
This method creates a new instance of type StormTopology based on the topology that has been created from the DOM document.

D

declareOutputFields(OutputFieldsDeclarer) - Method in class stream.storm.AbstractBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class stream.storm.ClockSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class stream.storm.StreamSpout
 
decodeDocument(String) - Static method in class stream.DocumentEncoder
Decode a base-64 encoded XML string into a DOM document.
Deploy - Class in storm
 
Deploy() - Constructor for class storm.Deploy
 
DocumentEncoder - Class in stream
This class provides methods for decoding/encoding an XML document into a string, a base-64 encoded string and vice-versa.
DocumentEncoder() - Constructor for class stream.DocumentEncoder
 

E

encodeDocument(Document) - Static method in class stream.DocumentEncoder
Encode a DOM document into a base-64 encoded string.
execute(Tuple) - Method in class stream.storm.ProcessBolt
 
execute(Tuple) - Method in class stream.storm.QueueBolt
 

F

findElementByUUID(Element, String) - Static method in class stream.StormRunner
 

G

get(String) - Method in class stream.storm.BoltContext
 
getAllProcessors() - Method in class stream.storm.ProcessBolt
 
getAllProcessors(ProcessorList) - Method in class stream.storm.ProcessBolt
 
getBolts() - Method in class stream.StreamTopology
This method returns an unmodifiable map of bolts.
getId() - Method in class stream.storm.ProcessBolt.DataForwarder
 
getInputNames(Element) - Method in class stream.storm.config.ATopologyElementHandler
 
getInputNames(Element) - Static method in class stream.StreamTopology
 
getSpouts() - Method in class stream.StreamTopology
This method returns an unmodifiable map of spouts.
getTopologyBuilder() - Method in class stream.StreamTopology
 
getVariables() - Method in class stream.StreamTopology
 

H

handle(Element, StreamTopology, TopologyBuilder) - Method in class stream.storm.config.BoltHandler
 
handle(Element, StreamTopology, TopologyBuilder) - Method in interface stream.storm.config.ConfigHandler
 
handle(Element, StreamTopology, TopologyBuilder) - Method in class stream.storm.config.ProcessHandler
 
handle(Element, StreamTopology, TopologyBuilder) - Method in class stream.storm.config.SpoutHandler
 
handle(Element, StreamTopology, TopologyBuilder) - Method in class stream.storm.config.StreamHandler
 
handles(Element) - Method in class stream.storm.config.BoltHandler
 
handles(Element) - Method in interface stream.storm.config.ConfigHandler
 
handles(Element) - Method in class stream.storm.config.ProcessHandler
 
handles(Element) - Method in class stream.storm.config.SpoutHandler
 
handles(Element) - Method in class stream.storm.config.StreamHandler
 

L

log - Static variable in class stream.storm.AbstractBolt
 

M

main(String[]) - Static method in class storm.Deploy
 
main(String[]) - Static method in class stream.StormRunner
 
main(String[]) - Static method in class stream.StreamTopology
 
main(String[]) - Static method in class stream.Test
 
MonitorBolt - Class in stream.storm
 
MonitorBolt(String, String, Map<String, String>) - Constructor for class stream.storm.MonitorBolt
 

N

nextTuple() - Method in class stream.storm.ClockSpout
 
nextTuple() - Method in class stream.storm.StreamSpout
 

O

objectFactory - Variable in class stream.storm.config.ATopologyElementHandler
 
open(Map, TopologyContext, SpoutOutputCollector) - Method in class stream.storm.ClockSpout
 
open(Map, TopologyContext, SpoutOutputCollector) - Method in class stream.storm.StreamSpout
 
output - Variable in class stream.storm.AbstractBolt
 
output - Variable in class stream.storm.StreamSpout
 
outputs - Variable in class stream.storm.ProcessBolt
 

P

parameters - Variable in class stream.storm.StreamSpout
 
prepare(Map, TopologyContext, OutputCollector) - Method in class stream.storm.ProcessBolt
 
prepare(Map, TopologyContext, OutputCollector) - Method in class stream.storm.QueueBolt
 
ProcessBolt - Class in stream.storm
This bolt implementation wraps a process configuration and creates the process including its inner element to provide a bolt that behaves the same as a regular streams process.
ProcessBolt(String, String, Map<String, String>) - Constructor for class stream.storm.ProcessBolt
The bolt implementation requires an XML configuration (the complete container XML as string) and the ID that identifies the corresponding process within that XML.
ProcessBolt.DataForwarder - Class in stream.storm
 
ProcessBolt.DataForwarder(String, OutputCollector) - Constructor for class stream.storm.ProcessBolt.DataForwarder
 
ProcessBolt.OutputRef - Class in stream.storm
 
ProcessBolt.OutputRef(Processor, String, String[]) - Constructor for class stream.storm.ProcessBolt.OutputRef
 
ProcessHandler - Class in stream.storm.config
 
ProcessHandler(ObjectFactory, String) - Constructor for class stream.storm.config.ProcessHandler
 

Q

QueueBolt - Class in stream.storm
 
QueueBolt(String, String) - Constructor for class stream.storm.QueueBolt
 

R

readResolve() - Method in class stream.storm.BoltContext
 
resolve(String) - Method in class stream.storm.BoltContext
 

S

set(String, Object) - Method in class stream.storm.BoltContext
 
SpoutHandler - Class in stream.storm.config
 
SpoutHandler(ObjectFactory) - Constructor for class stream.storm.config.SpoutHandler
 
spouts - Variable in class stream.StreamTopology
 
storm - package storm
 
StormRunner - Class in stream
 
StormRunner() - Constructor for class stream.StormRunner
 
stream - package stream
 
stream.storm - package stream.storm
 
stream.storm.config - package stream.storm.config
 
StreamHandler - Class in stream.storm.config
 
StreamHandler(ObjectFactory, String) - Constructor for class stream.storm.config.StreamHandler
 
StreamSpout - Class in stream.storm
 
StreamSpout(String, Map<String, String>) - Constructor for class stream.storm.StreamSpout
 
StreamTopology - Class in stream
 

T

Test - Class in stream
 
Test() - Constructor for class stream.Test
 
toXMLString(Document) - Static method in class stream.DocumentEncoder
Encode the given document (DOM) into an XML string representation.

U

uuid - Variable in class stream.storm.AbstractBolt
 
UUID_ATTRIBUTE - Static variable in class stream.StormRunner
 
UUID_ATTRIBUTE - Static variable in class stream.StreamTopology
 

V

variables - Variable in class stream.storm.ProcessBolt
 
variables - Variable in class stream.StreamTopology
 

W

write(Data) - Method in class stream.storm.ProcessBolt.DataForwarder
 

X

xmlConfig - Variable in class stream.storm.AbstractBolt
 
A B C D E F G H L M N O P Q R S T U V W X 

Copyright © 2013. All Rights Reserved.