Modifier and Type | Class and Description |
---|---|
static class |
Event.StatusChange.Status |
Event.SchemaChange, Event.StatusChange, Event.TopologyChange, Event.Type
Modifier and Type | Field and Description |
---|---|
java.net.InetSocketAddress |
node |
Event.StatusChange.Status |
status |
Modifier and Type | Method and Description |
---|---|
static Event.StatusChange |
nodeDown(java.net.InetAddress host,
int port) |
static Event.StatusChange |
nodeUp(java.net.InetAddress host,
int port) |
protected org.jboss.netty.buffer.ChannelBuffer |
serializeEvent() |
java.lang.String |
toString() |
deserialize, serialize
public final Event.StatusChange.Status status
public final java.net.InetSocketAddress node
public static Event.StatusChange nodeUp(java.net.InetAddress host, int port)
public static Event.StatusChange nodeDown(java.net.InetAddress host, int port)
protected org.jboss.netty.buffer.ChannelBuffer serializeEvent()
serializeEvent
in class Event
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 The Apache Software Foundation