public interface IMutation
Modifier and Type | Method and Description |
---|---|
void |
addAll(IMutation m) |
java.util.Collection<ColumnFamily> |
getColumnFamilies() |
java.util.Collection<java.util.UUID> |
getColumnFamilyIds() |
java.lang.String |
getKeyspaceName() |
long |
getTimeout() |
java.nio.ByteBuffer |
key() |
void |
release()
Call to decrement underlying network buffer refcount
|
void |
retain()
Call to increment underlying network buffer refcount
So we can avoid recycling too soon
|
java.lang.String |
toString(boolean shallow) |
java.lang.String getKeyspaceName()
java.util.Collection<java.util.UUID> getColumnFamilyIds()
java.nio.ByteBuffer key()
long getTimeout()
java.lang.String toString(boolean shallow)
void addAll(IMutation m)
java.util.Collection<ColumnFamily> getColumnFamilies()
void retain()
void release()
Copyright © 2014 The Apache Software Foundation