org.terracotta.context.extended
Class OperationStatisticDescriptor<T extends Enum<T>>

java.lang.Object
  extended by org.terracotta.context.extended.OperationStatisticDescriptor<T>

public final class OperationStatisticDescriptor<T extends Enum<T>>
extends Object

Author:
Ludovic Orban

Method Summary
static
<T extends Enum<T>>
OperationStatisticDescriptor<T>
descriptor(String observerName, Set<String> tags, Class<T> type)
           
 String getObserverName()
           
 Set<String> getTags()
           
 Class<T> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)


Copyright © 2017. All rights reserved.