org.apache.cassandra.db
Class CalloutDeployMessage

java.lang.Object
  extended by org.apache.cassandra.db.CalloutDeployMessage

public class CalloutDeployMessage
extends java.lang.Object


Constructor Summary
CalloutDeployMessage(java.lang.String callout, java.lang.String script)
           
 
Method Summary
static Message getCalloutDeployMessage(CalloutDeployMessage cdMessage)
           
static ICompactSerializer<CalloutDeployMessage> serializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalloutDeployMessage

public CalloutDeployMessage(java.lang.String callout,
                            java.lang.String script)
Method Detail

serializer

public static ICompactSerializer<CalloutDeployMessage> serializer()

getCalloutDeployMessage

public static Message getCalloutDeployMessage(CalloutDeployMessage cdMessage)
                                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009 The Apache Software Foundation