|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutationBatch | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.thrift |
Uses of MutationBatch in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax that return MutationBatch | |
---|---|
MutationBatch |
MutationBatch.lockCurrentTimestamp()
Force all future mutations to have the same timestamp. |
MutationBatch |
MutationBatch.pinToHost(Host host)
Pin this operation to a specific host |
MutationBatch |
Keyspace.prepareMutationBatch()
Prepare a batch mutation object. |
MutationBatch |
MutationBatch.setConsistencyLevel(ConsistencyLevel consistencyLevel)
Set the consistency level for this mutation |
MutationBatch |
MutationBatch.setTimeout(long timeout)
Deprecated. |
MutationBatch |
MutationBatch.setTimestamp(long timestamp)
Set the timestamp for all subsequent operations on this mutation |
MutationBatch |
MutationBatch.withRetryPolicy(RetryPolicy retry)
Set the retry policy to use instead of the one specified in the configuration |
Methods in com.netflix.astyanax with parameters of type MutationBatch | |
---|---|
void |
MutationBatch.mergeShallow(MutationBatch other)
Perform a shallow merge of mutations from another batch. |
Uses of MutationBatch in com.netflix.astyanax.thrift |
---|
Classes in com.netflix.astyanax.thrift that implement MutationBatch | |
---|---|
class |
AbstractThriftMutationBatchImpl
Basic implementation of a mutation batch using the thrift data structures. |
Methods in com.netflix.astyanax.thrift that return MutationBatch | |
---|---|
MutationBatch |
AbstractThriftMutationBatchImpl.lockCurrentTimestamp()
|
MutationBatch |
ThriftKeyspaceImpl.prepareMutationBatch()
|
MutationBatch |
AbstractThriftMutationBatchImpl.setTimeout(long timeout)
|
MutationBatch |
AbstractThriftMutationBatchImpl.setTimestamp(long timestamp)
|
Methods in com.netflix.astyanax.thrift with parameters of type MutationBatch | |
---|---|
void |
AbstractThriftMutationBatchImpl.mergeShallow(MutationBatch other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |