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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DShardedCounter.java190 private final ByteSequence targetKey; field in class:ShardedCounter.ShardCursor
193 ShardCursor(Cursor<ByteString, Long> delegate, ByteSequence targetKey) argument
196 this.targetKey = targetKey;
205 return delegate.positionToKeyOrNext(targetKey) && isOnTargetKey();
212 return targetKey.equals(delegate.getKey());

Completed in 27 milliseconds