Kudu C++ client API
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nkudu
 Nclient
 Ninternal
 CAsyncLeaderMasterRpc
 CAsyncRandomTxnManagerRpc
 CKuduBloomFilterBloom filter to be used with IN Bloom filter predicate
 CKuduBloomFilterBuilderBuilder class to help build KuduBloomFilter to be used with IN Bloom filter predicate
 CKuduClientA handle for a connection to a cluster
 CKuduClientBuilderA "factory" for KuduClient objects
 CKuduColumnarScanBatchA batch of columnar data returned from a scanner
 CKuduColumnSchemaRepresentation of the column schema
 CKuduColumnSpecBuilder API for specifying or altering a column within a table schema
 CKuduColumnStorageAttributesRepresentation of column storage attributes
 CKuduColumnTypeAttributesRepresentation of column type attributes
 CKuduDeleteA single row delete to be sent to the cluster
 CKuduDeleteIgnoreA single row delete ignore to be sent to the cluster
 CKuduErrorThis class represents an error which occurred in a write operation
 CKuduInsertA single row insert to be sent to the cluster
 CKuduInsertIgnoreA single row insert ignore to be sent to the cluster, duplicate row errors are ignored
 CKuduLoggingCallbackThe interface for all logging callbacks
 CKuduLoggingFunctionCallbackThe logging callback that invokes a function by pointer with a single argument
 CKuduLoggingMemberCallbackThe logging callback that invokes a member function of an object
 CKuduPartitioner
 CKuduPartitionerBuilderBuilder for Partitioner instances
 CKuduPredicateA representation of comparison predicate for Kudu queries
 CKuduRangePartition
 CKuduReplicaIn-memory representation of a remote tablet's replica
 CKuduScanBatchA batch of zero or more rows returned by a scan operation
 CKuduScannerThis class is a representation of a single scan
 CKuduScanTokenA scan descriptor limited to a single physical contiguous location
 CKuduScanTokenBuilderBuilds scan tokens for a table
 CKuduSchemaA representation of a table's schema
 CKuduSchemaBuilderBuilder API for constructing a KuduSchema object
 CKuduSessionRepresentation of a Kudu client session
 CKuduStatusCallbackThe interface for all status callbacks
 CKuduStatusFunctionCallbackThe status callback that invokes a function by pointer with a single argument
 CKuduStatusMemberCallbackThe status callback that invokes a member function of an object
 CKuduTableA representation of a table on a particular cluster
 CKuduTableAltererAlters an existing table based on the provided steps
 CKuduTableCreatorA helper class to create a new table with the desired options
 CKuduTableStatisticsIn-memory statistics of table
 CKuduTabletIn-memory representation of a remote tablet
 CKuduTabletServerIn-memory representation of a remote tablet server
 CKuduTransaction
 CSerializationOptions
 CKuduUpdateA single row update to be sent to the cluster
 CKuduUpdateIgnoreA single row update ignore to be sent to the cluster, missing row errors and errors on updating immutable cells are ignored
 CKuduUpsertA single row upsert to be sent to the cluster
 CKuduUpsertIgnoreA single row upsert ignore to be sent to the cluster, errors on updating immutable cells are ignored
 CKuduValueA constant cell value with a specific type
 CKuduWriteOperationA single-row write operation to be sent to a Kudu table
 CResourceMetricsA generic catalog of simple metrics
 Ninternal_logging
 CCerrLogA helper for stderr log sink
 CNullLogA helper for the nil log sink
 CMonoDeltaA representation of a time interval
 CMonoTimeRepresentation of a particular point in time
 CSliceA wrapper around externally allocated data
 CComparatorComparator struct, useful for ordered collections (like STL maps)
 CSliceMapSTL map whose keys are Slices
 CStatusA representation of an operation's outcome
 CKuduPartialRowA row which may only contain values for a subset of the columns