Package org.apache.zookeeper_voltpatches.server

Examples of org.apache.zookeeper_voltpatches.server.DataTree


     * maps to. There is a one to one relationship
     * between a filetxnsnaplog and zkdatabase.
     * @param snapLog the FileTxnSnapLog mapping this zkdatabase
     */
    public ZKDatabase() {
        dataTree = new DataTree();
        sessionsWithTimeouts = new ConcurrentHashMap<Long, Long>();
    }
View Full Code Here

TOP

Related Classes of org.apache.zookeeper_voltpatches.server.DataTree

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.