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. |
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.
|
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 simpler Fluent DSL model |
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 |
Table |
Wrapper for
Table protocol buffer object |
UpdateAppProfileRequest |
Parameters for updating an existing Cloud Bigtable app profile.
|
UpdateInstanceRequest |
Parameters for updating an existing Bigtable instance.
|
Enum | Description |
---|---|
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 © 2019 Google LLC. All rights reserved.