org.apache.accumulo.server.tabletserver.metrics
Interface TabletServerMBean

All Known Implementing Classes:
TabletServer

public interface TabletServerMBean


Method Summary
 double getAverageFilesPerTablet()
           
 long getEntries()
           
 long getEntriesInMemory()
           
 double getHoldTime()
           
 long getIngest()
           
 int getMajorCompactions()
           
 int getMajorCompactionsQueued()
           
 int getMinorCompactions()
           
 int getMinorCompactionsQueued()
           
 String getName()
           
 int getOnlineCount()
           
 int getOpeningCount()
           
 long getQueries()
           
 long getTotalMinorCompactions()
           
 int getUnopenedCount()
           
 

Method Detail

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.