Uses of Enum Class
org.apache.zookeeper.MockZooKeeper.Op
Packages that use MockZooKeeper.Op
-
Uses of MockZooKeeper.Op in org.apache.zookeeper
Methods in org.apache.zookeeper that return MockZooKeeper.OpModifier and TypeMethodDescriptionstatic MockZooKeeper.OpReturns the enum constant of this class with the specified name.static MockZooKeeper.Op[]MockZooKeeper.Op.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.zookeeper with type arguments of type MockZooKeeper.OpModifier and TypeMethodDescriptionvoidMockZooKeeper.delay(long millis, BiPredicate<MockZooKeeper.Op, String> predicate) voidMockZooKeeper.failConditional(org.apache.zookeeper.KeeperException.Code rc, BiPredicate<MockZooKeeper.Op, String> predicate) voidMockZooKeeperSession.failConditional(org.apache.zookeeper.KeeperException.Code rc, BiPredicate<MockZooKeeper.Op, String> predicate)