public class NodePair
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NodePair.NodePairSerializer |
Modifier and Type | Field and Description |
---|---|
java.net.InetAddress |
endpoint1 |
java.net.InetAddress |
endpoint2 |
static IVersionedSerializer<NodePair> |
serializer |
Constructor and Description |
---|
NodePair(java.net.InetAddress endpoint1,
java.net.InetAddress endpoint2) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public static IVersionedSerializer<NodePair> serializer
public final java.net.InetAddress endpoint1
public final java.net.InetAddress endpoint2
Copyright © 2019 The Apache Software Foundation