Table of Contents

Class WriteBatch.Handler

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

Constructors

Handler()

public Handler()

Handler(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 Handler(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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

Methods

CreatePoolableInstance()

HPA initializer for Handler()

public static WriteBatch.Handler CreatePoolableInstance()

Returns

WriteBatch.Handler

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