Table of Contents

Class WriteBatch.Handler

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

Constructors

Handler()

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

[Obsolete("Handler class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Handler()

Handler(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

Handler(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

[Obsolete("Handler class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Handler(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

Delete(byte[])

public void Delete(byte[] arg0)

Parameters

arg0 byte[]

byte

Delete(int, byte[])

public void Delete(int arg0, byte[] arg1)

Parameters

arg0 int

int

arg1 byte[]

byte

Exceptions

RocksDBException

DeleteRange(byte[], byte[])

public void DeleteRange(byte[] arg0, byte[] arg1)

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

DeleteRange(int, byte[], byte[])

public void DeleteRange(int arg0, byte[] arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 byte[]

byte

arg2 byte[]

byte

Exceptions

RocksDBException

LogData(byte[])

public void LogData(byte[] arg0)

Parameters

arg0 byte[]

byte

MarkBeginPrepare()

public void MarkBeginPrepare()

Exceptions

RocksDBException

MarkCommit(byte[])

public void MarkCommit(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RocksDBException

MarkCommitWithTimestamp(byte[], byte[])

public void MarkCommitWithTimestamp(byte[] arg0, byte[] arg1)

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Exceptions

RocksDBException

MarkEndPrepare(byte[])

public void MarkEndPrepare(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RocksDBException

MarkNoop(bool)

public void MarkNoop(bool arg0)

Parameters

arg0 bool

bool

Exceptions

RocksDBException

MarkRollback(byte[])

public void MarkRollback(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RocksDBException

Merge(byte[], byte[])

public void Merge(byte[] arg0, byte[] arg1)

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Merge(int, byte[], byte[])

public void Merge(int arg0, byte[] arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 byte[]

byte

arg2 byte[]

byte

Exceptions

RocksDBException

Put(byte[], byte[])

public void Put(byte[] arg0, byte[] arg1)

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Put(int, byte[], byte[])

public void Put(int arg0, byte[] arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 byte[]

byte

arg2 byte[]

byte

Exceptions

RocksDBException

PutBlobIndex(int, byte[], byte[])

public void PutBlobIndex(int arg0, byte[] arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 byte[]

byte

arg2 byte[]

byte

Exceptions

RocksDBException

ShouldContinue()

public bool ShouldContinue()

Returns

bool

bool

SingleDelete(byte[])

public void SingleDelete(byte[] arg0)

Parameters

arg0 byte[]

byte

SingleDelete(int, byte[])

public void SingleDelete(int arg0, byte[] arg1)

Parameters

arg0 int

int

arg1 byte[]

byte

Exceptions

RocksDBException