public class StoreIteratorConfig
extends java.lang.Object
KVStore.storeIterator(Direction, int,
Key, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig).| Constructor | Description |
|---|---|
StoreIteratorConfig() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getMaxConcurrentRequests() |
Returns the maximum number of concurrent requests.
|
int |
getMaxResultsBatches() |
Deprecated.
since 3.4, no longer supported.
|
StoreIteratorConfig |
setMaxConcurrentRequests(int maxConcurrentRequests) |
Sets the maximum degree of parallelism (in effect the maximum number of
client-side threads) to be used when running a parallel store iteration.
|
StoreIteratorConfig |
setMaxResultsBatches(int maxResultsBatches) |
Deprecated.
since 3.4, no longer supported.
|
java.lang.String |
toString() |
public StoreIteratorConfig setMaxConcurrentRequests(int maxConcurrentRequests)
maxConcurrentRequests - the maximum number of client-side threads.java.lang.IllegalArgumentException - if a value less than 0 is passed for
maxConcurrentRequests.public int getMaxConcurrentRequests()
@Deprecated public StoreIteratorConfig setMaxResultsBatches(int maxResultsBatches)
maxResultsBatches - the maximum number of results sets that can be
held on the client side before Replication Node processing pauses.@Deprecated public int getMaxResultsBatches()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.