public class CoveragePlanResult extends Object implements Iterable<CoverageEntry>
Modifier | Constructor and Description |
---|---|
protected |
CoveragePlanResult() |
protected |
CoveragePlanResult(CoveragePlanResult rhs) |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(CoverageEntry coverageEntry) |
List<CoverageEntry> |
hostEntries(HostAndPort host) |
List<CoverageEntry> |
hostEntries(String host,
int port) |
Set<HostAndPort> |
hosts() |
Iterator<CoverageEntry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected CoveragePlanResult()
protected CoveragePlanResult(CoveragePlanResult rhs)
public Set<HostAndPort> hosts()
public List<CoverageEntry> hostEntries(HostAndPort host)
public List<CoverageEntry> hostEntries(String host, int port)
public Iterator<CoverageEntry> iterator()
iterator
in interface Iterable<CoverageEntry>
public void addEntry(CoverageEntry coverageEntry)
Copyright © 2016. All rights reserved.