public class DynamoScan<Table> extends DynamoBaseAction<Table>
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
DynamoScan.ScanContext |
DynamoBaseAction.RangeValueclient, filterValues, index, limit, projectionNames, table| コンストラクタと説明 |
|---|
DynamoScan(DynamoClient.DynamoClientPrivate client,
DynamoTable table) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Long |
executeSync(int threadCount,
java.util.function.BiConsumer<List<Table>,DynamoScan.ScanContext> callbackFunction) |
DynamoScan<Table> |
filter(DynamoConditionAttributeValue cond) |
com.amazonaws.services.dynamodbv2.model.ScanRequest |
makeScanRequest(int segment,
int totalSegment,
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> exclusiveStartKey) |
DynamoScan<Table> |
projection(DynamoConditionAttribute... attrs) |
DynamoScan<Table> |
withAdjustThroughput() |
appendFilterValue, appendFilterValue, appendKeyValue, appendValue, getIndexName, isTargetIndexPartition, makeFilterExpression, makeProjectionExpressionpublic DynamoScan(DynamoClient.DynamoClientPrivate client, DynamoTable table)
public DynamoScan<Table> filter(DynamoConditionAttributeValue cond)
public DynamoScan<Table> projection(DynamoConditionAttribute... attrs)
public DynamoScan<Table> withAdjustThroughput()
public Long executeSync(int threadCount, java.util.function.BiConsumer<List<Table>,DynamoScan.ScanContext> callbackFunction)
Copyright © 2016 jp.co.bizreach. All rights reserved.