|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cassandra.db.RowMutationMessage
public class RowMutationMessage
Field Summary | |
---|---|
static java.lang.String |
hint_
|
Constructor Summary | |
---|---|
RowMutationMessage(RowMutation rowMutation)
|
Method Summary | |
---|---|
RowMutation |
getRowMutation()
|
Message |
makeRowMutationMessage()
|
Message |
makeRowMutationMessage(StorageService.Verb verb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String hint_
Constructor Detail |
---|
public RowMutationMessage(RowMutation rowMutation)
Method Detail |
---|
public Message makeRowMutationMessage() throws java.io.IOException
java.io.IOException
public Message makeRowMutationMessage(StorageService.Verb verb) throws java.io.IOException
java.io.IOException
public RowMutation getRowMutation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |