Java 类org.apache.zookeeper.server.upgrade.DataNodeV1 实例源码

项目:fuck_zookeeper    文件:DataTree.java   
public Long getACL(DataNodeV1 oldDataNode) {
    synchronized (oldDataNode) {
        return aclCache.convertAcls(oldDataNode.acl);
    }
}
项目:ZooKeeper    文件:DataTree.java   
public Long getACL(DataNodeV1 oldDataNode) {
    synchronized (oldDataNode) {
        return aclCache.convertAcls(oldDataNode.acl);
    }
}
项目:StreamProcessingInfrastructure    文件:DataTree.java   
public Long getACL(DataNodeV1 oldDataNode) {
    synchronized (oldDataNode) {
        return aclCache.convertAcls(oldDataNode.acl);
    }
}