Class TabletStatisticsImpl
- java.lang.Object
-
- org.apache.accumulo.core.manager.balancer.TabletStatisticsImpl
-
- All Implemented Interfaces:
Comparable<TabletStatistics>
,TabletStatistics
public class TabletStatisticsImpl extends Object implements TabletStatistics
-
-
Constructor Summary
Constructors Constructor Description TabletStatisticsImpl(TabletStats thriftStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TabletStatistics o)
boolean
equals(Object o)
double
getIngestRate()
long
getNumEntries()
double
getQueryRate()
long
getSplitCreationTime()
TabletId
getTabletId()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
TabletStatisticsImpl
public TabletStatisticsImpl(TabletStats thriftStats)
-
-
Method Detail
-
getTabletId
public TabletId getTabletId()
- Specified by:
getTabletId
in interfaceTabletStatistics
-
getNumEntries
public long getNumEntries()
- Specified by:
getNumEntries
in interfaceTabletStatistics
-
getSplitCreationTime
public long getSplitCreationTime()
- Specified by:
getSplitCreationTime
in interfaceTabletStatistics
-
getIngestRate
public double getIngestRate()
- Specified by:
getIngestRate
in interfaceTabletStatistics
-
getQueryRate
public double getQueryRate()
- Specified by:
getQueryRate
in interfaceTabletStatistics
-
compareTo
public int compareTo(TabletStatistics o)
- Specified by:
compareTo
in interfaceComparable<TabletStatistics>
-
-