Class CompressionType
public class CompressionType : Enum<CompressionType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEquatable<Enum<CompressionType>>
- Inheritance
-
CompressionType
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<CompressionType>>.SExecuteWithSignature<TReturn>(string, string, params object[])
Constructors
CompressionType()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CompressionType()
CompressionType(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CompressionType(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
CompressionType(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 CompressionType(params object[] args)
Parameters
argsobject[]
Properties
BZLIB2_COMPRESSION
public static CompressionType BZLIB2_COMPRESSION { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DISABLE_COMPRESSION_OPTION
public static CompressionType DISABLE_COMPRESSION_OPTION { 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
LZ4HC_COMPRESSION
public static CompressionType LZ4HC_COMPRESSION { get; }
Property Value
LZ4_COMPRESSION
public static CompressionType LZ4_COMPRESSION { get; }
Property Value
LibraryName
public String LibraryName { get; }
Property Value
NO_COMPRESSION
public static CompressionType NO_COMPRESSION { get; }
Property Value
SNAPPY_COMPRESSION
public static CompressionType SNAPPY_COMPRESSION { get; }
Property Value
Value
https://www.javadoc.io/doc/org.rocksdb/rocksdbjni/10.1.3/org/rocksdb/CompressionType.html#getValue()
public byte Value { get; }
Property Value
XPRESS_COMPRESSION
public static CompressionType XPRESS_COMPRESSION { get; }
Property Value
ZLIB_COMPRESSION
public static CompressionType ZLIB_COMPRESSION { get; }
Property Value
ZSTD_COMPRESSION
public static CompressionType ZSTD_COMPRESSION { get; }
Property Value
Methods
GetCompressionType(String)
public static CompressionType GetCompressionType(String arg0)
Parameters
Returns
GetCompressionType(byte)
public static CompressionType GetCompressionType(byte arg0)
Parameters
Returns
ValueOf(String)
public static CompressionType ValueOf(String arg0)
Parameters
Returns
Values()
public static CompressionType[] Values()