Home
last modified time | relevance | path

Searched refs:jtable_properties (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dtable_filter_jnicallback.cc36 jobject jtable_properties = TablePropertiesJni::fromCppTableProperties( in TableFilterJniCallback() local
38 if (jtable_properties == nullptr) { in TableFilterJniCallback()
46 m_jcallback_obj, m_jfilter_methodid, jtable_properties); in TableFilterJniCallback()
49 thread_env->DeleteLocalRef(jtable_properties); in TableFilterJniCallback()
Dsst_file_readerjni.cc112 jobject jtable_properties = in Java_org_rocksdb_SstFileReader_getTableProperties() local
115 return jtable_properties; in Java_org_rocksdb_SstFileReader_getTableProperties()
Dcompaction_job_info.cc170 jobject jtable_properties = in Java_org_rocksdb_CompactionJobInfo_tableProperties() local
181 jtable_properties)); in Java_org_rocksdb_CompactionJobInfo_tableProperties()
Drocksjni.cc3129 jobject jtable_properties = in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables() local
3132 if (jtable_properties == nullptr) { in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()
3141 static_cast<jobject>(jtable_properties))); in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()
Dportal.h6100 jobject jtable_properties = env->NewObject(jclazz, mid, in fromCppTableProperties() local
6136 return jtable_properties; in fromCppTableProperties()