org.terracotta.management.capabilities.descriptors
Class StatisticDescriptor

java.lang.Object
  extended by org.terracotta.management.capabilities.descriptors.StatisticDescriptor
All Implemented Interfaces:
Descriptor

public class StatisticDescriptor
extends Object
implements Descriptor

Author:
Ludovic Orban

Constructor Summary
StatisticDescriptor(String name, StatisticType type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 StatisticType getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticDescriptor

public StatisticDescriptor(String name,
                           StatisticType type)
Method Detail

getName

public String getName()
Specified by:
getName in interface Descriptor

getType

public StatisticType getType()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015. All Rights Reserved.