public interface IMutation
Modifier and Type | Method and Description |
---|---|
void |
addAll(IMutation m) |
void |
apply() |
java.util.Collection<ColumnFamily> |
getColumnFamilies() |
java.util.Collection<java.util.UUID> |
getColumnFamilyIds() |
java.lang.String |
getKeyspaceName() |
java.nio.ByteBuffer |
key() |
java.lang.String |
toString(boolean shallow) |
java.lang.String getKeyspaceName()
java.util.Collection<java.util.UUID> getColumnFamilyIds()
java.nio.ByteBuffer key()
void apply()
java.lang.String toString(boolean shallow)
void addAll(IMutation m)
java.util.Collection<ColumnFamily> getColumnFamilies()
Copyright © 2015 The Apache Software Foundation