Метод | Описание | |
---|---|---|
Bucket ( long startTime ) : System |
Initializes a new instance of the Bucket class.
|
|
Get ( HystrixRollingNumberEvent type ) : long |
Gets the value for the specified HystrixRollingNumberEvent in this bucket. (Returns LongAdder.Sum() for Counter types and LongMaxUpdater.Max() for MaxUpdater types.)
|
|
GetAdder ( HystrixRollingNumberEvent type ) : |
Gets the LongAdder instance for the specified event.
|
|
GetMaxUpdater ( HystrixRollingNumberEvent type ) : |
Gets the LongMaxUpdater instance for the specified event.
|
public Bucket ( long startTime ) : System | ||
startTime | long | The time of start of this bucket. |
Результат | System |
public Get ( HystrixRollingNumberEvent type ) : long | ||
type | HystrixRollingNumberEvent | The specified event. |
Результат | long |
public GetAdder ( HystrixRollingNumberEvent type ) : |
||
type | HystrixRollingNumberEvent | The specified event. |
Результат |
public GetMaxUpdater ( HystrixRollingNumberEvent type ) : |
||
type | HystrixRollingNumberEvent | The specified event. |
Результат |