Uses of Class
org.apache.zookeeper.MockZooKeeper.Op
-
Packages that use MockZooKeeper.Op Package Description org.apache.zookeeper -
-
Uses of MockZooKeeper.Op in org.apache.zookeeper
Methods in org.apache.zookeeper that return MockZooKeeper.Op Modifier and Type Method Description static MockZooKeeper.OpMockZooKeeper.Op. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MockZooKeeper.Op[]MockZooKeeper.Op. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.zookeeper with type arguments of type MockZooKeeper.Op Modifier and Type Method Description voidMockZooKeeper. failConditional(org.apache.zookeeper.KeeperException.Code rc, java.util.function.BiPredicate<MockZooKeeper.Op,java.lang.String> predicate)voidMockZooKeeperSession. failConditional(org.apache.zookeeper.KeeperException.Code rc, java.util.function.BiPredicate<MockZooKeeper.Op,java.lang.String> predicate)
-