org.apache.cassandra.db
Interface IMutation

All Known Implementing Classes:
CounterMutation, RowMutation

public interface IMutation


Method Summary
 java.lang.String getTable()
           
 java.nio.ByteBuffer key()
           
 java.lang.String toString(boolean shallow)
           
 

Method Detail

getTable

java.lang.String getTable()

key

java.nio.ByteBuffer key()

toString

java.lang.String toString(boolean shallow)


Copyright © 2011 The Apache Software Foundation