public class CircuitBreakerStats extends java.lang.Object implements Writeable, ToXContentObject
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
CircuitBreakerStats(StreamInput in) |
CircuitBreakerStats(java.lang.String name,
long limit,
long estimated,
double overhead,
long trippedCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEstimated() |
long |
getLimit() |
java.lang.String |
getName() |
double |
getOverhead() |
long |
getTrippedCount() |
java.lang.String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisFragmentpublic CircuitBreakerStats(java.lang.String name,
long limit,
long estimated,
double overhead,
long trippedCount)
public CircuitBreakerStats(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic java.lang.String getName()
public long getLimit()
public long getEstimated()
public long getTrippedCount()
public double getOverhead()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object