Documentation ¶
Index ¶
- Variables
- type RoutingInfo
- func (*RoutingInfo) Descriptor() ([]byte, []int)deprecated
- func (x *RoutingInfo) GetClusterID() []int32
- func (x *RoutingInfo) GetDebug() bool
- func (x *RoutingInfo) GetRegionID() []int32
- func (x *RoutingInfo) GetTaskID() int32
- func (x *RoutingInfo) GetTcpBbr() bool
- func (x *RoutingInfo) GetTcpKeepalive() bool
- func (*RoutingInfo) ProtoMessage()
- func (x *RoutingInfo) ProtoReflect() protoreflect.Message
- func (x *RoutingInfo) Reset()
- func (x *RoutingInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_waRoutingInfo_WAWebProtobufsRoutingInfo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RoutingInfo ¶
type RoutingInfo struct { RegionID []int32 `protobuf:"varint,1,rep,name=regionID" json:"regionID,omitempty"` ClusterID []int32 `protobuf:"varint,2,rep,name=clusterID" json:"clusterID,omitempty"` TaskID *int32 `protobuf:"varint,3,opt,name=taskID" json:"taskID,omitempty"` Debug *bool `protobuf:"varint,4,opt,name=debug" json:"debug,omitempty"` TcpBbr *bool `protobuf:"varint,5,opt,name=tcpBbr" json:"tcpBbr,omitempty"` TcpKeepalive *bool `protobuf:"varint,6,opt,name=tcpKeepalive" json:"tcpKeepalive,omitempty"` // contains filtered or unexported fields }
func (*RoutingInfo) Descriptor
deprecated
func (*RoutingInfo) Descriptor() ([]byte, []int)
Deprecated: Use RoutingInfo.ProtoReflect.Descriptor instead.
func (*RoutingInfo) GetClusterID ¶
func (x *RoutingInfo) GetClusterID() []int32
func (*RoutingInfo) GetDebug ¶
func (x *RoutingInfo) GetDebug() bool
func (*RoutingInfo) GetRegionID ¶
func (x *RoutingInfo) GetRegionID() []int32
func (*RoutingInfo) GetTaskID ¶
func (x *RoutingInfo) GetTaskID() int32
func (*RoutingInfo) GetTcpBbr ¶
func (x *RoutingInfo) GetTcpBbr() bool
func (*RoutingInfo) GetTcpKeepalive ¶
func (x *RoutingInfo) GetTcpKeepalive() bool
func (*RoutingInfo) ProtoMessage ¶
func (*RoutingInfo) ProtoMessage()
func (*RoutingInfo) ProtoReflect ¶
func (x *RoutingInfo) ProtoReflect() protoreflect.Message
func (*RoutingInfo) Reset ¶
func (x *RoutingInfo) Reset()
func (*RoutingInfo) String ¶
func (x *RoutingInfo) String() string
Click to show internal directories.
Click to hide internal directories.