C# 클래스 Brod.Consumers.PartitionConsumer

상속: IDisposable
파일 보기 프로젝트 열기: paralect/brod 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Load ( String topic, Int32>.Dictionary offsetByPartition, Int32 blockSize ) : Message>>.IEnumerable

Return Partition -> Message

PartitionConsumer ( ConsumerConfiguration configuration, ZMQ zeromqContext ) : System
PartitionConsumer ( String address, ZMQ zeromqContext ) : System

비공개 메소드들

메소드 설명
Initialize ( ConsumerConfiguration configuration, ZMQ zeromqContext ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Load() 공개 메소드

Return Partition -> Message
public Load ( String topic, Int32>.Dictionary offsetByPartition, Int32 blockSize ) : Message>>.IEnumerable
topic String
offsetByPartition Int32>.Dictionary
blockSize System.Int32
리턴 Message>>.IEnumerable

PartitionConsumer() 공개 메소드

public PartitionConsumer ( ConsumerConfiguration configuration, ZMQ zeromqContext ) : System
configuration ConsumerConfiguration
zeromqContext ZMQ
리턴 System

PartitionConsumer() 공개 메소드

public PartitionConsumer ( String address, ZMQ zeromqContext ) : System
address String
zeromqContext ZMQ
리턴 System