C# Class EventHubWriter.Spout

A spout that generates random data and emits it as a JSON formatted string
Inheritance: ISCPSpout
Afficher le fichier Open project: Azure-Samples/hdinsight-dotnet-java-storm-eventhub

Méthodes publiques

Méthode Description
Ack ( long seqId, Object>.Dictionary parms ) : void
Fail ( long seqId, Object>.Dictionary parms ) : void
Get ( Context ctx, Object>.Dictionary parms ) : Spout

Gets a new instance of this component

NextTuple ( Object>.Dictionary parms ) : void

Emit data to the stream

Spout ( Context ctx ) : System

Constructor for the spout

Method Details

Ack() public méthode

public Ack ( long seqId, Object>.Dictionary parms ) : void
seqId long
parms Object>.Dictionary
Résultat void

Fail() public méthode

public Fail ( long seqId, Object>.Dictionary parms ) : void
seqId long
parms Object>.Dictionary
Résultat void

Get() public static méthode

Gets a new instance of this component
public static Get ( Context ctx, Object>.Dictionary parms ) : Spout
ctx Context Topology context
parms Object>.Dictionary Parameters
Résultat Spout

NextTuple() public méthode

Emit data to the stream
public NextTuple ( Object>.Dictionary parms ) : void
parms Object>.Dictionary
Résultat void

Spout() public méthode

Constructor for the spout
public Spout ( Context ctx ) : System
ctx Context Topology context
Résultat System