org.terracotta.context.extended
Class OperationStatisticDescriptor<T extends Enum<T>>
java.lang.Object
org.terracotta.context.extended.OperationStatisticDescriptor<T>
public final class OperationStatisticDescriptor<T extends Enum<T>>
- extends Object
- Author:
- Ludovic Orban
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getObserverName
public String getObserverName()
getTags
public Set<String> getTags()
getType
public Class<T> getType()
descriptor
public static <T extends Enum<T>> OperationStatisticDescriptor<T> descriptor(String observerName,
Set<String> tags,
Class<T> type)
descriptor
public static <T extends Enum<T>> OperationStatisticDescriptor<T> descriptor(String observerName,
Class<T> type,
String... tags)
Copyright © 2017. All rights reserved.