Searched refs:TreeStats (Results 1 - 1 of 1) sorted by relevance
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ |
| H A D | BackendStat.java | 218 class TreeStats class in class:BackendStat 224 TreeStats(long count, long tks, long tds) method in class:BackendStat.TreeStats 817 TreeStats treeStats = cursorTreeToDump(rc, targetTree, options); 1281 TreeStats treeStats = cursorTreeToDump(rc, target, options); 1292 private TreeStats cursorTreeToDump(RootContainer rc, final TreeKeyValue target, final Options options) 1295 return rc.getStorage().read(new ReadOperation<TreeStats>() 1298 public TreeStats run(ReadableTransaction txn) throws Exception 1314 return new TreeStats(0, 0, 0); 1321 return new TreeStats(0, 0, 0); 1370 return new TreeStats(coun [all...] |
Completed in 55 milliseconds