C# Class Kafka.Client.Consumers.TopicCount

Afficher le fichier Open project: precog/kafka Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static ConstructTopicCount ( string consumerIdString, string json ) : TopicCount
consumerIdString string
json string
Résultat TopicCount

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetConsumerThreadIdsPerTopic() public méthode

public GetConsumerThreadIdsPerTopic ( ) : IList>.IDictionary
Résultat IList>.IDictionary

ToJsonString() public méthode

public ToJsonString ( ) : string
Résultat string

TopicCount() public méthode

public TopicCount ( string consumerIdString, int>.IDictionary topicCountMap ) : System
consumerIdString string
topicCountMap int>.IDictionary
Résultat System