chaos_client

package
v0.0.0-...-5019c65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_yt_proto_yt_client_chaos_client_proto_replication_card_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type TReplicaHistoryItem

type TReplicaHistoryItem struct {
	Era       *uint64 `protobuf:"varint,1,req,name=era" json:"era,omitempty"`
	Timestamp *uint64 `protobuf:"varint,2,req,name=timestamp" json:"timestamp,omitempty"`
	Mode      *int32  `protobuf:"varint,3,req,name=mode" json:"mode,omitempty"`
	State     *int32  `protobuf:"varint,4,req,name=state" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*TReplicaHistoryItem) Descriptor deprecated

func (*TReplicaHistoryItem) Descriptor() ([]byte, []int)

Deprecated: Use TReplicaHistoryItem.ProtoReflect.Descriptor instead.

func (*TReplicaHistoryItem) GetEra

func (x *TReplicaHistoryItem) GetEra() uint64

func (*TReplicaHistoryItem) GetMode

func (x *TReplicaHistoryItem) GetMode() int32

func (*TReplicaHistoryItem) GetState

func (x *TReplicaHistoryItem) GetState() int32

func (*TReplicaHistoryItem) GetTimestamp

func (x *TReplicaHistoryItem) GetTimestamp() uint64

func (*TReplicaHistoryItem) ProtoMessage

func (*TReplicaHistoryItem) ProtoMessage()

func (*TReplicaHistoryItem) ProtoReflect

func (x *TReplicaHistoryItem) ProtoReflect() protoreflect.Message

func (*TReplicaHistoryItem) Reset

func (x *TReplicaHistoryItem) Reset()

func (*TReplicaHistoryItem) String

func (x *TReplicaHistoryItem) String() string

type TReplicaInfo

type TReplicaInfo struct {
	ClusterName                  *string                `protobuf:"bytes,1,req,name=cluster_name,json=clusterName" json:"cluster_name,omitempty"`
	ReplicaPath                  *string                `protobuf:"bytes,2,req,name=replica_path,json=replicaPath" json:"replica_path,omitempty"`
	ContentType                  *int32                 `protobuf:"varint,3,req,name=content_type,json=contentType" json:"content_type,omitempty"` // NTabletClient::ETableReplicaContentType
	Mode                         *int32                 `protobuf:"varint,4,req,name=mode" json:"mode,omitempty"`                                  // NTabletClient::ETableReplicaMode
	State                        *int32                 `protobuf:"varint,5,req,name=state" json:"state,omitempty"`                                // NTabletClient::ETableReplicaState
	Progress                     *TReplicationProgress  `protobuf:"bytes,6,opt,name=progress" json:"progress,omitempty"`
	History                      []*TReplicaHistoryItem `protobuf:"bytes,7,rep,name=history" json:"history,omitempty"`
	EnableReplicatedTableTracker *bool                  `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReplicaInfo) Descriptor deprecated

func (*TReplicaInfo) Descriptor() ([]byte, []int)

Deprecated: Use TReplicaInfo.ProtoReflect.Descriptor instead.

func (*TReplicaInfo) GetClusterName

func (x *TReplicaInfo) GetClusterName() string

func (*TReplicaInfo) GetContentType

func (x *TReplicaInfo) GetContentType() int32

func (*TReplicaInfo) GetEnableReplicatedTableTracker

func (x *TReplicaInfo) GetEnableReplicatedTableTracker() bool

func (*TReplicaInfo) GetHistory

func (x *TReplicaInfo) GetHistory() []*TReplicaHistoryItem

func (*TReplicaInfo) GetMode

func (x *TReplicaInfo) GetMode() int32

func (*TReplicaInfo) GetProgress

func (x *TReplicaInfo) GetProgress() *TReplicationProgress

func (*TReplicaInfo) GetReplicaPath

func (x *TReplicaInfo) GetReplicaPath() string

func (*TReplicaInfo) GetState

func (x *TReplicaInfo) GetState() int32

func (*TReplicaInfo) ProtoMessage

func (*TReplicaInfo) ProtoMessage()

func (*TReplicaInfo) ProtoReflect

func (x *TReplicaInfo) ProtoReflect() protoreflect.Message

func (*TReplicaInfo) Reset

func (x *TReplicaInfo) Reset()

func (*TReplicaInfo) String

func (x *TReplicaInfo) String() string

type TReplicationCard

type TReplicationCard struct {
	Replicas                     []*TReplicationCard_TReplicaEntry `protobuf:"bytes,1,rep,name=replicas" json:"replicas,omitempty"`
	CoordinatorCellIds           []*misc.TGuid                     `protobuf:"bytes,2,rep,name=coordinator_cell_ids,json=coordinatorCellIds" json:"coordinator_cell_ids,omitempty"`
	Era                          *uint64                           `protobuf:"varint,3,req,name=era" json:"era,omitempty"`
	TableId                      *misc.TGuid                       `protobuf:"bytes,4,opt,name=table_id,json=tableId" json:"table_id,omitempty"`
	TablePath                    *string                           `protobuf:"bytes,5,opt,name=table_path,json=tablePath" json:"table_path,omitempty"`
	TableClusterName             *string                           `protobuf:"bytes,6,opt,name=table_cluster_name,json=tableClusterName" json:"table_cluster_name,omitempty"`
	CurrentTimestamp             *uint64                           `protobuf:"varint,7,opt,name=current_timestamp,json=currentTimestamp" json:"current_timestamp,omitempty"`
	ReplicatedTableOptions       []byte                            `protobuf:"bytes,8,opt,name=replicated_table_options,json=replicatedTableOptions" json:"replicated_table_options,omitempty"` // NTabletClient::TReplicatedTableOptions
	ReplicationCardCollocationId *misc.TGuid                       ``                                                                                                                           /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReplicationCard) Descriptor deprecated

func (*TReplicationCard) Descriptor() ([]byte, []int)

Deprecated: Use TReplicationCard.ProtoReflect.Descriptor instead.

func (*TReplicationCard) GetCoordinatorCellIds

func (x *TReplicationCard) GetCoordinatorCellIds() []*misc.TGuid

func (*TReplicationCard) GetCurrentTimestamp

func (x *TReplicationCard) GetCurrentTimestamp() uint64

func (*TReplicationCard) GetEra

func (x *TReplicationCard) GetEra() uint64

func (*TReplicationCard) GetReplicas

func (*TReplicationCard) GetReplicatedTableOptions

func (x *TReplicationCard) GetReplicatedTableOptions() []byte

func (*TReplicationCard) GetReplicationCardCollocationId

func (x *TReplicationCard) GetReplicationCardCollocationId() *misc.TGuid

func (*TReplicationCard) GetTableClusterName

func (x *TReplicationCard) GetTableClusterName() string

func (*TReplicationCard) GetTableId

func (x *TReplicationCard) GetTableId() *misc.TGuid

func (*TReplicationCard) GetTablePath

func (x *TReplicationCard) GetTablePath() string

func (*TReplicationCard) ProtoMessage

func (*TReplicationCard) ProtoMessage()

func (*TReplicationCard) ProtoReflect

func (x *TReplicationCard) ProtoReflect() protoreflect.Message

func (*TReplicationCard) Reset

func (x *TReplicationCard) Reset()

func (*TReplicationCard) String

func (x *TReplicationCard) String() string

type TReplicationCardFetchOptions

type TReplicationCardFetchOptions struct {
	IncludeCoordinators           *bool `protobuf:"varint,1,opt,name=include_coordinators,json=includeCoordinators" json:"include_coordinators,omitempty"`
	IncludeProgress               *bool `protobuf:"varint,2,opt,name=include_progress,json=includeProgress" json:"include_progress,omitempty"`
	IncludeHistory                *bool `protobuf:"varint,3,opt,name=include_history,json=includeHistory" json:"include_history,omitempty"`
	IncludeReplicatedTableOptions *bool `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TReplicationCardFetchOptions) Descriptor deprecated

func (*TReplicationCardFetchOptions) Descriptor() ([]byte, []int)

Deprecated: Use TReplicationCardFetchOptions.ProtoReflect.Descriptor instead.

func (*TReplicationCardFetchOptions) GetIncludeCoordinators

func (x *TReplicationCardFetchOptions) GetIncludeCoordinators() bool

func (*TReplicationCardFetchOptions) GetIncludeHistory

func (x *TReplicationCardFetchOptions) GetIncludeHistory() bool

func (*TReplicationCardFetchOptions) GetIncludeProgress

func (x *TReplicationCardFetchOptions) GetIncludeProgress() bool

func (*TReplicationCardFetchOptions) GetIncludeReplicatedTableOptions

func (x *TReplicationCardFetchOptions) GetIncludeReplicatedTableOptions() bool

func (*TReplicationCardFetchOptions) ProtoMessage

func (*TReplicationCardFetchOptions) ProtoMessage()

func (*TReplicationCardFetchOptions) ProtoReflect

func (*TReplicationCardFetchOptions) Reset

func (x *TReplicationCardFetchOptions) Reset()

func (*TReplicationCardFetchOptions) String

type TReplicationCard_TReplicaEntry

type TReplicationCard_TReplicaEntry struct {
	Id   *misc.TGuid   `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	Info *TReplicaInfo `protobuf:"bytes,2,req,name=info" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*TReplicationCard_TReplicaEntry) Descriptor deprecated

func (*TReplicationCard_TReplicaEntry) Descriptor() ([]byte, []int)

Deprecated: Use TReplicationCard_TReplicaEntry.ProtoReflect.Descriptor instead.

func (*TReplicationCard_TReplicaEntry) GetId

func (*TReplicationCard_TReplicaEntry) GetInfo

func (*TReplicationCard_TReplicaEntry) ProtoMessage

func (*TReplicationCard_TReplicaEntry) ProtoMessage()

func (*TReplicationCard_TReplicaEntry) ProtoReflect

func (*TReplicationCard_TReplicaEntry) Reset

func (x *TReplicationCard_TReplicaEntry) Reset()

func (*TReplicationCard_TReplicaEntry) String

type TReplicationProgress

type TReplicationProgress struct {
	Segments []*TReplicationProgress_TSegment `protobuf:"bytes,1,rep,name=segments" json:"segments,omitempty"`
	UpperKey []byte                           `protobuf:"bytes,2,req,name=upper_key,json=upperKey" json:"upper_key,omitempty"`
	// contains filtered or unexported fields
}

func (*TReplicationProgress) Descriptor deprecated

func (*TReplicationProgress) Descriptor() ([]byte, []int)

Deprecated: Use TReplicationProgress.ProtoReflect.Descriptor instead.

func (*TReplicationProgress) GetSegments

func (*TReplicationProgress) GetUpperKey

func (x *TReplicationProgress) GetUpperKey() []byte

func (*TReplicationProgress) ProtoMessage

func (*TReplicationProgress) ProtoMessage()

func (*TReplicationProgress) ProtoReflect

func (x *TReplicationProgress) ProtoReflect() protoreflect.Message

func (*TReplicationProgress) Reset

func (x *TReplicationProgress) Reset()

func (*TReplicationProgress) String

func (x *TReplicationProgress) String() string

type TReplicationProgress_TSegment

type TReplicationProgress_TSegment struct {
	LowerKey  []byte  `protobuf:"bytes,1,req,name=lower_key,json=lowerKey" json:"lower_key,omitempty"`
	Timestamp *uint64 `protobuf:"varint,2,req,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TReplicationProgress_TSegment) Descriptor deprecated

func (*TReplicationProgress_TSegment) Descriptor() ([]byte, []int)

Deprecated: Use TReplicationProgress_TSegment.ProtoReflect.Descriptor instead.

func (*TReplicationProgress_TSegment) GetLowerKey

func (x *TReplicationProgress_TSegment) GetLowerKey() []byte

func (*TReplicationProgress_TSegment) GetTimestamp

func (x *TReplicationProgress_TSegment) GetTimestamp() uint64

func (*TReplicationProgress_TSegment) ProtoMessage

func (*TReplicationProgress_TSegment) ProtoMessage()

func (*TReplicationProgress_TSegment) ProtoReflect

func (*TReplicationProgress_TSegment) Reset

func (x *TReplicationProgress_TSegment) Reset()

func (*TReplicationProgress_TSegment) String

type TUpstreamReplicationCard

type TUpstreamReplicationCard struct {
	ChaosCellId       *misc.TGuid `protobuf:"bytes,1,req,name=chaos_cell_id,json=chaosCellId" json:"chaos_cell_id,omitempty"`                   // NObjectClient::TCellId
	ReplicationCardId *misc.TGuid `protobuf:"bytes,2,req,name=replication_card_id,json=replicationCardId" json:"replication_card_id,omitempty"` // NChaosClient::TReplicationCardId
	// contains filtered or unexported fields
}

func (*TUpstreamReplicationCard) Descriptor deprecated

func (*TUpstreamReplicationCard) Descriptor() ([]byte, []int)

Deprecated: Use TUpstreamReplicationCard.ProtoReflect.Descriptor instead.

func (*TUpstreamReplicationCard) GetChaosCellId

func (x *TUpstreamReplicationCard) GetChaosCellId() *misc.TGuid

func (*TUpstreamReplicationCard) GetReplicationCardId

func (x *TUpstreamReplicationCard) GetReplicationCardId() *misc.TGuid

func (*TUpstreamReplicationCard) ProtoMessage

func (*TUpstreamReplicationCard) ProtoMessage()

func (*TUpstreamReplicationCard) ProtoReflect

func (x *TUpstreamReplicationCard) ProtoReflect() protoreflect.Message

func (*TUpstreamReplicationCard) Reset

func (x *TUpstreamReplicationCard) Reset()

func (*TUpstreamReplicationCard) String

func (x *TUpstreamReplicationCard) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL