MCPcopy Create free account
hub / github.com/apache/storm / getStream

Method getStream

storm-client/src/jvm/org/apache/storm/streams/Stream.java:404–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 }
403
404 String getStream() {
405 return stream;
406 }
407
408 private ProcessorNode makeProcessorNode(Processor<?> processor, Fields outputFields) {
409 return makeProcessorNode(processor, outputFields, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected