| Interface | Description |
|---|---|
| AppProfile.RoutingPolicy |
Represents the routing for read/write requests.
|
| GCRules.GCRule |
interface for fluent GcRule wrappers
|
| Class | Description |
|---|---|
| AppProfile |
An application profile, or app profile, stores settings that tell your Cloud Bigtable instance
how to handle incoming requests from an application.
|
| AppProfile.MultiClusterRoutingPolicy |
A
AppProfile.RoutingPolicy that tells Cloud Bigtable that it can route each request to any
available cluster. |
| AppProfile.SingleClusterRoutingPolicy |
A
AppProfile.RoutingPolicy that routes all requests to a specific cluster. |
| Backup |
A backup lets you save a copy of a table's schema and data and restore the backup to a new table
at a later time.
|
| Cluster |
A cluster represents the actual Cloud Bigtable service.
|
| ColumnFamily |
Wrapper for
ColumnFamily protocol buffer object |
| CreateAppProfileRequest |
Parameters for creating a new Cloud Bigtable app profile.
|
| CreateBackupRequest |
Fluent wrapper for
CreateBackupRequest |
| CreateClusterRequest |
Parameters for creating a new Bigtable cluster.
|
| CreateInstanceRequest |
Parameters for creating a new Bigtable Instance.
|
| CreateTableRequest |
Fluent wrapper for
CreateTableRequest |
| GCRules |
Wraps
GcRule protocol buffer object and exposes a friendly API. |
| GCRules.DefaultRule |
Wrapper for building a empty rule
|
| GCRules.DurationRule |
Wrapper for building max duration rule
|
| GCRules.IntersectionRule |
Fluent wrapper for
GcRule.Intersection rule. |
| GCRules.UnionRule |
Fluent wrapper for
GcRule.Union rule. |
| GCRules.VersionRule |
Wrapper for building max versions rule
|
| Instance |
Represents an existing Cloud Bigtable instance.
|
| ModifyColumnFamiliesRequest |
Fluent wrapper for
ModifyColumnFamiliesRequest |
| OptimizeRestoredTableOperationToken |
OptimizeRestoredTableOperationToken is a wrapper for the name of OptimizeRestoredTable operation.
|
| RestoredTableResult |
A RestoredTableResult holds the restored table object and the
OptimizeRestoredTableOperationToken object (if any). |
| RestoreTableRequest |
Fluent wrapper for
RestoreTableRequest |
| Table |
Wrapper for
Table protocol buffer object |
| UpdateAppProfileRequest |
Parameters for updating an existing Cloud Bigtable app profile.
|
| UpdateBackupRequest |
Fluent wrapper for
UpdateBackupRequest |
| UpdateInstanceRequest |
Parameters for updating an existing Bigtable instance.
|
| Enum | Description |
|---|---|
| Backup.State | |
| Cluster.State | |
| Instance.State | |
| Instance.Type | |
| StorageType |
Storage media types for persisting Bigtable data.
|
| Table.ReplicationState |
| Exception | Description |
|---|---|
| PartialListClustersException |
Exception thrown when some zones are unavailable and listClusters is unable to return a full
cluster list.
|
| PartialListInstancesException |
Exception thrown when some zones are unavailable and listInstances is unable to return a full
instance list.
|
Copyright © 2020 Google LLC. All rights reserved.