Searched refs:isRoot (Results 1 – 2 of 2) sorted by relevance
45 private final boolean isRoot; field in AbstractDirectory60 int capacity, boolean readOnly, boolean isRoot) { in AbstractDirectory() argument65 this.isRoot = isRoot; in AbstractDirectory()167 public final boolean isRoot() { in isRoot() method in AbstractDirectory168 return this.isRoot; in isRoot()196 if (!isRoot()) { in checkRoot()258 if (!this.isRoot) throw new IOException( in read()
48 protected ClusterChainDirectory(ClusterChain chain, boolean isRoot) { in ClusterChainDirectory() argument51 chain.isReadOnly(), isRoot); in ClusterChainDirectory() local114 return isRoot() ? 0 : chain.getStartCluster(); in getStorageCluster()