Uses of Class
org.apache.storm.trident.TridentState
-
Packages that use TridentState Package Description org.apache.storm.trident org.apache.storm.trident.fluent -
-
Uses of TridentState in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type TridentState Modifier and Type Method Description Stream
Stream. stateQuery(TridentState state, QueryFunction function, Fields functionFields)
Stream
Stream. stateQuery(TridentState state, Fields inputFields, QueryFunction function, Fields functionFields)
-
Uses of TridentState in org.apache.storm.trident.fluent
Methods in org.apache.storm.trident.fluent with parameters of type TridentState Modifier and Type Method Description Stream
GroupedStream. stateQuery(TridentState state, QueryFunction function, Fields functionFields)
Stream
GroupedStream. stateQuery(TridentState state, Fields inputFields, QueryFunction function, Fields functionFields)
-