| Package | Description | 
|---|---|
| org.apache.cassandra.batchlog | |
| org.apache.cassandra.db | |
| org.apache.cassandra.db.commitlog | |
| org.apache.cassandra.service | |
| org.apache.cassandra.service.paxos | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | LegacyBatchlogMigrator. syncWriteToBatchlog(WriteResponseHandler<?> handler,
                   Batch batch,
                   java.util.Collection<java.net.InetAddress> endpoints) | 
| Modifier and Type | Method and Description | 
|---|---|
| Mutation | CounterMutation. applyCounterMutation()Applies the counter mutation, returns the result Mutation (for replication to other nodes). | 
| Modifier and Type | Method and Description | 
|---|---|
| CommitLogPosition | CommitLog. add(Mutation mutation)Add a Mutation to the commit log. | 
| CommitLogSegment.Allocation | CommitLogSegmentManagerCDC. allocate(Mutation mutation,
        int size)Reserve space in the current segment for the provided mutation or, if there isn't space available,
 create a new segment. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractWriteResponseHandler. get() | 
| void | BatchlogResponseHandler. get() | 
| static void | StorageProxy. mutate(java.util.Collection<? extends IMutation> mutations,
      ConsistencyLevel consistency_level,
      long queryStartNanoTime)Use this method to have these Mutations applied
 across all replicas. | 
| static void | StorageProxy. mutateAtomically(java.util.Collection<Mutation> mutations,
                ConsistencyLevel consistency_level,
                boolean requireQuorumForRemove,
                long queryStartNanoTime)See mutate. | 
| static void | StorageProxy. mutateMV(java.nio.ByteBuffer dataKey,
        java.util.Collection<Mutation> mutations,
        boolean writeCommitLog,
        java.util.concurrent.atomic.AtomicLong baseComplete,
        long queryStartNanoTime)Use this method to have these Mutations applied
 across all replicas. | 
| static void | StorageProxy. mutateWithTriggers(java.util.Collection<? extends IMutation> mutations,
                  ConsistencyLevel consistencyLevel,
                  boolean mutateAtomically,
                  long queryStartNanoTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractPaxosCallback. await() | 
Copyright © 2018 The Apache Software Foundation