Uses of Interface
org.apache.storm.trident.operation.Assembly
-
Packages that use Assembly Package Description org.apache.storm.trident org.apache.storm.trident.operation.builtin -
-
Uses of Assembly in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type Assembly Modifier and Type Method Description Stream
Stream. applyAssembly(Assembly assembly)
Applies an `Assembly` to this `Stream`. -
Uses of Assembly in org.apache.storm.trident.operation.builtin
Classes in org.apache.storm.trident.operation.builtin that implement Assembly Modifier and Type Class Description class
FirstN
AnAssembly
implementation.
-