mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
docs updates and fixes
This commit is contained in:
parent
f52647e861
commit
c807356b51
@ -28,7 +28,7 @@ import java.util.stream.Collectors;
|
||||
*
|
||||
* Use it like this:<pre>{@code
|
||||
* ResultValueFilterType filterType =
|
||||
* SelectorFilter.of("core", ServiceLoader.load(ResultValueFilterType.class)).get();
|
||||
* ServiceSelector.of("core", ServiceLoader.load(ResultValueFilterType.class)).get();
|
||||
* }</pre>
|
||||
*
|
||||
* @param <T> The service type
|
||||
|
@ -44,7 +44,7 @@ public class ByteBufferSizedHashed implements LongFunction<ByteBuffer> {
|
||||
|
||||
@Example({
|
||||
"ByteBufferSizedHashed(16)",
|
||||
"Functionally identical to HashedtoByteBuffer(16) but using dynamic sizing implementation"
|
||||
"Functionally identical to HashedToByteBuffer(16) but using dynamic sizing implementation"
|
||||
})
|
||||
@Example({
|
||||
"ByteBufferSizedHashed(HashRange(10, 14))",
|
||||
|
Loading…
Reference in New Issue
Block a user