0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Hypertable::TableMutatorAsync Member List

This is the complete list of members for Hypertable::TableMutatorAsync, including all inherited members.

buffer_finish(uint32_t id, int error, bool retry)Hypertable::TableMutatorAsync
cancel()Hypertable::TableMutatorAsync
do_sync()Hypertable::TableMutatorAsyncprivate
FLUSH enum valueHypertable::TableMutatorAsyncprivate
flush(bool sync=true)Hypertable::TableMutatorAsync
flush_with_tablequeue(TableMutator *mutator, bool sync=true)Hypertable::TableMutatorAsyncprivate
get_failed_mutations(FailedMutations &failed_mutations)Hypertable::TableMutatorAsyncinline
get_outstanding_buffer(size_t id)Hypertable::TableMutatorAsync
get_resend_count()Hypertable::TableMutatorAsyncinline
get_unsynced_rangeservers(std::vector< CommAddress > &unsynced)Hypertable::TableMutatorAsync
handle_send_exceptions(const String &info)Hypertable::TableMutatorAsyncprivate
has_outstanding()Hypertable::TableMutatorAsyncinline
has_outstanding_unlocked()Hypertable::TableMutatorAsyncinline
IndexMutatorCallback classHypertable::TableMutatorAsyncfriend
initialize(PropertiesPtr &props)Hypertable::TableMutatorAsyncprivate
initialize_indices(PropertiesPtr &props)Hypertable::TableMutatorAsyncprivate
is_cancelled()Hypertable::TableMutatorAsync
key_uses_index(Key &key)Hypertable::TableMutatorAsyncprivate
m_app_queueHypertable::TableMutatorAsyncprivate
m_buffer_condHypertable::TableMutatorAsyncprivate
m_buffer_mutexHypertable::TableMutatorAsyncprivate
m_cancelledHypertable::TableMutatorAsyncprivate
m_cbHypertable::TableMutatorAsyncprivate
m_commHypertable::TableMutatorAsyncprivate
m_condHypertable::TableMutatorAsyncprivate
m_current_bufferHypertable::TableMutatorAsyncprivate
m_explicit_block_onlyHypertable::TableMutatorAsyncprivate
m_failed_mutationsHypertable::TableMutatorAsyncprivate
m_flagsHypertable::TableMutatorAsyncprivate
m_imcHypertable::TableMutatorAsyncprivate
m_index_mutatorHypertable::TableMutatorAsyncprivate
m_max_memoryHypertable::TableMutatorAsyncprivate
m_member_mutexHypertable::TableMutatorAsyncprivate
m_memory_usedHypertable::TableMutatorAsyncprivate
m_mutatedHypertable::TableMutatorAsyncprivate
m_mutatorHypertable::TableMutatorAsyncprivate
m_mutexHypertable::TableMutatorAsyncprivate
m_next_buffer_idHypertable::TableMutatorAsyncprivate
m_outstanding_buffersHypertable::TableMutatorAsyncprivate
m_propsHypertable::TableMutatorAsyncprivate
m_qualifier_index_mutatorHypertable::TableMutatorAsyncprivate
m_range_locatorHypertable::TableMutatorAsyncprivate
m_resendsHypertable::TableMutatorAsyncprivate
m_schemaHypertable::TableMutatorAsyncprivate
m_tableHypertable::TableMutatorAsyncprivate
m_table_identifierHypertable::TableMutatorAsyncprivate
m_timeout_msHypertable::TableMutatorAsyncprivate
m_unsynced_rangeserversHypertable::TableMutatorAsyncprivate
m_use_indexHypertable::TableMutatorAsyncprivate
memory_used()Hypertable::TableMutatorAsyncinlinevirtual
ms_max_sync_retriesHypertable::TableMutatorAsyncprivatestatic
mutated()Hypertable::TableMutatorAsyncinlineprivate
needs_flush()Hypertable::TableMutatorAsync
Operation enum nameHypertable::TableMutatorAsyncprivate
retry(uint32_t timeout_ms)Hypertable::TableMutatorAsync
ScatterBufferAsyncMap typedefHypertable::TableMutatorAsyncprivate
schema()Hypertable::TableMutatorAsyncinline
set(const KeySpec &key, const void *value, uint32_t value_len)Hypertable::TableMutatorAsync
set(const KeySpec &key, const char *value)Hypertable::TableMutatorAsyncinline
set(const KeySpec &key, const std::string &value)Hypertable::TableMutatorAsyncinline
SET enum valueHypertable::TableMutatorAsyncprivate
SET_CELLS enum valueHypertable::TableMutatorAsyncprivate
set_cells(const Cells &cells)Hypertable::TableMutatorAsyncinline
set_cells(Cells::const_iterator start, Cells::const_iterator end)Hypertable::TableMutatorAsync
set_delete(const KeySpec &key)Hypertable::TableMutatorAsync
SET_DELETE enum valueHypertable::TableMutatorAsyncprivate
TableMutator classHypertable::TableMutatorAsyncfriend
TableMutatorAsync(PropertiesPtr &props, Comm *comm, ApplicationQueueInterfacePtr &app_queue, Table *table, RangeLocatorPtr &range_locator, uint32_t timeout_ms, ResultCallback *cb, uint32_t flags=0, bool explicit_block_only=false)Hypertable::TableMutatorAsync
TableMutatorAsync(std::mutex &mutex, std::condition_variable &cond, PropertiesPtr &props, Comm *comm, ApplicationQueueInterfacePtr &app_queue, Table *table, RangeLocatorPtr &range_locator, uint32_t timeout_ms, ResultCallback *cb, uint32_t flags=0, bool explicit_block_only=false, TableMutator *mutator=0)Hypertable::TableMutatorAsync
to_full_key(const void *row, const char *cf, const void *cq, int64_t ts, int64_t rev, uint8_t flag, Key &full_key, ColumnFamilySpec **pcf=0)Hypertable::TableMutatorAsyncprivate
to_full_key(const KeySpec &key, Key &full_key, ColumnFamilySpec **cf=0)Hypertable::TableMutatorAsyncinlineprivate
to_full_key(const Cell &cell, Key &full_key, ColumnFamilySpec **cf=0)Hypertable::TableMutatorAsyncinlineprivate
update_outstanding(TableMutatorAsyncScatterBufferPtr &buffer)Hypertable::TableMutatorAsync
update_unsynced_rangeservers(const CommAddressSet &unsynced)Hypertable::TableMutatorAsyncprivate
update_with_index(Key &key, const ColumnFamilySpec *cf, const void *value, uint32_t value_len)Hypertable::TableMutatorAsyncprivate
update_without_index(const Cell &cell)Hypertable::TableMutatorAsyncprivate
update_without_index(const Key &full_key, const ColumnFamilySpec *cf, const Cell &cell)Hypertable::TableMutatorAsyncprivate
update_without_index(const Key &full_key, const ColumnFamilySpec *cf, const void *value, size_t value_len)Hypertable::TableMutatorAsyncprivate
wait_for_completion()Hypertable::TableMutatorAsyncprotected
~ClientObject()Hypertable::ClientObjectinlinevirtual
~TableMutatorAsync()Hypertable::TableMutatorAsyncvirtual