Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Ngoogle
 Ncloud
 NbigtableContains all the Cloud Bigtable C++ client APIs
 CAdminClientCreates a bigtable_admin::BigtableTableAdminConnection and a CompletionQueue for bigtable::TableAdmin to use
 CAdminEndpointOptionThe endpoint for table admin operations
 CAlwaysRetryMutationPolicyImplements a policy that retries all mutations
 CAppProfileConfigSpecify the initial configuration for an application profile
 CAppProfileIdOptionThe application profile id
 CAppProfileUpdateConfigBuild a proto to update an Application Profile configuration
 CAsyncRowReader
 CBulkMutationRepresent a set of mutations across multiple rows
 CCellThe in-memory representation of a Bigtable cell
 CClientOptionsConfiguration options for the Bigtable Client
 CClusterConfigSpecify the initial configuration for a new cluster
 CClusterListThe response for an asynchronous request listing all the clusters
 CColumnFamilyModificationDefine the interfaces to create column family modifications
 CDataBackoffPolicyOptionOption to configure the backoff policy used by Table
 CDataClientConnects to Cloud Bigtable's data manipulation APIs
 CDataConnectionA connection to the Cloud Bigtable Data API
 CDataEndpointOptionThe endpoint for data operations
 CDataRetryPolicyOptionOption to configure the retry policy used by Table
 CExponentialBackoffPolicyImplement a simple exponential backoff policy
 CFailedMutationA SingleRowMutation that failed
 CFilterDefine the interfaces to create filter expressions
 CGcRuleImplement a thin wrapper around google::bigtable::admin::v2::GcRule
 CGenericPollingPolicyConstruct a polling policy from existing Retry and Backoff policies
 CIdempotentMutationPolicyDefines the interface to control which mutations are idempotent and therefore can be re-tried
 CIdempotentMutationPolicyOptionOption to configure the idempotency policy used by Table
 CInstanceAdminImplements the APIs to administer Cloud Bigtable instances
 CInstanceAdminClientCreates a bigtable_admin::BigtableInstanceAdminConnection for bigtable::InstanceAdmin to use
 CInstanceAdminEndpointOptionThe endpoint for instance admin operations
 CInstanceConfigSpecify the initial configuration for a new instance
 CInstanceListThe response for an asynchronous request listing all the instances
 CInstanceResourceThis class identifies a Cloud Bigtable Instance
 CInstanceUpdateConfigSpecify the initial configuration for updating an instance
 CLimitedErrorCountRetryPolicyImplement a simple "count errors and then stop" retry policy
 CLimitedTimeRetryPolicyImplement a simple "keep trying for this time" retry policy
 CMaxConnectionRefreshOptionMaximum time in ms to refresh connections
 CMetadataParamTypesDefine the class for governing x-goog-request-params metadata value
 CMetadataUpdatePolicyMetadataUpdatePolicy holds supported metadata and setup ClientContext
 CMinConnectionRefreshOptionMinimum time in ms to refresh connections
 CMutationRepresent a single change to a specific row in a Table
 CMutationBatcherObjects of this class pack single row mutations into bulk mutations
 COptionsConfiguration for MutationBatcher
 CPermanentMutationFailureReport unrecoverable errors in a partially completed mutation
 CPollingPolicyDefine the interface for providing asynchronous repetitive call rules
 CReadModifyWriteRuleDefine the interfaces to create ReadWriteModifyRule operations
 CReadRowsParamsWrap the arguments to ReadRows()
 CRowThe in-memory representation of a Bigtable row
 CRowKeySampleA simple wrapper to represent the response from Table::SampleRowKeys()
 CRowRangeDefine the interfaces to create row key ranges
 CRowReaderObject returned by Table::ReadRows(), enumerates rows in the response
 CRowSetRepresent a (possibly non-continuous) set of row keys
 CRPCBackoffPolicyDefine the interface for controlling how the Bigtable client backsoff from failed RPC operations
 CRPCRetryPolicyDefine the interface for controlling how the Bigtable client retries RPC operations
 CSafeIdempotentMutationPolicyImplements a policy that only accepts truly idempotent mutations
 CSingleRowMutationRepresent a single row mutation
 CTableThe main interface to interact with data in a Cloud Bigtable table
 CTableAdminImplements the API to administer tables in a Cloud Bigtable instance
 CCreateBackupParamsParameters for CreateBackup
 CListBackupsParamsParameters for ListBackups
 CRestoreTableFromInstanceParamsParameters for RestoreTable
 CRestoreTableParamsParameters for RestoreTable
 CUpdateBackupParamsParameters for UpdateBackup
 CTableConfigSpecify the initial schema for a new table
 CTableResourceThis class identifies a Cloud Bigtable Table
 Nbigtable_admin
 CBigtableInstanceAdminBackoffPolicyOptionUse with google::cloud::Options to configure the backoff policy
 CBigtableInstanceAdminClientService for creating, configuring, and deleting Cloud Bigtable Instances and Clusters
 CBigtableInstanceAdminConnectionThe BigtableInstanceAdminConnection object for BigtableInstanceAdminClient
 CBigtableInstanceAdminConnectionIdempotencyPolicy
 CBigtableInstanceAdminConnectionIdempotencyPolicyOptionUse with google::cloud::Options to configure which operations are retried
 CBigtableInstanceAdminPollingPolicyOptionUse with google::cloud::Options to configure the long-running operations polling policy
 CBigtableInstanceAdminRetryPolicyOptionUse with google::cloud::Options to configure the retry policy
 CBigtableTableAdminBackoffPolicyOptionUse with google::cloud::Options to configure the backoff policy
 CBigtableTableAdminClientService for creating, configuring, and deleting Cloud Bigtable tables
 CBigtableTableAdminConnectionThe BigtableTableAdminConnection object for BigtableTableAdminClient
 CBigtableTableAdminConnectionIdempotencyPolicy
 CBigtableTableAdminConnectionIdempotencyPolicyOptionUse with google::cloud::Options to configure which operations are retried
 CBigtableTableAdminPollingPolicyOptionUse with google::cloud::Options to configure the long-running operations polling policy
 CBigtableTableAdminRetryPolicyOptionUse with google::cloud::Options to configure the retry policy
 Nbigtable_admin_mocks
 CMockBigtableInstanceAdminConnectionA class to mock BigtableInstanceAdminConnection
 CMockBigtableTableAdminConnectionA class to mock BigtableTableAdminConnection
 Nbigtable_mocks
 CMockDataConnectionA class to mock google::cloud::bigtable::DataConnection