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