public class HealthMonitors extends PaginatedCollection<HealthMonitor>
Modifier and Type | Field and Description |
---|---|
static HealthMonitors |
EMPTY |
Modifier | Constructor and Description |
---|---|
protected |
HealthMonitors(Iterable<HealthMonitor> healthMonitors,
Iterable<Link> healthMonitorsLinks) |
getLinks, getTotalEntries, iterator, nextMarker, nextPaginationOptions
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
public static final HealthMonitors EMPTY
@ConstructorProperties(value={"health_monitors","health_monitors_links"}) protected HealthMonitors(Iterable<HealthMonitor> healthMonitors, Iterable<Link> healthMonitorsLinks)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.