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 |
---|---|
boolean |
equals(java.lang.Object other) |
protected int |
eventSerializedSize(int version) |
int |
hashCode() |
static Event.StatusChange |
nodeDown(java.net.InetAddress host,
int port) |
static Event.StatusChange |
nodeUp(java.net.InetAddress host,
int port) |
protected void |
serializeEvent(io.netty.buffer.ByteBuf dest,
int version) |
java.lang.String |
toString() |
deserialize, serialize, serializedSize
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 void serializeEvent(io.netty.buffer.ByteBuf dest, int version)
serializeEvent
in class Event
protected int eventSerializedSize(int version)
eventSerializedSize
in class Event
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation