org.terracotta.management.capabilities.descriptors
Class StatisticDescriptorCategory
java.lang.Object
org.terracotta.management.capabilities.descriptors.StatisticDescriptorCategory
- All Implemented Interfaces:
- Serializable, Descriptor
public final class StatisticDescriptorCategory
- extends Object
- implements Descriptor, Serializable
- Author:
- Ludovic Orban, Mathieu Carbou
- See Also:
- Serialized Form
StatisticDescriptorCategory
public StatisticDescriptorCategory(String name,
StatisticDescriptor... statistics)
StatisticDescriptorCategory
public StatisticDescriptorCategory(String name,
List<StatisticDescriptor> statistics)
getName
public String getName()
- Specified by:
getName in interface Descriptor
getStatistics
public List<StatisticDescriptor> getStatistics()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2016. All Rights Reserved.