org.apache.cassandra.service
Interface StorageProxyMBean

All Known Implementing Classes:
StorageProxy

public interface StorageProxyMBean


Method Summary
 boolean getHintedHandoffEnabled()
           
 int getMaxHintWindow()
           
 long getRangeOperations()
           
 long getReadOperations()
           
 long[] getRecentRangeLatencyHistogramMicros()
           
 double getRecentRangeLatencyMicros()
           
 long[] getRecentReadLatencyHistogramMicros()
           
 double getRecentReadLatencyMicros()
           
 long[] getRecentWriteLatencyHistogramMicros()
           
 double getRecentWriteLatencyMicros()
           
 long[] getTotalRangeLatencyHistogramMicros()
           
 long getTotalRangeLatencyMicros()
           
 long[] getTotalReadLatencyHistogramMicros()
           
 long getTotalReadLatencyMicros()
           
 long[] getTotalWriteLatencyHistogramMicros()
           
 long getTotalWriteLatencyMicros()
           
 long getWriteOperations()
           
 void setHintedHandoffEnabled(boolean b)
           
 void setMaxHintWindow(int ms)
           
 

Method Detail

getReadOperations

long getReadOperations()

getTotalReadLatencyMicros

long getTotalReadLatencyMicros()

getRecentReadLatencyMicros

double getRecentReadLatencyMicros()

getTotalReadLatencyHistogramMicros

long[] getTotalReadLatencyHistogramMicros()

getRecentReadLatencyHistogramMicros

long[] getRecentReadLatencyHistogramMicros()

getRangeOperations

long getRangeOperations()

getTotalRangeLatencyMicros

long getTotalRangeLatencyMicros()

getRecentRangeLatencyMicros

double getRecentRangeLatencyMicros()

getTotalRangeLatencyHistogramMicros

long[] getTotalRangeLatencyHistogramMicros()

getRecentRangeLatencyHistogramMicros

long[] getRecentRangeLatencyHistogramMicros()

getWriteOperations

long getWriteOperations()

getTotalWriteLatencyMicros

long getTotalWriteLatencyMicros()

getRecentWriteLatencyMicros

double getRecentWriteLatencyMicros()

getTotalWriteLatencyHistogramMicros

long[] getTotalWriteLatencyHistogramMicros()

getRecentWriteLatencyHistogramMicros

long[] getRecentWriteLatencyHistogramMicros()

getHintedHandoffEnabled

boolean getHintedHandoffEnabled()

setHintedHandoffEnabled

void setHintedHandoffEnabled(boolean b)

getMaxHintWindow

int getMaxHintWindow()

setMaxHintWindow

void setMaxHintWindow(int ms)


Copyright © 2011 The Apache Software Foundation