C# Class Kafka.Client.Consumers.TopicCount

Datei anzeigen Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
ConstructTopicCount ( string consumerIdString, string json ) : TopicCount
Equals ( object obj ) : bool
GetConsumerThreadIdsPerTopic ( ) : IList>.IDictionary
ToJsonString ( ) : string
TopicCount ( string consumerIdString, int>.IDictionary topicCountMap ) : System

Method Details

ConstructTopicCount() public static method

public static ConstructTopicCount ( string consumerIdString, string json ) : TopicCount
consumerIdString string
json string
return TopicCount

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetConsumerThreadIdsPerTopic() public method

public GetConsumerThreadIdsPerTopic ( ) : IList>.IDictionary
return IList>.IDictionary

ToJsonString() public method

public ToJsonString ( ) : string
return string

TopicCount() public method

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