• Home
Show / Hide Table of Contents

Class PercentileBucketData

Inheritance
System.Object
PercentileBucketData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class PercentileBucketData

Constructors

| Improve this Doc View Source

PercentileBucketData(Int32)

Declaration
public PercentileBucketData(int dataLength)
Parameters
Type Name Description
System.Int32 dataLength

Properties

| Improve this Doc View Source

List

Declaration
public int[] List { get; }
Property Value
Type Description
System.Int32[]

Methods

| Improve this Doc View Source

AddValue(Int32[])

Declaration
public void AddValue(params int[] latency)
Parameters
Type Name Description
System.Int32[] latency
| Improve this Doc View Source

Length()

Declaration
public int Length()
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.