public interface StorageProxyMBean
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCasContentionTimeout() |
boolean |
getHintedHandoffEnabled() |
int |
getHintsInProgress() |
int |
getMaxHintsInProgress() |
int |
getMaxHintWindow() |
long |
getRangeOperations()
Deprecated.
|
java.lang.Long |
getRangeRpcTimeout() |
long |
getReadOperations()
Deprecated.
|
long |
getReadRepairAttempted() |
long |
getReadRepairRepairedBackground() |
long |
getReadRepairRepairedBlocking() |
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() |
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getSchemaVersions()
Returns each live node's schema version
|
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 |
reloadTriggerClasses() |
void |
setCasContentionTimeout(java.lang.Long timeoutInMillis) |
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) |
@Deprecated long getReadOperations()
LatencyMetrics.lastOpCount
@Deprecated long getTotalReadLatencyMicros()
LatencyMetrics.totalLatencyHistogram
@Deprecated double getRecentReadLatencyMicros()
@Deprecated long[] getTotalReadLatencyHistogramMicros()
LatencyMetrics.totalLatencyHistogram
@Deprecated long[] getRecentReadLatencyHistogramMicros()
@Deprecated long getRangeOperations()
@Deprecated long getTotalRangeLatencyMicros()
@Deprecated double getRecentRangeLatencyMicros()
@Deprecated long[] getTotalRangeLatencyHistogramMicros()
@Deprecated long[] getRecentRangeLatencyHistogramMicros()
@Deprecated long getWriteOperations()
@Deprecated long getTotalWriteLatencyMicros()
@Deprecated double getRecentWriteLatencyMicros()
@Deprecated long[] getTotalWriteLatencyHistogramMicros()
@Deprecated long[] getRecentWriteLatencyHistogramMicros()
long getTotalHints()
boolean getHintedHandoffEnabled()
void setHintedHandoffEnabled(boolean b)
int getMaxHintWindow()
void setMaxHintWindow(int ms)
int getMaxHintsInProgress()
void setMaxHintsInProgress(int qs)
int getHintsInProgress()
java.lang.Long getRpcTimeout()
void setRpcTimeout(java.lang.Long timeoutInMillis)
java.lang.Long getReadRpcTimeout()
void setReadRpcTimeout(java.lang.Long timeoutInMillis)
java.lang.Long getWriteRpcTimeout()
void setWriteRpcTimeout(java.lang.Long timeoutInMillis)
java.lang.Long getCasContentionTimeout()
void setCasContentionTimeout(java.lang.Long timeoutInMillis)
java.lang.Long getRangeRpcTimeout()
void setRangeRpcTimeout(java.lang.Long timeoutInMillis)
java.lang.Long getTruncateRpcTimeout()
void setTruncateRpcTimeout(java.lang.Long timeoutInMillis)
void reloadTriggerClasses()
long getReadRepairAttempted()
long getReadRepairRepairedBlocking()
long getReadRepairRepairedBackground()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> getSchemaVersions()
Copyright © 2014 The Apache Software Foundation