@Override public ACLPathAndBytesable<CuratorTransactionBridge> withMode(CreateMode mode) { throw new UnsupportedOperationException(); }
@Override public ACLPathAndBytesable<CuratorTransactionBridge> compressed() { throw new UnsupportedOperationException(); }
@Override @Deprecated public ACLPathAndBytesable<String> withProtectedEphemeralSequential() { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public ACLPathAndBytesable<CuratorTransactionBridge> compressed() { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public ACLPathAndBytesable<CuratorTransactionBridge> withMode(CreateMode createMode) { this.createMode = createMode; return this; }