public class SelectionParams extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
batchSize |
protected Consistency |
consistency |
protected Depth |
depth |
protected Direction |
direction |
protected Key |
parentKey |
protected KeyRange |
subRange |
protected long |
timeout |
protected TimeUnit |
timeoutUnit |
| Constructor and Description |
|---|
SelectionParams(Direction direction,
int batchSize,
Key parentKey,
KeyRange subRange,
Depth depth,
Consistency consistency,
long timeout,
TimeUnit timeoutUnit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
Consistency |
getConsistency() |
Depth |
getDepth() |
Direction |
getDirection() |
Key |
getParentKey() |
KeyRange |
getSubRange() |
long |
getTimeout() |
TimeUnit |
getTimeoutUnit() |
protected Direction direction
protected int batchSize
protected Key parentKey
protected KeyRange subRange
protected Depth depth
protected Consistency consistency
protected long timeout
protected TimeUnit timeoutUnit
public Direction getDirection()
public int getBatchSize()
public Key getParentKey()
public KeyRange getSubRange()
public Depth getDepth()
public Consistency getConsistency()
public long getTimeout()
public TimeUnit getTimeoutUnit()
Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.