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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DID2ChildrenCount.java171 long removeCount(final WriteableTransaction txn, final EntryID entryID) { method in class:ID2ChildrenCount
172 return counter.removeCount(txn, toKey(entryID));
H A DShardedCounter.java130 long removeCount(final WriteableTransaction txn, ByteSequence key) method in class:ShardedCounter
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DID2ChildrenCountTest.java139 assertThat(removeCount(id(0))).isEqualTo(1024);
142 assertThat(removeCount(id(1))).isEqualTo(1024);
143 assertThat(removeCount(id(2))).isEqualTo(1024);
144 assertThat(removeCount(id(3))).isEqualTo(1024);
181 private long removeCount(final EntryID key) throws Exception { method in class:ID2ChildrenCountTest
188 final long delta = id2ChildrenCount.removeCount(txn, key);

Completed in 36 milliseconds