Searched defs:COUNT_KEY (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVLVIndex.java91 private static final ByteString COUNT_KEY = ByteString.valueOfUtf8("nbRecords"); field in class:VLVIndex
180 counter.importPut(importer, COUNT_KEY, count);
455 counter.addCount(txn, COUNT_KEY, 1);
461 counter.addCount(txn, COUNT_KEY, -1);
518 return (int) counter.getCount(txn, COUNT_KEY);

Completed in 71 milliseconds