![]() |
Apache Ignite C++ Client
|
This is the complete list of members for ignite::key_value_view< K, V >, including all inherited members.
| contains(transaction *tx, const key_type &key) | ignite::key_value_view< K, V > | inline |
| contains_async(transaction *tx, const key_type &key, ignite_callback< bool > callback) | ignite::key_value_view< K, V > | inline |
| get(transaction *tx, const key_type &key) | ignite::key_value_view< K, V > | inline |
| get_all(transaction *tx, std::vector< key_type > keys) | ignite::key_value_view< K, V > | inline |
| get_all_async(transaction *tx, std::vector< key_type > keys, ignite_callback< std::vector< std::optional< value_type > > > callback) | ignite::key_value_view< K, V > | inline |
| get_and_put(transaction *tx, const key_type &key, const value_type &value) | ignite::key_value_view< K, V > | inline |
| get_and_put_async(transaction *tx, const key_type &key, const value_type &value, ignite_callback< std::optional< value_type > > callback) | ignite::key_value_view< K, V > | inline |
| get_and_remove(transaction *tx, const key_type &key) | ignite::key_value_view< K, V > | inline |
| get_and_remove_async(transaction *tx, const key_type &key, ignite_callback< std::optional< value_type > > callback) | ignite::key_value_view< K, V > | inline |
| get_and_replace(transaction *tx, const key_type &key, const value_type &value) | ignite::key_value_view< K, V > | inline |
| get_and_replace_async(transaction *tx, const key_type &key, const value_type &value, ignite_callback< std::optional< value_type > > callback) | ignite::key_value_view< K, V > | inline |
| get_async(transaction *tx, const key_type &key, ignite_callback< std::optional< value_type > > callback) | ignite::key_value_view< K, V > | inline |
| key_type typedef (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | |
| key_value_view(const key_value_view &)=delete (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | |
| key_value_view()=default (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | |
| key_value_view(key_value_view &&) noexcept=default (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | |
| operator=(const key_value_view &)=delete (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | |
| operator=(key_value_view &&) noexcept=default (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | |
| put(transaction *tx, const key_type &key, const value_type &value) | ignite::key_value_view< K, V > | inline |
| put_all(transaction *tx, const std::vector< std::pair< key_type, value_type > > &pairs) | ignite::key_value_view< K, V > | inline |
| put_all_async(transaction *tx, const std::vector< std::pair< key_type, value_type > > &pairs, ignite_callback< void > callback) | ignite::key_value_view< K, V > | inline |
| put_async(transaction *tx, const key_type &key, const value_type &value, ignite_callback< void > callback) | ignite::key_value_view< K, V > | inline |
| put_if_absent(transaction *tx, const key_type &key, const value_type &value) | ignite::key_value_view< K, V > | inline |
| put_if_absent_async(transaction *tx, const key_type &key, const value_type &value, ignite_callback< bool > callback) | ignite::key_value_view< K, V > | inline |
| remove(transaction *tx, const key_type &key) | ignite::key_value_view< K, V > | inline |
| remove(transaction *tx, const key_type &key, const value_type &value) | ignite::key_value_view< K, V > | inline |
| remove_all(transaction *tx, std::vector< key_type > keys) | ignite::key_value_view< K, V > | inline |
| remove_all(transaction *tx, std::vector< std::pair< key_type, value_type > > pairs) | ignite::key_value_view< K, V > | inline |
| remove_all_async(transaction *tx, std::vector< key_type > keys, ignite_callback< std::vector< key_type > > callback) | ignite::key_value_view< K, V > | inline |
| remove_all_async(transaction *tx, const std::vector< std::pair< key_type, value_type > > &pairs, ignite_callback< std::vector< key_type > > callback) | ignite::key_value_view< K, V > | inline |
| remove_async(transaction *tx, const key_type &key, ignite_callback< bool > callback) | ignite::key_value_view< K, V > | inline |
| remove_async(transaction *tx, const key_type &key, const value_type &value, ignite_callback< bool > callback) | ignite::key_value_view< K, V > | inline |
| replace(transaction *tx, const key_type &key, const value_type &value) | ignite::key_value_view< K, V > | inline |
| replace(transaction *tx, const key_type &key, const value_type &old_value, const value_type &new_value) | ignite::key_value_view< K, V > | inline |
| replace_async(transaction *tx, const key_type &key, const value_type &value, ignite_callback< bool > callback) | ignite::key_value_view< K, V > | inline |
| replace_async(transaction *tx, const key_type &key, const value_type &old_value, const value_type &new_value, ignite_callback< bool > callback) | ignite::key_value_view< K, V > | inline |
| table (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > | friend |
| value_type typedef (defined in ignite::key_value_view< K, V >) | ignite::key_value_view< K, V > |