org.apache.cassandra.transport
Class Event

java.lang.Object
  extended by org.apache.cassandra.transport.Event
Direct Known Subclasses:
Event.SchemaChange, Event.StatusChange, Event.TopologyChange

public abstract class Event
extends java.lang.Object


Nested Class Summary
static class Event.SchemaChange
           
static class Event.StatusChange
           
static class Event.TopologyChange
           
static class Event.Type
           
 
Field Summary
 Event.Type type
           
 
Method Summary
static Event deserialize(org.jboss.netty.buffer.ChannelBuffer cb)
           
 org.jboss.netty.buffer.ChannelBuffer serialize()
           
protected abstract  org.jboss.netty.buffer.ChannelBuffer serializeEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final Event.Type type
Method Detail

deserialize

public static Event deserialize(org.jboss.netty.buffer.ChannelBuffer cb)

serialize

public org.jboss.netty.buffer.ChannelBuffer serialize()

serializeEvent

protected abstract org.jboss.netty.buffer.ChannelBuffer serializeEvent()


Copyright © 2013 The Apache Software Foundation