Table of Contents

Class HistogramData

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

Constructors

HistogramData()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public HistogramData()

HistogramData(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[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

HistogramData(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public HistogramData(params object[] args)

Parameters

args object[]

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 Closeable

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