public class RepairedDataTracker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.Multimap<java.nio.ByteBuffer,InetAddressAndPort> |
digests |
java.util.Set<InetAddressAndPort> |
inconclusiveDigests |
| Constructor and Description |
|---|
RepairedDataTracker(RepairedDataVerifier verifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
recordDigest(InetAddressAndPort source,
java.nio.ByteBuffer digest,
boolean isConclusive) |
java.lang.String |
toString() |
void |
verify() |
public final com.google.common.collect.Multimap<java.nio.ByteBuffer,InetAddressAndPort> digests
public final java.util.Set<InetAddressAndPort> inconclusiveDigests
public RepairedDataTracker(RepairedDataVerifier verifier)
public void recordDigest(InetAddressAndPort source, java.nio.ByteBuffer digest, boolean isConclusive)
public void verify()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2009-2020 The Apache Software Foundation