org.apache.cassandra.service
Interface StorageProxyMBean

All Known Implementing Classes:
StorageProxy

public interface StorageProxyMBean


Method Summary
 boolean getHintedHandoffEnabled()
           
 int getHintsInProgress()
           
 int getMaxHintsInProgress()
           
 int getMaxHintWindow()
           
 long getRangeOperations()
          Deprecated. 
 java.lang.Long getRangeRpcTimeout()
           
 long getReadOperations()
          Deprecated. 
 java.lang.Long getReadRpcTimeout()
           
 long[] getRecentRangeLatencyHistogramMicros()
          Deprecated. 
 double getRecentRangeLatencyMicros()
          Deprecated. 
 long[] getRecentReadLatencyHistogramMicros()
          Deprecated. 
 double getRecentReadLatencyMicros()
          Deprecated. 
 long[] getRecentWriteLatencyHistogramMicros()
          Deprecated. 
 double getRecentWriteLatencyMicros()
          Deprecated. 
 java.lang.Long getRpcTimeout()
           
 long getTotalHints()
           
 long[] getTotalRangeLatencyHistogramMicros()
          Deprecated. 
 long getTotalRangeLatencyMicros()
          Deprecated. 
 long[] getTotalReadLatencyHistogramMicros()
          Deprecated. 
 long getTotalReadLatencyMicros()
          Deprecated. 
 long[] getTotalWriteLatencyHistogramMicros()
          Deprecated. 
 long getTotalWriteLatencyMicros()
          Deprecated. 
 java.lang.Long getTruncateRpcTimeout()
           
 long getWriteOperations()
          Deprecated. 
 java.lang.Long getWriteRpcTimeout()
           
 void setHintedHandoffEnabled(boolean b)
           
 void setMaxHintsInProgress(int qs)
           
 void setMaxHintWindow(int ms)
           
 void setRangeRpcTimeout(java.lang.Long timeoutInMillis)
           
 void setReadRpcTimeout(java.lang.Long timeoutInMillis)
           
 void setRpcTimeout(java.lang.Long timeoutInMillis)
           
 void setTruncateRpcTimeout(java.lang.Long timeoutInMillis)
           
 void setWriteRpcTimeout(java.lang.Long timeoutInMillis)
           
 

Method Detail

getReadOperations

@Deprecated
long getReadOperations()
Deprecated. 

See Also:
LatencyMetrics.lastOpCount

getTotalReadLatencyMicros

@Deprecated
long getTotalReadLatencyMicros()
Deprecated. 

See Also:
LatencyMetrics.totalLatencyHistogram

getRecentReadLatencyMicros

@Deprecated
double getRecentReadLatencyMicros()
Deprecated. 

See Also:
LatencyMetrics.recentLatencyHistogram

getTotalReadLatencyHistogramMicros

@Deprecated
long[] getTotalReadLatencyHistogramMicros()
Deprecated. 

See Also:
LatencyMetrics.totalLatencyHistogram

getRecentReadLatencyHistogramMicros

@Deprecated
long[] getRecentReadLatencyHistogramMicros()
Deprecated. 

See Also:
LatencyMetrics.recentLatencyHistogram

getRangeOperations

@Deprecated
long getRangeOperations()
Deprecated. 


getTotalRangeLatencyMicros

@Deprecated
long getTotalRangeLatencyMicros()
Deprecated. 


getRecentRangeLatencyMicros

@Deprecated
double getRecentRangeLatencyMicros()
Deprecated. 


getTotalRangeLatencyHistogramMicros

@Deprecated
long[] getTotalRangeLatencyHistogramMicros()
Deprecated. 


getRecentRangeLatencyHistogramMicros

@Deprecated
long[] getRecentRangeLatencyHistogramMicros()
Deprecated. 


getWriteOperations

@Deprecated
long getWriteOperations()
Deprecated. 


getTotalWriteLatencyMicros

@Deprecated
long getTotalWriteLatencyMicros()
Deprecated. 


getRecentWriteLatencyMicros

@Deprecated
double getRecentWriteLatencyMicros()
Deprecated. 


getTotalWriteLatencyHistogramMicros

@Deprecated
long[] getTotalWriteLatencyHistogramMicros()
Deprecated. 


getRecentWriteLatencyHistogramMicros

@Deprecated
long[] getRecentWriteLatencyHistogramMicros()
Deprecated. 


getTotalHints

long getTotalHints()

getHintedHandoffEnabled

boolean getHintedHandoffEnabled()

setHintedHandoffEnabled

void setHintedHandoffEnabled(boolean b)

getMaxHintWindow

int getMaxHintWindow()

setMaxHintWindow

void setMaxHintWindow(int ms)

getMaxHintsInProgress

int getMaxHintsInProgress()

setMaxHintsInProgress

void setMaxHintsInProgress(int qs)

getHintsInProgress

int getHintsInProgress()

getRpcTimeout

java.lang.Long getRpcTimeout()

setRpcTimeout

void setRpcTimeout(java.lang.Long timeoutInMillis)

getReadRpcTimeout

java.lang.Long getReadRpcTimeout()

setReadRpcTimeout

void setReadRpcTimeout(java.lang.Long timeoutInMillis)

getWriteRpcTimeout

java.lang.Long getWriteRpcTimeout()

setWriteRpcTimeout

void setWriteRpcTimeout(java.lang.Long timeoutInMillis)

getRangeRpcTimeout

java.lang.Long getRangeRpcTimeout()

setRangeRpcTimeout

void setRangeRpcTimeout(java.lang.Long timeoutInMillis)

getTruncateRpcTimeout

java.lang.Long getTruncateRpcTimeout()

setTruncateRpcTimeout

void setTruncateRpcTimeout(java.lang.Long timeoutInMillis)


Copyright © 2012 The Apache Software Foundation