Kudu C++ client API
|
kudu::internal_logging::CerrLog | A helper for stderr log sink |
kudu::Slice::Comparator | Comparator struct, useful for ordered collections (like STL maps) |
iterator | |
kudu::client::KuduScanBatch | A batch of zero or more rows returned by a scan operation |
kudu::client::KuduClientBuilder | A "factory" for KuduClient objects |
kudu::client::KuduColumnSchema | Representation of the column schema |
kudu::client::KuduColumnSpec | Builder API for specifying or altering a column within a table schema |
kudu::client::KuduColumnStorageAttributes | Representation of column storage attributes |
kudu::client::KuduColumnTypeAttributes | Representation of column type attributes |
kudu::client::KuduError | This class represents an error which occurred in a write operation |
kudu::client::KuduLoggingCallback | The interface for all logging callbacks |
kudu::client::KuduLoggingFunctionCallback< T > | The logging callback that invokes a function by pointer with a single argument |
kudu::client::KuduLoggingMemberCallback< T > | The logging callback that invokes a member function of an object |
KuduPartialRow | A row which may only contain values for a subset of the columns |
kudu::client::KuduPartitioner | |
kudu::client::KuduPartitionerBuilder | Builder for Partitioner instances |
kudu::client::KuduPredicate | A representation of comparison predicate for Kudu queries |
kudu::client::KuduReplica | In-memory representation of a remote tablet's replica |
kudu::client::KuduScanner | This class is a representation of a single scan |
kudu::client::KuduScanToken | A scan descriptor limited to a single physical contiguous location |
kudu::client::KuduScanTokenBuilder | Builds scan tokens for a table |
kudu::client::KuduSchema | A representation of a table's schema |
kudu::client::KuduSchemaBuilder | Builder API for constructing a KuduSchema object |
kudu::client::KuduStatusCallback | The interface for all status callbacks |
kudu::client::KuduStatusFunctionCallback< T > | The status callback that invokes a function by pointer with a single argument |
kudu::client::KuduStatusMemberCallback< T > | The status callback that invokes a member function of an object |
kudu::client::KuduTableAlterer | Alters an existing table based on the provided steps |
kudu::client::KuduTableCreator | A helper class to create a new table with the desired options |
kudu::client::KuduTablet | In-memory representation of a remote tablet |
kudu::client::KuduTabletServer | In-memory representation of a remote tablet server |
kudu::client::KuduValue | A constant cell value with a specific type |
kudu::client::KuduWriteOperation | A single-row write operation to be sent to a Kudu table |
kudu::client::KuduDelete | A single row delete to be sent to the cluster |
kudu::client::KuduInsert | A single row insert to be sent to the cluster |
kudu::client::KuduUpdate | A single row update to be sent to the cluster |
kudu::client::KuduUpsert | A single row upsert to be sent to the cluster |
kudu::MonoDelta | A representation of a time interval |
kudu::MonoTime | Representation of a particular point in time |
kudu::internal_logging::NullLog | A helper for the nil log sink |
kudu::client::ResourceMetrics | A generic catalog of simple metrics |
RowPtr | |
kudu::client::KuduScanBatch | A batch of zero or more rows returned by a scan operation |
kudu::Slice | A wrapper around externally allocated data |
kudu::SliceMap< T > | STL map whose keys are Slices |
kudu::Status | A representation of an operation's outcome |
enable_shared_from_this | |
kudu::client::KuduClient | A handle for a connection to a cluster |
kudu::client::KuduSession | Representation of a Kudu client session |
kudu::client::KuduTable | A representation of a table on a particular cluster |