Uses of Class
org.apache.zookeeper.MockZooKeeper
-
Packages that use MockZooKeeper Package Description org.apache.zookeeper Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
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(java.util.concurrent.ExecutorService executor)static MockZooKeeperMockZooKeeper. newInstance(java.util.concurrent.ExecutorService executor, int readOpDelayMs)static MockZooKeeperMockZooKeeper. newInstanceForGlobalZK(java.util.concurrent.ExecutorService executor)static MockZooKeeperMockZooKeeper. newInstanceForGlobalZK(java.util.concurrent.ExecutorService executor, int readOpDelayMs)Methods in org.apache.zookeeper with parameters of type MockZooKeeper Modifier and Type Method Description static MockZooKeeperSessionMockZooKeeperSession. newInstance(MockZooKeeper mockZooKeeper)
-