| パッケージ | 説明 |
|---|---|
| jp.co.bizreach.jdynamo | |
| jp.co.bizreach.jdynamo.core |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<Table> DynamoQuery<Table> |
DynamoClient.query(DynamoTable<Table> table) |
<Table> DynamoQuery<Table> |
DynamoClient.query(DynamoTable<Table> table,
DynamoIndex index) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DynamoQuery<Table> |
DynamoQuery.filter(DynamoConditionAttributeValue cond)
フィルタ条件を追加します。
|
DynamoQuery<Table> |
DynamoQuery.filterOr(DynamoConditionAttributeValue... conditions) |
DynamoQuery<Table> |
DynamoQuery.key(Object partitionKey) |
DynamoQuery<Table> |
DynamoQuery.key(Object partitionKey,
Object sortKey) |
DynamoQuery<Table> |
DynamoQuery.keyRange(Object partitionKey,
Object sortKeyFrom,
Object sortKeyTo) |
DynamoQuery<Table> |
DynamoQuery.limit(Integer limit) |
DynamoQuery<Table> |
DynamoQuery.projection(DynamoConditionAttribute... attrs) |
DynamoQuery<Table> |
DynamoQuery.withAdjustThroughput()
クエリー実行時、スループットが超えないようにウェイトを入れます(Exponential Backoff Algorithm)。
|
DynamoQuery<Table> |
DynamoQuery.withAdjustThroughput(long retryLimitMillisecond)
クエリー実行時、スループットが超えないようにウェイトを入れます(Exponential Backoff Algorithm)。
|
Copyright © 2016 jp.co.bizreach. All rights reserved.