C# Class Kafka.Client.Utils.ZkUtils

Exibir arquivo Open project: precog/kafka Class Usage Examples

Private Methods

Method Description
CreateEphemeralPath ( IZooKeeperClient zkClient, string path, string data ) : void
CreateEphemeralPathExpectConflict ( IZooKeeperClient zkClient, string path, string data ) : void
CreateParentPath ( IZooKeeperClient zkClient, string path ) : void
DeletePath ( IZooKeeperClient zkClient, string path ) : void
GetPartitionsForTopics ( IZooKeeperClient zkClient, IEnumerable topics ) : IList>.IDictionary
UpdatePersistentPath ( IZooKeeperClient zkClient, string path, string data ) : void