![]() |
Apache Ignite C++ Client
|
This is the complete list of members for ignite::record_view< T >, including all inherited members.
| get(transaction *tx, const value_type &key) | ignite::record_view< T > | inline |
| get_all(transaction *tx, std::vector< value_type > keys) | ignite::record_view< T > | inline |
| get_all_async(transaction *tx, std::vector< value_type > keys, ignite_callback< std::vector< std::optional< value_type > > > callback) | ignite::record_view< T > | inline |
| get_and_remove(transaction *tx, const value_type &key) | ignite::record_view< T > | inline |
| get_and_remove_async(transaction *tx, const value_type &key, ignite_callback< std::optional< value_type > > callback) | ignite::record_view< T > | inline |
| get_and_replace(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| get_and_replace_async(transaction *tx, const value_type &record, ignite_callback< std::optional< value_type > > callback) | ignite::record_view< T > | inline |
| get_and_upsert(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| get_and_upsert_async(transaction *tx, const value_type &record, ignite_callback< std::optional< value_type > > callback) | ignite::record_view< T > | inline |
| get_async(transaction *tx, const value_type &key, ignite_callback< std::optional< value_type > > callback) | ignite::record_view< T > | inline |
| insert(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| insert_all(transaction *tx, std::vector< value_type > records) | ignite::record_view< T > | inline |
| insert_all_async(transaction *tx, std::vector< value_type > records, ignite_callback< std::vector< value_type > > callback) | ignite::record_view< T > | inline |
| insert_async(transaction *tx, const value_type &record, ignite_callback< bool > callback) | ignite::record_view< T > | inline |
| operator=(const record_view &)=delete (defined in ignite::record_view< T >) | ignite::record_view< T > | |
| operator=(record_view &&) noexcept=default (defined in ignite::record_view< T >) | ignite::record_view< T > | |
| record_view(const record_view &)=delete (defined in ignite::record_view< T >) | ignite::record_view< T > | |
| record_view()=default (defined in ignite::record_view< T >) | ignite::record_view< T > | |
| record_view(record_view &&) noexcept=default (defined in ignite::record_view< T >) | ignite::record_view< T > | |
| remove(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| remove_all(transaction *tx, std::vector< value_type > keys) | ignite::record_view< T > | inline |
| remove_all_async(transaction *tx, std::vector< value_type > keys, ignite_callback< std::vector< value_type > > callback) | ignite::record_view< T > | inline |
| remove_all_exact(transaction *tx, std::vector< value_type > records) | ignite::record_view< T > | inline |
| remove_all_exact_async(transaction *tx, std::vector< value_type > records, ignite_callback< std::vector< value_type > > callback) | ignite::record_view< T > | inline |
| remove_async(transaction *tx, const value_type &key, ignite_callback< bool > callback) | ignite::record_view< T > | inline |
| remove_exact(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| remove_exact_async(transaction *tx, const value_type &record, ignite_callback< bool > callback) | ignite::record_view< T > | inline |
| replace(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| replace(transaction *tx, const value_type &record, const value_type &new_record) | ignite::record_view< T > | inline |
| replace_async(transaction *tx, const value_type &record, ignite_callback< bool > callback) | ignite::record_view< T > | inline |
| replace_async(transaction *tx, const value_type &record, const value_type &new_record, ignite_callback< bool > callback) | ignite::record_view< T > | inline |
| table (defined in ignite::record_view< T >) | ignite::record_view< T > | friend |
| upsert(transaction *tx, const value_type &record) | ignite::record_view< T > | inline |
| upsert_all(transaction *tx, std::vector< value_type > records) | ignite::record_view< T > | inline |
| upsert_all_async(transaction *tx, std::vector< value_type > records, ignite_callback< void > callback) | ignite::record_view< T > | inline |
| upsert_async(transaction *tx, const value_type &record, ignite_callback< void > callback) | ignite::record_view< T > | inline |
| value_type typedef (defined in ignite::record_view< T >) | ignite::record_view< T > |