Class WriteBatch.Handler
public class WriteBatch.Handler : RocksCallbackObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAutoCloseable
- Inheritance
-
WriteBatch.Handler
- Implements
- Inherited Members
-
JVMBridgeBase<AutoCloseable>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<AutoCloseable>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<AutoCloseable>.SExecuteWithSignatureArray<TArrayType>(string, string, params object[])
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
initializerIJVMBridgeBaseInitializer
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
argsobject[]
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 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
Methods
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)