@Override public TransactionCheckBuilder check() { TestCheck operation = new TestCheck(this); operations.add(operation); return operation; }
@Override public TransactionCheckBuilder check() { ensureNotCommitted(); throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public TransactionCheckBuilder<CuratorOp> check() { ExtractingCuratorOp op = new ExtractingCuratorOp(); return CuratorTransactionImpl.<CuratorOp>makeTransactionCheckBuilder(client, op, op.getRecord()); }