Uses of Class
io.debezium.kafka.ZookeeperServer
-
Packages that use ZookeeperServer Package Description io.debezium.kafka -
-
Uses of ZookeeperServer in io.debezium.kafka
Fields in io.debezium.kafka declared as ZookeeperServer Modifier and Type Field Description private ZookeeperServerZookeeperServerTest. serverprivate ZookeeperServerKafkaCluster. zkServerMethods in io.debezium.kafka that return ZookeeperServer Modifier and Type Method Description ZookeeperServerZookeeperServer. setPort(int port)Set the port for the server.ZookeeperServerZookeeperServer. setStateDirectory(File dataDir)Set the parent directory where the server's logs and snapshots will be kept.ZookeeperServerZookeeperServer. setTickTime(int tickTime)Set the basic time unit in milliseconds used by ZooKeeper.ZookeeperServerZookeeperServer. startup()Start the embedded Zookeeper server.
-