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

Method getName

storm-client/src/jvm/org/apache/storm/trident/Stream.java:814–816  ·  view source on GitHub ↗

Returns the label applied to the stream. @return the label applied to the stream.

()

Source from the content-addressed store, hash-verified

812 * @return the label applied to the stream.
813 */
814 public String getName() {
815 return name;
816 }
817
818 @Override
819 public Fields getOutputFields() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected