public abstract class Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.SchemaChange |
static class |
Event.StatusChange |
static class |
Event.TopologyChange |
static class |
Event.Type |
Modifier and Type | Field and Description |
---|---|
Event.Type |
type |
Modifier and Type | Method and Description |
---|---|
static Event |
deserialize(org.jboss.netty.buffer.ChannelBuffer cb) |
org.jboss.netty.buffer.ChannelBuffer |
serialize() |
protected abstract org.jboss.netty.buffer.ChannelBuffer |
serializeEvent() |
public final Event.Type type
public static Event deserialize(org.jboss.netty.buffer.ChannelBuffer cb)
public org.jboss.netty.buffer.ChannelBuffer serialize()
protected abstract org.jboss.netty.buffer.ChannelBuffer serializeEvent()
Copyright © 2014 The Apache Software Foundation