Uses of Class
org.apache.zookeeper.MockZooKeeper
-
Packages that use MockZooKeeper Package Description org.apache.zookeeper -
-
Uses of MockZooKeeper in org.apache.zookeeper
Methods in org.apache.zookeeper that return MockZooKeeper Modifier and Type Method Description static MockZooKeeperMockZooKeeper. newInstance()static MockZooKeeperMockZooKeeper. newInstance(ExecutorService executor)static MockZooKeeperMockZooKeeper. newInstance(ExecutorService executor, int readOpDelayMs)static MockZooKeeperMockZooKeeper. newInstanceForGlobalZK(ExecutorService executor)static MockZooKeeperMockZooKeeper. newInstanceForGlobalZK(ExecutorService executor, int readOpDelayMs)Methods in org.apache.zookeeper with parameters of type MockZooKeeper Modifier and Type Method Description static MockZooKeeperSessionMockZooKeeperSession. newInstance(MockZooKeeper mockZooKeeper)
-