Class HistogramData
public class HistogramData : JVMBridgeBase<HistogramData>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
HistogramData
- Implements
- Inherited Members
-
JVMBridgeBase<HistogramData>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<HistogramData>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<HistogramData>.SExecuteWithSignatureArray<TArrayType>(string, string, params object[])
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
initializerIJVMBridgeBaseInitializer
HistogramData(double, double, double, double, double)
public HistogramData(double arg0, double arg1, double arg2, double arg3, double arg4)
Parameters
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
arg0doublearg1doublearg2doublearg3doublearg4doublearg5doublearg6longarg7longarg8double
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
argsobject[]
Properties
Average
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/HistogramData.html#getAverage()
public double Average { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Count
public long Count { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Max
public double Max { get; }
Property Value
Median
public double Median { get; }
Property Value
Min
public double Min { get; }
Property Value
Percentile95
public double Percentile95 { get; }
Property Value
Percentile99
public double Percentile99 { get; }
Property Value
StandardDeviation
public double StandardDeviation { get; }
Property Value
Sum
public long Sum { get; }