org.apache.cassandra.db
Class RowMutationMessage

java.lang.Object
  extended by org.apache.cassandra.db.RowMutationMessage
All Implemented Interfaces:
java.io.Serializable

public class RowMutationMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String hint_
           
 
Constructor Summary
RowMutationMessage(RowMutation rowMutation)
           
 
Method Summary
 RowMutation getRowMutation()
           
 Message makeRowMutationMessage()
           
 Message makeRowMutationMessage(java.lang.String verbHandlerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hint_

public static final java.lang.String hint_
See Also:
Constant Field Values
Constructor Detail

RowMutationMessage

public RowMutationMessage(RowMutation rowMutation)
Method Detail

makeRowMutationMessage

public Message makeRowMutationMessage()
                               throws java.io.IOException
Throws:
java.io.IOException

makeRowMutationMessage

public Message makeRowMutationMessage(java.lang.String verbHandlerName)
                               throws java.io.IOException
Throws:
java.io.IOException

getRowMutation

public RowMutation getRowMutation()


Copyright © 2010 The Apache Software Foundation