C# 클래스 EventHubReader.LogBolt

Log data read from EventHubs
상속: ISCPBolt
파일 보기 프로젝트 열기: Azure-Samples/hdinsight-dotnet-java-storm-eventhub

공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

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

Get() 공개 정적인 메소드

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
리턴 LogBolt

LogBolt() 공개 메소드

public LogBolt ( Context ctx ) : System
ctx Context
리턴 System