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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2009-2022 The Apache Software Foundation