ScanSpec |
ScanSpec.withAttributesToGet(java.lang.String... attributes) |
ScanSpec |
ScanSpec.withConditionalOperator(ConditionalOperator op) |
ScanSpec |
ScanSpec.withConsistentRead(java.lang.Boolean consistentRead) |
ScanSpec |
ScanSpec.withExclusiveStartKey(KeyAttribute... exclusiveStartKey) |
ScanSpec |
ScanSpec.withExclusiveStartKey(PrimaryKey exclusiveStartKey) |
ScanSpec |
ScanSpec.withExclusiveStartKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue) |
ScanSpec |
ScanSpec.withExclusiveStartKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue) |
ScanSpec |
ScanSpec.withExpressionSpec(ScanExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via ScanExpressionSpec .
|
ScanSpec |
ScanSpec.withFilterExpression(java.lang.String filterExpression) |
ScanSpec |
ScanSpec.withMaxPageSize(int maxPageSize) |
ScanSpec |
ScanSpec.withMaxPageSize(java.lang.Integer maxPageSize) |
ScanSpec |
ScanSpec.withMaxResultSize(int maxResultSize) |
ScanSpec |
ScanSpec.withMaxResultSize(java.lang.Integer maxResultSize) |
ScanSpec |
ScanSpec.withNameMap(java.util.Map<java.lang.String,java.lang.String> nameMap)
Applicable only when an expression has been specified.
|
ScanSpec |
ScanSpec.withProgressListener(ProgressListener progressListener) |
ScanSpec |
ScanSpec.withProjectionExpression(java.lang.String projectionExpression) |
ScanSpec |
ScanSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
ScanSpec |
ScanSpec.withReturnConsumedCapacity(ReturnConsumedCapacity capacity) |
ScanSpec |
ScanSpec.withScanFilters(ScanFilter... scanFilters) |
ScanSpec |
ScanSpec.withSegment(java.lang.Integer segment) |
ScanSpec |
ScanSpec.withSelect(Select select) |
ScanSpec |
ScanSpec.withTotalSegments(java.lang.Integer totalSegments) |
ScanSpec |
ScanSpec.withValueMap(java.util.Map<java.lang.String,java.lang.Object> valueMap)
Applicable only when an expression has been specified.
|