Table of Contents

Class HistogramData

Namespace
Org.Rocksdb
Assembly
MASES.KNet.dll
public class HistogramData : JVMBridgeBase<HistogramData>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
HistogramData
Implements

Constructors

HistogramData(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HistogramData(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

HistogramData(double, double, double, double, double)

public HistogramData(double arg0, double arg1, double arg2, double arg3, double arg4)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

arg4 double

double

HistogramData(double, double, double, double, double, double, long, long, double)

public HistogramData(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, long arg6, long arg7, double arg8)

Parameters

arg0 double

double

arg1 double

double

arg2 double

double

arg3 double

double

arg4 double

double

arg5 double

double

arg6 long

long

arg7 long

long

arg8 double

double

Properties

Average

public double Average { get; }

Property Value

double

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Count

public long Count { get; }

Property Value

long

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Max

public double Max { get; }

Property Value

double

Median

public double Median { get; }

Property Value

double

Min

public double Min { get; }

Property Value

double

Percentile95

public double Percentile95 { get; }

Property Value

double

Percentile99

public double Percentile99 { get; }

Property Value

double

StandardDeviation

public double StandardDeviation { get; }

Property Value

double

Sum

public long Sum { get; }

Property Value

long

Methods

CreatePoolableInstance(double, double, double, double, double)

HPA initializer for HistogramData(double arg0, double arg1, double arg2, double arg3, double arg4)

public static HistogramData CreatePoolableInstance(double arg0, double arg1, double arg2, double arg3, double arg4)

Parameters

arg0 double
arg1 double
arg2 double
arg3 double
arg4 double

Returns

HistogramData

CreatePoolableInstance(double, double, double, double, double, double, long, long, double)

HPA initializer for HistogramData(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, long arg6, long arg7, double arg8)

public static HistogramData CreatePoolableInstance(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, long arg6, long arg7, double arg8)

Parameters

arg0 double
arg1 double
arg2 double
arg3 double
arg4 double
arg5 double
arg6 long
arg7 long
arg8 double

Returns

HistogramData