C# 클래스 Kafka.Client.Consumers.TopicCount

파일 보기 프로젝트 열기: precog/kafka 1 사용 예제들

공개 메소드들

메소드 설명
ConstructTopicCount ( string consumerIdString, string json ) : TopicCount
Equals ( object obj ) : bool
GetConsumerThreadIdsPerTopic ( ) : IList>.IDictionary
ToJsonString ( ) : string
TopicCount ( string consumerIdString, int>.IDictionary topicCountMap ) : System

메소드 상세

ConstructTopicCount() 공개 정적인 메소드

public static ConstructTopicCount ( string consumerIdString, string json ) : TopicCount
consumerIdString string
json string
리턴 TopicCount

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetConsumerThreadIdsPerTopic() 공개 메소드

public GetConsumerThreadIdsPerTopic ( ) : IList>.IDictionary
리턴 IList>.IDictionary

ToJsonString() 공개 메소드

public ToJsonString ( ) : string
리턴 string

TopicCount() 공개 메소드

public TopicCount ( string consumerIdString, int>.IDictionary topicCountMap ) : System
consumerIdString string
topicCountMap int>.IDictionary
리턴 System