public static class AntiEntropyService.TreeRequest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AntiEntropyService.TreeRequest.TreeRequestSerializer |
Modifier and Type | Field and Description |
---|---|
AntiEntropyService.CFPair |
cf |
java.net.InetAddress |
endpoint |
Range<Token> |
range |
static AntiEntropyService.TreeRequest.TreeRequestSerializer |
serializer |
java.lang.String |
sessionid |
Constructor and Description |
---|
AntiEntropyService.TreeRequest(java.lang.String sessionid,
java.net.InetAddress endpoint,
Range<Token> range,
AntiEntropyService.CFPair cf) |
Modifier and Type | Method and Description |
---|---|
MessageOut<AntiEntropyService.TreeRequest> |
createMessage() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final AntiEntropyService.TreeRequest.TreeRequestSerializer serializer
public final java.lang.String sessionid
public final java.net.InetAddress endpoint
public final AntiEntropyService.CFPair cf
public AntiEntropyService.TreeRequest(java.lang.String sessionid, java.net.InetAddress endpoint, Range<Token> range, AntiEntropyService.CFPair cf)
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public MessageOut<AntiEntropyService.TreeRequest> createMessage()
Copyright © 2014 The Apache Software Foundation