Documentation ¶
Overview ¶
Copyright 2021 SANGFOR TECHNOLOGIES
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type TestDBInstance
- func (t TestDBInstance) GetDatabaseType() string
- func (t TestDBInstance) GetHandler() dtstruct.InstanceAdaptor
- func (t TestDBInstance) GetHostname() string
- func (t TestDBInstance) GetInstance() *dtstruct.Instance
- func (t TestDBInstance) GetPort() int
- func (t TestDBInstance) GetReplicas() dtstruct.InstanceKeyMap
- func (t TestDBInstance) HumanReadableDescription() string
- func (t TestDBInstance) IsReplica() bool
- func (t TestDBInstance) IsReplicaServer() bool
- func (t TestDBInstance) Less(handler dtstruct.InstanceAdaptor, dataCenter string) bool
- func (t TestDBInstance) ReplicaRunning() bool
- func (t TestDBInstance) SetFlavorName()
- func (t TestDBInstance) SetHstPrtAndClusterName(hostname string, port int, upstreamHostname string, upstreamPort int, ...)
- func (t TestDBInstance) SetInstance(instance *dtstruct.Instance)
- func (t TestDBInstance) SetPromotionRule(rule dtstruct.CandidatePromotionRule)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestDBInstance ¶
func (TestDBInstance) GetDatabaseType ¶
func (t TestDBInstance) GetDatabaseType() string
func (TestDBInstance) GetHandler ¶
func (t TestDBInstance) GetHandler() dtstruct.InstanceAdaptor
func (TestDBInstance) GetHostname ¶
func (t TestDBInstance) GetHostname() string
func (TestDBInstance) GetInstance ¶
func (t TestDBInstance) GetInstance() *dtstruct.Instance
func (TestDBInstance) GetPort ¶
func (t TestDBInstance) GetPort() int
func (TestDBInstance) GetReplicas ¶
func (t TestDBInstance) GetReplicas() dtstruct.InstanceKeyMap
func (TestDBInstance) HumanReadableDescription ¶
func (t TestDBInstance) HumanReadableDescription() string
func (TestDBInstance) IsReplica ¶
func (t TestDBInstance) IsReplica() bool
func (TestDBInstance) IsReplicaServer ¶
func (t TestDBInstance) IsReplicaServer() bool
func (TestDBInstance) Less ¶
func (t TestDBInstance) Less(handler dtstruct.InstanceAdaptor, dataCenter string) bool
func (TestDBInstance) ReplicaRunning ¶
func (t TestDBInstance) ReplicaRunning() bool
func (TestDBInstance) SetFlavorName ¶
func (t TestDBInstance) SetFlavorName()
func (TestDBInstance) SetHstPrtAndClusterName ¶
func (TestDBInstance) SetInstance ¶
func (t TestDBInstance) SetInstance(instance *dtstruct.Instance)
func (TestDBInstance) SetPromotionRule ¶
func (t TestDBInstance) SetPromotionRule(rule dtstruct.CandidatePromotionRule)
Click to show internal directories.
Click to hide internal directories.