| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
descriptor(String observerName,
Class<T> type,
String... tags) |
static <T extends Enum<T>> |
descriptor(String observerName,
Set<String> tags,
Class<T> type) |
String |
getObserverName() |
Set<String> |
getTags() |
Class<T> |
getType() |
public String getObserverName()
public static <T extends Enum<T>> OperationStatisticDescriptor<T> descriptor(String observerName, Set<String> tags, Class<T> type)
public static <T extends Enum<T>> OperationStatisticDescriptor<T> descriptor(String observerName, Class<T> type, String... tags)
Copyright © 2018. All rights reserved.