Class WriteBatch.Handler
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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 java.lang.AutoCloseable
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
Methods
CreatePoolableInstance()
HPA initializer for Handler()
public static WriteBatch.Handler CreatePoolableInstance()
Returns
Delete(byte[])
public void Delete(byte[] arg0)
Parameters
Delete(int, byte[])
public void Delete(int arg0, byte[] arg1)
Parameters
Exceptions
DeleteRange(byte[], byte[])
public void DeleteRange(byte[] arg0, byte[] arg1)
Parameters
DeleteRange(int, byte[], byte[])
public void DeleteRange(int arg0, byte[] arg1, byte[] arg2)
Parameters
Exceptions
LogData(byte[])
public void LogData(byte[] arg0)
Parameters
MarkBeginPrepare()
public void MarkBeginPrepare()
Exceptions
MarkCommit(byte[])
public void MarkCommit(byte[] arg0)
Parameters
Exceptions
MarkCommitWithTimestamp(byte[], byte[])
public void MarkCommitWithTimestamp(byte[] arg0, byte[] arg1)
Parameters
Exceptions
MarkEndPrepare(byte[])
public void MarkEndPrepare(byte[] arg0)
Parameters
Exceptions
MarkNoop(bool)
public void MarkNoop(bool arg0)
Parameters
Exceptions
MarkRollback(byte[])
public void MarkRollback(byte[] arg0)
Parameters
Exceptions
Merge(byte[], byte[])
public void Merge(byte[] arg0, byte[] arg1)
Parameters
Merge(int, byte[], byte[])
public void Merge(int arg0, byte[] arg1, byte[] arg2)
Parameters
Exceptions
Put(byte[], byte[])
public void Put(byte[] arg0, byte[] arg1)
Parameters
Put(int, byte[], byte[])
public void Put(int arg0, byte[] arg1, byte[] arg2)
Parameters
Exceptions
PutBlobIndex(int, byte[], byte[])
public void PutBlobIndex(int arg0, byte[] arg1, byte[] arg2)
Parameters
Exceptions
ShouldContinue()
public bool ShouldContinue()
Returns
SingleDelete(byte[])
public void SingleDelete(byte[] arg0)
Parameters
SingleDelete(int, byte[])
public void SingleDelete(int arg0, byte[] arg1)