NoSQLHandle =========== .. currentmodule:: borneo .. autoclass:: NoSQLHandle :show-inheritance: .. rubric:: Methods Summary .. autosummary:: ~NoSQLHandle.add_replica ~NoSQLHandle.close ~NoSQLHandle.delete ~NoSQLHandle.drop_replica ~NoSQLHandle.do_system_request ~NoSQLHandle.do_table_request ~NoSQLHandle.get ~NoSQLHandle.get_client ~NoSQLHandle.get_indexes ~NoSQLHandle.get_replica_stats ~NoSQLHandle.get_stats_control ~NoSQLHandle.get_table ~NoSQLHandle.get_table_usage ~NoSQLHandle.list_namespaces ~NoSQLHandle.list_roles ~NoSQLHandle.list_tables ~NoSQLHandle.list_users ~NoSQLHandle.multi_delete ~NoSQLHandle.prepare ~NoSQLHandle.put ~NoSQLHandle.query ~NoSQLHandle.query_iterable ~NoSQLHandle.system_request ~NoSQLHandle.system_status ~NoSQLHandle.table_request ~NoSQLHandle.write_multiple .. rubric:: Methods Documentation .. automethod:: add_replica .. automethod:: close .. automethod:: delete .. automethod:: do_system_request .. automethod:: do_table_request .. automethod:: drop_replica .. automethod:: get .. automethod:: get_client .. automethod:: get_indexes .. automethod:: get_stats_control .. automethod:: get_replica_stats .. automethod:: get_table .. automethod:: get_table_usage .. automethod:: list_namespaces .. automethod:: list_roles .. automethod:: list_tables .. automethod:: list_users .. automethod:: multi_delete .. automethod:: prepare .. automethod:: put .. automethod:: query .. automethod:: query_iterable .. automethod:: system_request .. automethod:: system_status .. automethod:: table_request .. automethod:: write_multiple