org.apache.cassandra.cache
Interface JMXAggregatingCacheMBean

All Known Implementing Classes:
JMXAggregatingCache

public interface JMXAggregatingCacheMBean


Method Summary
 int getCapacity()
           
 long getHits()
           
 double getRecentHitRate()
           
 long getRequests()
           
 int getSize()
           
 void setCapacity(int capacity)
           
 

Method Detail

getCapacity

int getCapacity()

setCapacity

void setCapacity(int capacity)

getSize

int getSize()

getRequests

long getRequests()

getHits

long getHits()

getRecentHitRate

double getRecentHitRate()


Copyright © 2010 The Apache Software Foundation