public class CircuitBreakerStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
CircuitBreakerStats(String name,
long limit,
long estimated,
double overhead,
long trippedCount) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
getEstimated() |
long |
getLimit() |
String |
getName() |
double |
getOverhead() |
long |
getTrippedCount() |
void |
readFrom(StreamInput in) |
static CircuitBreakerStats |
readOptionalCircuitBreakerStats(StreamInput in) |
String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public CircuitBreakerStats(String name, long limit, long estimated, double overhead, long trippedCount)
public String getName()
public long getLimit()
public long getEstimated()
public long getTrippedCount()
public double getOverhead()
public static CircuitBreakerStats readOptionalCircuitBreakerStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.