C# Класс Kafka.Client.Utils.ZkUtils

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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