org.apache.accumulo.server.tabletserver.metrics
Interface TabletServerMBean
- All Known Implementing Classes:
- TabletServer
public interface TabletServerMBean
getOnlineCount
int getOnlineCount()
getOpeningCount
int getOpeningCount()
getUnopenedCount
int getUnopenedCount()
getMajorCompactions
int getMajorCompactions()
getMajorCompactionsQueued
int getMajorCompactionsQueued()
getMinorCompactions
int getMinorCompactions()
getMinorCompactionsQueued
int getMinorCompactionsQueued()
getEntries
long getEntries()
getEntriesInMemory
long getEntriesInMemory()
getQueries
long getQueries()
getIngest
long getIngest()
getTotalMinorCompactions
long getTotalMinorCompactions()
getHoldTime
double getHoldTime()
getName
String getName()
getAverageFilesPerTablet
double getAverageFilesPerTablet()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.