Package org.apache.curator.framework.api.transaction

Examples of org.apache.curator.framework.api.transaction.TransactionCheckBuilder


    @Override
    public TransactionCheckBuilder check()
    {
        Preconditions.checkState(!isCommitted, "transaction already committed");

        return new TransactionCheckBuilder()
        {
            private int         version = -1;

            @Override
            public CuratorTransactionBridge forPath(String path) throws Exception
View Full Code Here

TOP

Related Classes of org.apache.curator.framework.api.transaction.TransactionCheckBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.