Uses of Class
org.apache.cassandra.batchlog.Batch
Packages that use Batch
-
Uses of Batch in org.apache.cassandra.batchlog
Methods in org.apache.cassandra.batchlog that return BatchModifier and TypeMethodDescriptionstatic BatchBatch.createLocal(TimeUUID id, long creationTime, Collection<Mutation> mutations) Creates a 'local' batch - with all enclosed mutations in decoded form (as Mutation instances)static BatchBatch.createRemote(TimeUUID id, long creationTime, Collection<ByteBuffer> mutations) Creates a 'remote' batch - with all enclosed mutations in encoded form (as ByteBuffer instances) The mutations will always be encoded using the current messaging version.Batch.Serializer.deserialize(DataInputPlus in, int version) Methods in org.apache.cassandra.batchlog with parameters of type BatchModifier and TypeMethodDescriptionvoidBatch.Serializer.serialize(Batch batch, DataOutputPlus out, int version) longBatch.Serializer.serializedSize(Batch batch, int version) static voidstatic voidMethod parameters in org.apache.cassandra.batchlog with type arguments of type Batch