static RowMutationEntry |
RowMutationEntry.create(com.google.protobuf.ByteString key) |
Creates a new instance of the mutation builder.
|
static RowMutationEntry |
RowMutationEntry.create(String key) |
Creates a new instance of the mutation builder.
|
static RowMutationEntry |
RowMutationEntry.createFromMutationUnsafe(com.google.protobuf.ByteString key,
Mutation mutation) |
Creates a new instance from existing mutation.
|
static RowMutationEntry |
RowMutationEntry.createUnsafe(com.google.protobuf.ByteString key) |
Creates new instance of mutation builder which allows server timestamp for setCell operations.
|
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier) |
Adds a mutation which deletes cells from the specified column.
|
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange) |
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
|
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
String qualifier) |
Adds a mutation which deletes cells from the specified column.
|
RowMutationEntry |
RowMutationEntry.deleteFamily(String familyName) |
Adds a mutation which deletes all cells from the specified column family.
|
RowMutationEntry |
RowMutationEntry.deleteRow() |
Adds a mutation which deletes all cells from the containing row.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long value) |
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long timestamp,
long value) |
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long timestamp,
com.google.protobuf.ByteString value) |
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
com.google.protobuf.ByteString value) |
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long value) |
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long timestamp,
long value) |
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long timestamp,
String value) |
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
String value) |
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
ChangeStreamMutation.toRowMutationEntry() |
|