| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadModifyWriteRule
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
|
static class |
ReadModifyWriteRule.Builder
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
|
| Modifier and Type | Method and Description |
|---|---|
ReadModifyWriteRuleOrBuilder |
ReadModifyWriteRowRequestOrBuilder.getRulesOrBuilder(int index)
Rules specifying how the specified row's contents are to be transformed
into writes.
|
ReadModifyWriteRuleOrBuilder |
ReadModifyWriteRowRequest.getRulesOrBuilder(int index)
Rules specifying how the specified row's contents are to be transformed
into writes.
|
ReadModifyWriteRuleOrBuilder |
ReadModifyWriteRowRequest.Builder.getRulesOrBuilder(int index)
Rules specifying how the specified row's contents are to be transformed
into writes.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ReadModifyWriteRuleOrBuilder> |
ReadModifyWriteRowRequestOrBuilder.getRulesOrBuilderList()
Rules specifying how the specified row's contents are to be transformed
into writes.
|
List<? extends ReadModifyWriteRuleOrBuilder> |
ReadModifyWriteRowRequest.getRulesOrBuilderList()
Rules specifying how the specified row's contents are to be transformed
into writes.
|
List<? extends ReadModifyWriteRuleOrBuilder> |
ReadModifyWriteRowRequest.Builder.getRulesOrBuilderList()
Rules specifying how the specified row's contents are to be transformed
into writes.
|