Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ParallelScanTask.SegmentScanState> |
ParallelScanTask.segmentScanStates
The current state of the scan on each segment.
|
Modifier and Type | Method and Description |
---|---|
static ParallelScanTask.SegmentScanState |
ParallelScanTask.SegmentScanState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParallelScanTask.SegmentScanState[] |
ParallelScanTask.SegmentScanState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|