Documentation ¶
Index ¶
- func Createbigtabledictnoaryconvert(option Createbigtable, Createbigtablejsonmap map[string]interface{})
- type Bigtable
- func (bigtable *Bigtable) CreateTables(request interface{}) (resp interface{}, err error)
- func (bigtable *Bigtable) DeleteTables(request interface{}) (resp interface{}, err error)
- func (bigtable *Bigtable) DescribeTables(request interface{}) (resp interface{}, err error)
- func (bigtable *Bigtable) ListTables(request interface{}) (resp interface{}, err error)
- type ClusterStates
- type Createbigtable
- type GcRule
- type InitialSplits
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Createbigtabledictnoaryconvert ¶
func Createbigtabledictnoaryconvert(option Createbigtable, Createbigtablejsonmap map[string]interface{})
Createbigtable json formation.
Types ¶
type Bigtable ¶
type Bigtable struct { }
Createbigtable struct reperesnts Google bigtable.
func (*Bigtable) CreateTables ¶
func (*Bigtable) DeleteTables ¶
func (*Bigtable) DescribeTables ¶
describe describe tables.
func (*Bigtable) ListTables ¶
List list tables.
type ClusterStates ¶
type ClusterStates struct {
// contains filtered or unexported fields
}
ClusterStates struct reperesnts ClusterStates.
type Createbigtable ¶
type Createbigtable struct { ClusterStates ClusterStates // contains filtered or unexported fields }
Createbigtable struct reperesnts Create bigtable.
type GcRule ¶
type GcRule struct {
// contains filtered or unexported fields
}
GcRule struct reperesnts GcRule.
type InitialSplits ¶
type InitialSplits struct {
// contains filtered or unexported fields
}
InitialSplits struct reperesnts InitialSplits.
Click to show internal directories.
Click to hide internal directories.