Table of Contents

Class WriteBatchInterface

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

Constructors

WriteBatchInterface()

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

[Obsolete("WriteBatchInterface 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 WriteBatchInterface()

WriteBatchInterface(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

WriteBatchInterface(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("WriteBatchInterface 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 WriteBatchInterface(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

WriteBatch

public WriteBatch WriteBatch { get; }

Property Value

WriteBatch

Methods

Clear()

public void Clear()

Count()

public int Count()

Returns

int

int

Delete(ByteBuffer)

public void Delete(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Exceptions

RocksDBException

Delete(ColumnFamilyHandle, ByteBuffer)

public void Delete(ColumnFamilyHandle arg0, ByteBuffer arg1)

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

arg1 ByteBuffer

ByteBuffer

Exceptions

RocksDBException

Delete(ColumnFamilyHandle, byte[])

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

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

arg1 byte[]

byte

Exceptions

RocksDBException

Delete(byte[])

public void Delete(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RocksDBException

DeleteRange(ColumnFamilyHandle, byte[], byte[])

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

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

arg1 byte[]

byte

arg2 byte[]

byte

Exceptions

RocksDBException

DeleteRange(byte[], byte[])

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

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Exceptions

RocksDBException

Merge(ColumnFamilyHandle, byte[], byte[])

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

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

arg1 byte[]

byte

arg2 byte[]

byte

Exceptions

RocksDBException

Merge(byte[], byte[])

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

Parameters

arg0 byte[]

byte

arg1 byte[]

byte

Exceptions

RocksDBException

PopSavePoint()

public void PopSavePoint()

Exceptions

RocksDBException

Put(ByteBuffer, ByteBuffer)

public void Put(ByteBuffer arg0, ByteBuffer arg1)

Parameters

arg0 ByteBuffer

ByteBuffer

arg1 ByteBuffer

ByteBuffer

Exceptions

RocksDBException

Put(ColumnFamilyHandle, ByteBuffer, ByteBuffer)

public void Put(ColumnFamilyHandle arg0, ByteBuffer arg1, ByteBuffer arg2)

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

arg1 ByteBuffer

ByteBuffer

arg2 ByteBuffer

ByteBuffer

Exceptions

RocksDBException

Put(ColumnFamilyHandle, byte[], byte[])

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

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

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

Exceptions

RocksDBException

PutLogData(byte[])

public void PutLogData(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RocksDBException

RollbackToSavePoint()

public void RollbackToSavePoint()

Exceptions

RocksDBException

SetMaxBytes(long)

public void SetMaxBytes(long arg0)

Parameters

arg0 long

long

SetSavePoint()

public void SetSavePoint()

SingleDelete(ColumnFamilyHandle, byte[])

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

Parameters

arg0 ColumnFamilyHandle

ColumnFamilyHandle

arg1 byte[]

byte

Exceptions

RocksDBException

SingleDelete(byte[])

public void SingleDelete(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

RocksDBException