@Deprecated public class CountersGroup extends Object implements Serializable
| Constructor and Description | 
|---|
CountersGroup()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
asHierarchy(boolean removePollTimestamp)
Deprecated.  
  | 
boolean | 
equals(Object obj)
Deprecated.  
  | 
Map<String,com.google.common.primitives.UnsignedLong> | 
get(String groupName)
Deprecated.  
  | 
List<CounterGroup> | 
getCounters()
Deprecated.  
  | 
Set<String> | 
getGroupsNames()
Deprecated.  
  | 
int | 
hashCode()
Deprecated.  
  | 
boolean | 
isEmpty()
Deprecated.  
  | 
void | 
put(String groupName,
   Map<String,com.google.common.primitives.UnsignedLong> counters)
Deprecated.  
  | 
CountersGroup | 
put(String groupName,
   String counterName,
   com.google.common.primitives.UnsignedLong counterValue)
Deprecated.  
  | 
CountersGroup | 
rename(String oldGroupName,
      String newGroupName)
Deprecated.  
  | 
String | 
toString()
Deprecated.  
  | 
public List<CounterGroup> getCounters()
public boolean isEmpty()
public void put(String groupName, Map<String,com.google.common.primitives.UnsignedLong> counters)
public CountersGroup put(String groupName, String counterName, com.google.common.primitives.UnsignedLong counterValue)
public CountersGroup rename(String oldGroupName, String newGroupName)
public String asHierarchy(boolean removePollTimestamp)
Copyright © 2019 OpenDaylight. All rights reserved.