org.apache.cassandra.db
Class RowMutationMessage
java.lang.Object
org.apache.cassandra.db.RowMutationMessage
- All Implemented Interfaces:
- java.io.Serializable
public class RowMutationMessage
- extends java.lang.Object
- implements java.io.Serializable
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
hint_
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hint_
public static final java.lang.String hint_
- See Also:
- Constant Field Values
RowMutationMessage
public RowMutationMessage(RowMutation rowMutation)
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 © 2009 The Apache Software Foundation