Documentation
¶
Index ¶
- Variables
- func ConvertShardRoleToPB(role ShardRole) clusterpb.ShardRole
- type Cluster
- type ClusterID
- type ClusterState
- type ClusterView
- type CreateClusterRequest
- type CreateClusterViewRequest
- type CreateOrUpdateNodeRequest
- type CreateSchemaRequest
- type CreateShardViewsRequest
- type CreateTableRequest
- type DeleteTableRequest
- type GetClusterViewRequest
- type GetClusterViewResult
- type GetTableRequest
- type GetTableResult
- type ListClustersResult
- type ListNodesRequest
- type ListNodesResult
- type ListSchemasRequest
- type ListSchemasResult
- type ListShardViewsRequest
- type ListShardViewsResult
- type ListTableRequest
- type ListTablesResult
- type Node
- type NodeState
- type NodeStats
- type Options
- type PartitionInfo
- type Schema
- type SchemaID
- type ShardID
- type ShardNode
- type ShardRole
- type ShardView
- type Storage
- type Table
- type TableID
- type TopologyType
- type UpdateClusterRequest
- type UpdateClusterViewRequest
- type UpdateShardViewRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEncode = coderr.NewCodeError(coderr.Internal, "storage encode") ErrDecode = coderr.NewCodeError(coderr.Internal, "storage decode") ErrCreateSchemaAgain = coderr.NewCodeError(coderr.Internal, "storage create schemas") ErrCreateClusterAgain = coderr.NewCodeError(coderr.Internal, "storage create cluster") ErrUpdateCluster = coderr.NewCodeError(coderr.Internal, "storage update cluster") ErrCreateClusterViewAgain = coderr.NewCodeError(coderr.Internal, "storage create cluster view") ErrUpdateClusterViewConflict = coderr.NewCodeError(coderr.Internal, "storage update cluster view") ErrCreateTableAgain = coderr.NewCodeError(coderr.Internal, "storage create tables") ErrDeleteTableAgain = coderr.NewCodeError(coderr.Internal, "storage delete table") ErrCreateShardViewAgain = coderr.NewCodeError(coderr.Internal, "storage create shard view") ErrUpdateShardViewConflict = coderr.NewCodeError(coderr.Internal, "storage update shard view") )