Searched refs:jtable_properties (Results 1 – 5 of 5) sorted by relevance
36 jobject jtable_properties = TablePropertiesJni::fromCppTableProperties( in TableFilterJniCallback() local38 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()
112 jobject jtable_properties = in Java_org_rocksdb_SstFileReader_getTableProperties() local115 return jtable_properties; in Java_org_rocksdb_SstFileReader_getTableProperties()
170 jobject jtable_properties = in Java_org_rocksdb_CompactionJobInfo_tableProperties() local181 jtable_properties)); in Java_org_rocksdb_CompactionJobInfo_tableProperties()
3129 jobject jtable_properties = in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables() local3132 if (jtable_properties == nullptr) { in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()3141 static_cast<jobject>(jtable_properties))); in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()
6100 jobject jtable_properties = env->NewObject(jclazz, mid, in fromCppTableProperties() local6136 return jtable_properties; in fromCppTableProperties()