A B C E F G H I K M P Q R S T U V 

A

add(String) - Method in class twitter.Trender
 

B

Bargain - Class in vwap
 
bargains(TStream<Trade>, TStream<Quote>) - Static method in class vwap.VwapProcessing
 
bluemix - package bluemix
 

C

convertToTrade(Tuple) - Static method in class vwap.Quote
Convert a trade SPL tuple to a Quote object.
convertToTrade(Tuple) - Static method in class vwap.Trade
Convert a trade SPL tuple to a Trade object.
createConfig(String[]) - Static method in class simple.Util
Look for configuration properties present in args and sets the property in the config map.
createVwapTopology() - Static method in class vwap.Vwap
Create the Vwap topology, returning the resultant bargains stream.

E

Echo - Class in simple
Sample echo topology application.
Echo() - Constructor for class simple.Echo
 

F

FilterEcho - Class in simple
Sample filtering echo topology application.
FilterEcho() - Constructor for class simple.FilterEcho
 
FindOutliers - Class in state
Finds outliers from a sequence of doubles (e.g.
FindOutliers() - Constructor for class state.FindOutliers
 
FizzBuzz - Class in games
Play Fizz Buzz.
FizzBuzz() - Constructor for class games.FizzBuzz
 

G

games - package games
 
get(String) - Method in class twitter.Trender
Get a hashMap element
getCount() - Method in class twitter.HashTagCount
 
getHashTag() - Method in class twitter.HashTagCount
 
getMap() - Method in class twitter.Trender
 
getQuotes(SPLStream) - Static method in class vwap.Quote
Get the stream of quotes from the SPL stream.
getTicker() - Method in class vwap.Ticker
 
getTopTen() - Method in class twitter.Trender
Gets the top ten most frequent hashtags as a list.
getTrades(SPLStream) - Static method in class vwap.Trade
Get the stream of trades from the SPL stream.
Grep - Class in simple
Sample continuous (streaming) grep topology application.
Grep() - Constructor for class simple.Grep
 

H

HashTagCount - Class in twitter
 
HashTagCount(String, Integer) - Constructor for class twitter.HashTagCount
 
HelloWorld - Class in simple
Sample Hello World topology application.
HelloWorld() - Constructor for class simple.HelloWorld
 

I

isBargain() - Method in class vwap.Bargain
 

K

kafka - package kafka
A sample demonstrating integration with the Apache Kafka messaging system http://kafka.apache.org.
KafkaSample - Class in kafka
Demonstrate integrating with the Apache Kafka messaging system http://kafka.apache.org.
KafkaSample() - Constructor for class kafka.KafkaSample
 

M

main(String[]) - Static method in class bluemix.Submit2StreamingAnalyticService
 
main(String[]) - Static method in class games.FizzBuzz
Entry point for a streaming Fizz Buzz!
main(String[]) - Static method in class kafka.KafkaSample
 
main(String[]) - Static method in class mqtt.MqttSample
 
main(String[]) - Static method in class parallel.ParallelRegexGrep
 
main(String[]) - Static method in class parallel.PartitionedParallelRegexGrep
 
main(String[]) - Static method in class rest.StreamingAnalyticsConnectionSample
 
main(String[]) - Static method in class rest.StreamsConnectionSample
 
main(String[]) - Static method in class simple.Echo
Sample Echo topology application.
main(String[]) - Static method in class simple.FilterEcho
Sample filtering echo topology application.
main(String[]) - Static method in class simple.Grep
Sample continuous (streaming) grep topology application.
main(String[]) - Static method in class simple.HelloWorld
Sample Hello World topology application.
main(String[]) - Static method in class simple.RegexGrep
 
main(String[]) - Static method in class simple.TemperatureSensor
Sample topology application.
main(String[]) - Static method in class state.FindOutliers
 
main(String[]) - Static method in class topic.PublishBeacon
Submit this application which publishes a stream.
main(String[]) - Static method in class topic.SubscribeBeacon
Submit this application which subscribes to a topic.
main(String[]) - Static method in class twitter.TwitterTrending
 
main(String[]) - Static method in class vwap.Vwap
Run the Vwap topology, printing the bargains to stdout.
mqtt - package mqtt
A sample demonstrating integration with the MQTT messaging system http://mqtt.org.
MqttSample - Class in mqtt
Demonstrate integrating with the MQTT messaging system http://mqtt.org.
MqttSample() - Constructor for class mqtt.MqttSample
 

P

parallel - package parallel
Samples using parallel streams.
ParallelRegexGrep - Class in parallel
 
ParallelRegexGrep() - Constructor for class parallel.ParallelRegexGrep
 
PartitionedParallelRegexGrep - Class in parallel
PartitionedParallelRegexGrep is like ParallelRegexGrep, except that the Java object in the tuple being passed into the parallel region implements the Keyable interface, and provides a getKey() function which is used to map tuples to their corresponding channel in the parallel region.
PartitionedParallelRegexGrep() - Constructor for class parallel.PartitionedParallelRegexGrep
 
playFizzBuzz(TStream<Long>) - Static method in class games.FizzBuzz
Return a stream that plays Fizz Buzz based upon the values in the input stream.
PublishBeacon - Class in topic
Publishes a beacon stream on a topic.
PublishBeacon() - Constructor for class topic.PublishBeacon
 
publishSubscribe(String) - Method in class kafka.KafkaSample
Publish some messages to a topic, scribe to the topic and report received messages.
publishSubscribe(String) - Method in class mqtt.MqttSample
Publish some messages to a topic; subscribe to the topic and report received messages.

Q

Quote - Class in vwap
 
Quote(Tuple) - Constructor for class vwap.Quote
 

R

realBargains(TStream<Bargain>) - Static method in class vwap.Vwap
 
RegexGrep - Class in simple
Sample continuous (streaming) regular expression grep topology application.
RegexGrep() - Constructor for class simple.RegexGrep
 
rest - package rest
Samples using Java REST api wrappers

S

setCount(Integer) - Method in class twitter.HashTagCount
 
setHashTag(String) - Method in class twitter.HashTagCount
 
simple - package simple
Basic, simple samples of Java streaming applications.
state - package state
Sample use of functional logic with state that persists across invocations.
StreamingAnalyticsConnectionSample - Class in rest
Sample code to show how to access a Streaming Analytics Instance through the REST Api
StreamingAnalyticsConnectionSample() - Constructor for class rest.StreamingAnalyticsConnectionSample
 
StreamsConnectionSample - Class in rest
This is the main class to show how to use the StreamsConnectionInterface.
StreamsConnectionSample() - Constructor for class rest.StreamsConnectionSample
 
Submit2StreamingAnalyticService - Class in bluemix
Sample demonstrating submission of a topology to Streaming Analytic service on IBM Cloud..
Submit2StreamingAnalyticService() - Constructor for class bluemix.Submit2StreamingAnalyticService
 
SubscribeBeacon - Class in topic
Application which subscribes to a topic.
SubscribeBeacon() - Constructor for class topic.SubscribeBeacon
 

T

TemperatureSensor - Class in simple
Sample topology application.
TemperatureSensor() - Constructor for class simple.TemperatureSensor
 
Ticker - Class in vwap
 
topic - package topic
Topic based Publish-Subscribe sample Java applications.
toString() - Method in class twitter.HashTagCount
 
toString() - Method in class vwap.Bargain
 
toString() - Method in class vwap.Quote
 
toString() - Method in class vwap.Trade
 
toString() - Method in class vwap.VWapT
 
Trade - Class in vwap
 
Trade(String, BigDecimal, BigDecimal) - Constructor for class vwap.Trade
 
Trade(Tuple) - Constructor for class vwap.Trade
 
Trender - Class in twitter
A container for a hashmap that keeps the top ten of whatever is in the map.
Trender() - Constructor for class twitter.Trender
 
twitter - package twitter
Sample how how to process tweets using Java.
TwitterTrending - Class in twitter
Sample twitter trending topology application.
TwitterTrending() - Constructor for class twitter.TwitterTrending
 

U

Util - Class in simple
 
Util() - Constructor for class simple.Util
 

V

vwap - package vwap
SPL sample Vwap application reimplemented using Java.
Vwap - Class in vwap
 
Vwap() - Constructor for class vwap.Vwap
 
VwapProcessing - Class in vwap
 
VwapProcessing() - Constructor for class vwap.VwapProcessing
 
VWapT - Class in vwap
 
A B C E F G H I K M P Q R S T U V 
streamsx.topology @ IBMStreams GitHub