L - the type of the protocol specific location, typically a subclass of NodeLocationpublic class TypeSets<L> extends Object
TypeSets.| Modifier and Type | Class and Description |
|---|---|
static class |
TypeSets.Builder<L> |
| Modifier and Type | Method and Description |
|---|---|
static <L> TypeSets.Builder<L> |
builder() |
static <L> TypeSets<L> |
empty() |
Map<Name,TypeSet<AvailType<L>>> |
getAvailTypeSets() |
Map<Name,TypeSet<MetricType<L>>> |
getMetricTypeSets() |
Map<Name,TypeSet<ResourceType<L>>> |
getResourceTypeSets() |
boolean |
isDisabledOrEmpty() |
boolean |
isEnabled() |
public static <L> TypeSets.Builder<L> builder()
public static <L> TypeSets<L> empty()
public boolean isEnabled()
public Map<Name,TypeSet<MetricType<L>>> getMetricTypeSets()
public Map<Name,TypeSet<ResourceType<L>>> getResourceTypeSets()
public boolean isDisabledOrEmpty()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.