Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.4
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package monad.jni.services.gen;
public class CMonadJNI {
public final static native int BINLOG_get();
public final static native int KV_get();
public final static native int PARTITION_INFO_get();
public final static native int PARTITION_SEQ_get();
public final static native int LOG_BIN_get();
public final static native int LOG_NONE_get();
public final static native int PUT_get();
public final static native int DEL_get();
public final static native int UPDATE_get();
public final static native int COMMAND_UNKNOWN_get();
public final static native void NoSQLOptions_cache_size_mb_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_cache_size_mb_get(long jarg1, NoSQLOptions jarg1_);
public final static native void NoSQLOptions_write_buffer_mb_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_write_buffer_mb_get(long jarg1, NoSQLOptions jarg1_);
public final static native void NoSQLOptions_max_open_files_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_max_open_files_get(long jarg1, NoSQLOptions jarg1_);
public final static native void NoSQLOptions_log_keeped_num_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_log_keeped_num_get(long jarg1, NoSQLOptions jarg1_);
public final static native void NoSQLOptions_block_size_kb_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_block_size_kb_get(long jarg1, NoSQLOptions jarg1_);
public final static native void NoSQLOptions_max_mmap_size_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_max_mmap_size_get(long jarg1, NoSQLOptions jarg1_);
public final static native void NoSQLOptions_target_file_size_set(long jarg1, NoSQLOptions jarg1_, long jarg2);
public final static native long NoSQLOptions_target_file_size_get(long jarg1, NoSQLOptions jarg1_);
public final static native long new_NoSQLOptions();
public final static native void delete_NoSQLOptions(long jarg1);
public final static native int LOGGER_LEVEL_ERROR_get();
public final static native int LOGGER_LEVEL_INFO_get();
public final static native int LOGGER_LEVEL_DEBUG_get();
public final static native int kOk_get();
public final static native int kFailPut_get();
public final static native int kFailGet_get();
public final static native int kNotFound_get();
public final static native int kLeveldb_get();
public final static native long new_MonadStatus__SWIG_0();
public final static native void delete_MonadStatus(long jarg1);
public final static native long new_MonadStatus__SWIG_1(long jarg1, MonadStatus jarg1_);
public final static native long MonadStatus_OK();
public final static native boolean MonadStatus_ok(long jarg1, MonadStatus jarg1_);
public final static native byte[] MonadStatus_ToString(long jarg1, MonadStatus jarg1_);
public final static native long new_MonadStatus__SWIG_2(int jarg1, byte[] jarg2, byte[] jarg3);
public final static native long new_MonadStatus__SWIG_3(int jarg1, byte[] jarg2);
public final static native int MonadStatus_code(long jarg1, MonadStatus jarg1_);
public final static native String MonadStatus_GetState(long jarg1, MonadStatus jarg1_);
public final static native void BaseBufferSupport_Assign(long jarg1, BaseBufferSupport jarg1_, byte[] jarg2);
public final static native byte[] BaseBufferSupport_GetValue(long jarg1, BaseBufferSupport jarg1_);
public final static native long new_BaseBufferSupport();
public final static native void delete_BaseBufferSupport(long jarg1);
public final static native long new_NoSQLKey__SWIG_0(int jarg1, byte[] jarg2);
public final static native long new_NoSQLKey__SWIG_1(byte[] jarg1);
public final static native byte[] NoSQLKey_Key(long jarg1, NoSQLKey jarg1_);
public final static native void delete_NoSQLKey(long jarg1);
public final static native long new_NormalSeqDataKey__SWIG_0(short jarg1, int jarg2);
public final static native long new_NormalSeqDataKey__SWIG_1(byte[] jarg1);
public final static native int NormalSeqDataKey_DataSeq(long jarg1, NormalSeqDataKey jarg1_);
public final static native void delete_NormalSeqDataKey(long jarg1);
public final static native long new_SlaveBinlogKey__SWIG_0(long jarg1);
public final static native long new_SlaveBinlogKey__SWIG_1(byte[] jarg1);
public final static native long SlaveBinlogKey_Seq(long jarg1, SlaveBinlogKey jarg1_);
public final static native void delete_SlaveBinlogKey(long jarg1);
public final static native long new_SlaveBinlogValue__SWIG_0(short jarg1, long jarg2, int jarg3, long jarg4, BaseBufferSupport jarg4_);
public final static native long new_SlaveBinlogValue__SWIG_1(byte[] jarg1);
public final static native short SlaveBinlogValue_PartitionId(long jarg1, SlaveBinlogValue jarg1_);
public final static native long SlaveBinlogValue_Seq(long jarg1, SlaveBinlogValue jarg1_);
public final static native int SlaveBinlogValue_CommandType(long jarg1, SlaveBinlogValue jarg1_);
public final static native int SlaveBinlogValue_KeyLength(long jarg1, SlaveBinlogValue jarg1_);
public final static native byte[] SlaveBinlogValue_Key(long jarg1, SlaveBinlogValue jarg1_);
public final static native int SlaveBinlogValue_GetDataType(long jarg1, SlaveBinlogValue jarg1_);
public final static native void delete_SlaveBinlogValue(long jarg1);
public final static native long new_SyncBinlogKey__SWIG_0(short jarg1, long jarg2);
public final static native long new_SyncBinlogKey__SWIG_1(byte[] jarg1);
public final static native short SyncBinlogKey_PartitionId(long jarg1, SyncBinlogKey jarg1_);
public final static native long SyncBinlogKey_Seq(long jarg1, SyncBinlogKey jarg1_);
public final static native void delete_SyncBinlogKey(long jarg1);
public final static native long new_SyncBinlogValue__SWIG_0(short jarg1, long jarg2, int jarg3, long jarg4, BaseBufferSupport jarg4_, byte[] jarg5);
public final static native long new_SyncBinlogValue__SWIG_1();
public final static native long new_SyncBinlogValue__SWIG_2(byte[] jarg1);
public final static native byte[] SyncBinlogValue_Value(long jarg1, SyncBinlogValue jarg1_);
public final static native byte[] SyncBinlogValue_ToSlaveBinlogString(long jarg1, SyncBinlogValue jarg1_);
public final static native void delete_SyncBinlogValue(long jarg1);
public final static native long new_CardPartitionMappingKey(long jarg1, int jarg2);
public final static native long CardPartitionMappingKey_KeyHash(long jarg1, CardPartitionMappingKey jarg1_);
public final static native void delete_CardPartitionMappingKey(long jarg1);
public final static native long new_PartitionMappingKey(byte[] jarg1);
public final static native void delete_PartitionMappingKey(long jarg1);
public final static native long new_PartitionMappingValue__SWIG_0(short jarg1);
public final static native long new_PartitionMappingValue__SWIG_1(short jarg1, int jarg2);
public final static native long new_PartitionMappingValue__SWIG_2(byte[] jarg1);
public final static native short PartitionMappingValue_PartitionId(long jarg1, PartitionMappingValue jarg1_);
public final static native int PartitionMappingValue_DataSeq(long jarg1, PartitionMappingValue jarg1_);
public final static native void delete_PartitionMappingValue(long jarg1);
public final static native long new_SlaveDataCountKey();
public final static native void delete_SlaveDataCountKey(long jarg1);
public final static native long new_SlaveDataCountValue__SWIG_0(byte[] jarg1);
public final static native long new_SlaveDataCountValue__SWIG_1(int jarg1);
public final static native int SlaveDataCountValue_Count(long jarg1, SlaveDataCountValue jarg1_);
public final static native void delete_SlaveDataCountValue(long jarg1);
public final static native long new_SyncPartitionDataSeqKey(short jarg1);
public final static native void delete_SyncPartitionDataSeqKey(long jarg1);
public final static native long new_SyncPartitionDataSeqValue__SWIG_0(byte[] jarg1);
public final static native long new_SyncPartitionDataSeqValue__SWIG_1(int jarg1);
public final static native int SyncPartitionDataSeqValue_Seq(long jarg1, SyncPartitionDataSeqValue jarg1_);
public final static native void delete_SyncPartitionDataSeqValue(long jarg1);
public final static native long new_SyncPartitionDataCountKey(short jarg1);
public final static native void delete_SyncPartitionDataCountKey(long jarg1);
public final static native long new_SyncPartitionDataCountValue__SWIG_0(byte[] jarg1);
public final static native long new_SyncPartitionDataCountValue__SWIG_1(int jarg1);
public final static native int SyncPartitionDataCountValue_Count(long jarg1, SyncPartitionDataCountValue jarg1_);
public final static native void delete_SyncPartitionDataCountValue(long jarg1);
public final static native long new_DataTimestampKey(int jarg1);
public final static native void delete_DataTimestampKey(long jarg1);
public final static native long new_DataTimestampValue__SWIG_0(byte[] jarg1);
public final static native long new_DataTimestampValue__SWIG_1(long jarg1);
public final static native long DataTimestampValue_Timestamp(long jarg1, DataTimestampValue jarg1_);
public final static native void delete_DataTimestampValue(long jarg1);
public final static native long new_NoSQLSupport(String jarg1, long jarg2, NoSQLOptions jarg2_) throws monad.jni.services.StatusException;
public final static native void delete_NoSQLSupport(long jarg1);
public final static native long NoSQLSupport_RawPut__SWIG_0(long jarg1, NoSQLSupport jarg1_, byte[] jarg2, byte[] jarg3);
public final static native long NoSQLSupport_RawPut__SWIG_1(long jarg1, NoSQLSupport jarg1_, long jarg2, BaseBufferSupport jarg2_, byte[] jarg3);
public final static native boolean NoSQLSupport_ExistData(long jarg1, NoSQLSupport jarg1_, long jarg2, BaseBufferSupport jarg2_);
public final static native int NoSQLSupport_Count__SWIG_0(long jarg1, NoSQLSupport jarg1_, byte[] jarg2, byte[] jarg3);
public final static native byte[] NoSQLSupport_FindMaxKeyInRange(long jarg1, NoSQLSupport jarg1_, byte[] jarg2, byte[] jarg3) throws monad.jni.services.StatusException;
public final static native byte[] NoSQLSupport_FindMinKeyInRange(long jarg1, NoSQLSupport jarg1_, byte[] jarg2, byte[] jarg3) throws monad.jni.services.StatusException;
public final static native int NoSQLSupport_Count__SWIG_1(long jarg1, NoSQLSupport jarg1_, long jarg2, BaseBufferSupport jarg2_, long jarg3, BaseBufferSupport jarg3_);
public final static native byte[] NoSQLSupport_Get__SWIG_0(long jarg1, NoSQLSupport jarg1_, byte[] jarg2) throws monad.jni.services.StatusException;
public final static native byte[] NoSQLSupport_Get__SWIG_1(long jarg1, NoSQLSupport jarg1_, long jarg2, BaseBufferSupport jarg2_) throws monad.jni.services.StatusException;
public final static native long new_SlaveNoSQLSupport(String jarg1, long jarg2, NoSQLOptions jarg2_) throws monad.jni.services.StatusException;
public final static native long SlaveNoSQLSupport_PutBinlog(long jarg1, SlaveNoSQLSupport jarg1_, long jarg2, SyncBinlogValue jarg2_);
public final static native long SlaveNoSQLSupport_PutSlaveBinlog(long jarg1, SlaveNoSQLSupport jarg1_, long jarg2, SlaveBinlogValue jarg2_, byte[] jarg3);
public final static native int SlaveNoSQLSupport_GetDataCount(long jarg1, SlaveNoSQLSupport jarg1_);
public final static native long SlaveNoSQLSupport_FindNextBinlog(long jarg1, SlaveNoSQLSupport jarg1_, long jarg2);
public final static native long SlaveNoSQLSupport_FindLastBinlog(long jarg1, SlaveNoSQLSupport jarg1_);
public final static native long SlaveNoSQLSupport_DeleteBinlogRange(long jarg1, SlaveNoSQLSupport jarg1_, long jarg2, long jarg3);
public final static native void delete_SlaveNoSQLSupport(long jarg1);
public final static native void SyncBinlogOptions_partition_id_set(long jarg1, SyncBinlogOptions jarg1_, short jarg2);
public final static native short SyncBinlogOptions_partition_id_get(long jarg1, SyncBinlogOptions jarg1_);
public final static native void SyncBinlogOptions_command_type_set(long jarg1, SyncBinlogOptions jarg1_, int jarg2);
public final static native int SyncBinlogOptions_command_type_get(long jarg1, SyncBinlogOptions jarg1_);
public final static native void SyncBinlogOptions_seq_set(long jarg1, SyncBinlogOptions jarg1_, long jarg2);
public final static native long SyncBinlogOptions_seq_get(long jarg1, SyncBinlogOptions jarg1_);
public final static native void SyncBinlogOptions_data_seq_set(long jarg1, SyncBinlogOptions jarg1_, int jarg2);
public final static native int SyncBinlogOptions_data_seq_get(long jarg1, SyncBinlogOptions jarg1_);
public final static native void SyncBinlogOptions_timestamp_set(long jarg1, SyncBinlogOptions jarg1_, long jarg2);
public final static native long SyncBinlogOptions_timestamp_get(long jarg1, SyncBinlogOptions jarg1_);
public final static native long new_SyncBinlogOptions();
public final static native void delete_SyncBinlogOptions(long jarg1);
public final static native int SyncNoSQL_FindOrLoadPartitionCount(long jarg1, SyncNoSQL jarg1_, short jarg2) throws monad.jni.services.StatusException;
public final static native long new_SyncNoSQL(String jarg1, long jarg2, NoSQLOptions jarg2_);
public final static native long SyncNoSQL_PutDataWithBinlog(long jarg1, SyncNoSQL jarg1_, byte[] jarg2, byte[] jarg3, long jarg4, SyncBinlogOptions jarg4_);
public final static native long SyncNoSQL_GetBinlogValue(long jarg1, SyncNoSQL jarg1_, long jarg2, SyncBinlogKey jarg2_, long jarg3, SyncBinlogValue jarg3_);
public final static native long SyncNoSQL_FindMaxBinlogSeqByPartitionId(long jarg1, SyncNoSQL jarg1_, short jarg2);
public final static native long SyncNoSQL_FindMinBinlogSeqByPartitionId(long jarg1, SyncNoSQL jarg1_, short jarg2);
public final static native long SyncNoSQL_DeleteBinlogRange(long jarg1, SyncNoSQL jarg1_, short jarg2, long jarg3, long jarg4);
public final static native void delete_SyncNoSQL(long jarg1);
public final static native void OpenLogger(String jarg1, int jarg2);
public final static native long NoSQLKey_SWIGUpcast(long jarg1);
public final static native long NormalSeqDataKey_SWIGUpcast(long jarg1);
public final static native long SlaveBinlogKey_SWIGUpcast(long jarg1);
public final static native long SlaveBinlogValue_SWIGUpcast(long jarg1);
public final static native long SyncBinlogKey_SWIGUpcast(long jarg1);
public final static native long SyncBinlogValue_SWIGUpcast(long jarg1);
public final static native long CardPartitionMappingKey_SWIGUpcast(long jarg1);
public final static native long PartitionMappingKey_SWIGUpcast(long jarg1);
public final static native long PartitionMappingValue_SWIGUpcast(long jarg1);
public final static native long SlaveDataCountKey_SWIGUpcast(long jarg1);
public final static native long SlaveDataCountValue_SWIGUpcast(long jarg1);
public final static native long SyncPartitionDataSeqKey_SWIGUpcast(long jarg1);
public final static native long SyncPartitionDataSeqValue_SWIGUpcast(long jarg1);
public final static native long SyncPartitionDataCountKey_SWIGUpcast(long jarg1);
public final static native long SyncPartitionDataCountValue_SWIGUpcast(long jarg1);
public final static native long DataTimestampKey_SWIGUpcast(long jarg1);
public final static native long DataTimestampValue_SWIGUpcast(long jarg1);
public final static native long SlaveNoSQLSupport_SWIGUpcast(long jarg1);
public final static native long SyncNoSQL_SWIGUpcast(long jarg1);
}