C# Class EventHubReader.LogBolt

Log data read from EventHubs
Inheritance: ISCPBolt
Afficher le fichier Open project: Azure-Samples/hdinsight-dotnet-java-storm-eventhub

Méthodes publiques

Méthode Description
Execute ( SCPTuple tuple ) : void

The Execute() function will be called, when a new tuple is available.

Get ( Context ctx, Object>.Dictionary parms ) : LogBolt

Returns a new instance of the bolt

LogBolt ( Context ctx ) : System

Method Details

Execute() public méthode

The Execute() function will be called, when a new tuple is available.
public Execute ( SCPTuple tuple ) : void
tuple SCPTuple
Résultat void

Get() public static méthode

Returns a new instance of the bolt
public static Get ( Context ctx, Object>.Dictionary parms ) : LogBolt
ctx Context SCP Context instance
parms Object>.Dictionary Parameters to initialize this spout/bolt
Résultat LogBolt

LogBolt() public méthode

public LogBolt ( Context ctx ) : System
ctx Context
Résultat System