public static class Mutation.PartitionUpdateCollector
extends java.lang.Object
Constructor and Description |
---|
PartitionUpdateCollector(java.lang.String keyspaceName,
DecoratedKey key) |
Modifier and Type | Method and Description |
---|---|
Mutation.PartitionUpdateCollector |
add(PartitionUpdate partitionUpdate) |
Mutation |
build() |
java.lang.String |
getKeyspaceName() |
boolean |
isEmpty() |
DecoratedKey |
key() |
public PartitionUpdateCollector(java.lang.String keyspaceName, DecoratedKey key)
public Mutation.PartitionUpdateCollector add(PartitionUpdate partitionUpdate)
public DecoratedKey key()
public java.lang.String getKeyspaceName()
public boolean isEmpty()
public Mutation build()
Copyright © 2009-2021 The Apache Software Foundation