Documentation ¶
Index ¶
- Variables
- type AddHostsIntoZoneReq
- func (p *AddHostsIntoZoneReq) Equals(other *AddHostsIntoZoneReq) bool
- func (p *AddHostsIntoZoneReq) GetHosts() []*nebula.HostAddr
- func (p *AddHostsIntoZoneReq) GetIsNew() bool
- func (p *AddHostsIntoZoneReq) GetZoneName() []byte
- func (p *AddHostsIntoZoneReq) LogValue() slog.Value
- func (p *AddHostsIntoZoneReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddHostsIntoZoneReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddHostsIntoZoneReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddHostsIntoZoneReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddHostsIntoZoneReq) String() string
- func (p *AddHostsIntoZoneReq) Validate() error
- func (p *AddHostsIntoZoneReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddHostsReq
- func (p *AddHostsReq) Equals(other *AddHostsReq) bool
- func (p *AddHostsReq) GetHosts() []*nebula.HostAddr
- func (p *AddHostsReq) LogValue() slog.Value
- func (p *AddHostsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddHostsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddHostsReq) String() string
- func (p *AddHostsReq) Validate() error
- func (p *AddHostsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddListenerReq
- func (p *AddListenerReq) Equals(other *AddListenerReq) bool
- func (p *AddListenerReq) GetHosts() []*nebula.HostAddr
- func (p *AddListenerReq) GetSpaceID() nebula.GraphSpaceID
- func (p *AddListenerReq) GetType() ListenerType
- func (p *AddListenerReq) LogValue() slog.Value
- func (p *AddListenerReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddListenerReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddListenerReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddListenerReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddListenerReq) String() string
- func (p *AddListenerReq) Validate() error
- func (p *AddListenerReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AdminJobReq
- func (p *AdminJobReq) Equals(other *AdminJobReq) bool
- func (p *AdminJobReq) GetOp() JobOp
- func (p *AdminJobReq) GetParas() [][]byte
- func (p *AdminJobReq) GetSpaceID() nebula.GraphSpaceID
- func (p *AdminJobReq) GetType() JobType
- func (p *AdminJobReq) LogValue() slog.Value
- func (p *AdminJobReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobReq) String() string
- func (p *AdminJobReq) Validate() error
- func (p *AdminJobReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AdminJobResp
- func (p *AdminJobResp) Equals(other *AdminJobResp) bool
- func (p *AdminJobResp) GetCode() nebula.ErrorCode
- func (p *AdminJobResp) GetLeader() *nebula.HostAddr
- func (p *AdminJobResp) GetResult_() *AdminJobResult_
- func (p *AdminJobResp) IsSetLeader() bool
- func (p *AdminJobResp) IsSetResult_() bool
- func (p *AdminJobResp) LogValue() slog.Value
- func (p *AdminJobResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResp) String() string
- func (p *AdminJobResp) Validate() error
- func (p *AdminJobResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AdminJobResult_
- func (p *AdminJobResult_) Equals(other *AdminJobResult_) bool
- func (p *AdminJobResult_) GetJobDesc() []*JobDesc
- func (p *AdminJobResult_) GetJobID() int32
- func (p *AdminJobResult_) GetRecoveredJobNum() int32
- func (p *AdminJobResult_) GetTaskDesc() []*TaskDesc
- func (p *AdminJobResult_) IsSetJobDesc() bool
- func (p *AdminJobResult_) IsSetJobID() bool
- func (p *AdminJobResult_) IsSetRecoveredJobNum() bool
- func (p *AdminJobResult_) IsSetTaskDesc() bool
- func (p *AdminJobResult_) LogValue() slog.Value
- func (p *AdminJobResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResult_) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResult_) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AdminJobResult_) String() string
- func (p *AdminJobResult_) Validate() error
- func (p *AdminJobResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AgentHBReq
- func (p *AgentHBReq) Equals(other *AgentHBReq) bool
- func (p *AgentHBReq) GetGitInfoSha() []byte
- func (p *AgentHBReq) GetHost() *nebula.HostAddr
- func (p *AgentHBReq) GetVersion() []byte
- func (p *AgentHBReq) IsSetHost() bool
- func (p *AgentHBReq) IsSetVersion() bool
- func (p *AgentHBReq) LogValue() slog.Value
- func (p *AgentHBReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBReq) String() string
- func (p *AgentHBReq) Validate() error
- func (p *AgentHBReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AgentHBResp
- func (p *AgentHBResp) Equals(other *AgentHBResp) bool
- func (p *AgentHBResp) GetCode() nebula.ErrorCode
- func (p *AgentHBResp) GetLeader() *nebula.HostAddr
- func (p *AgentHBResp) GetServiceList() []*ServiceInfo
- func (p *AgentHBResp) IsSetLeader() bool
- func (p *AgentHBResp) LogValue() slog.Value
- func (p *AgentHBResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AgentHBResp) String() string
- func (p *AgentHBResp) Validate() error
- func (p *AgentHBResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AlterEdgeReq
- func (p *AlterEdgeReq) Equals(other *AlterEdgeReq) bool
- func (p *AlterEdgeReq) GetEdgeItems() []*AlterSchemaItem
- func (p *AlterEdgeReq) GetEdgeName() []byte
- func (p *AlterEdgeReq) GetSchemaProp() *SchemaProp
- func (p *AlterEdgeReq) GetSpaceID() nebula.GraphSpaceID
- func (p *AlterEdgeReq) IsSetSchemaProp() bool
- func (p *AlterEdgeReq) LogValue() slog.Value
- func (p *AlterEdgeReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterEdgeReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterEdgeReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterEdgeReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterEdgeReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterEdgeReq) String() string
- func (p *AlterEdgeReq) Validate() error
- func (p *AlterEdgeReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AlterSchemaItem
- func (p *AlterSchemaItem) Equals(other *AlterSchemaItem) bool
- func (p *AlterSchemaItem) GetOp() AlterSchemaOp
- func (p *AlterSchemaItem) GetSchema() *Schema
- func (p *AlterSchemaItem) IsSetSchema() bool
- func (p *AlterSchemaItem) LogValue() slog.Value
- func (p *AlterSchemaItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSchemaItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSchemaItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSchemaItem) String() string
- func (p *AlterSchemaItem) Validate() error
- func (p *AlterSchemaItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AlterSchemaOp
- type AlterSpaceOp
- type AlterSpaceReq
- func (p *AlterSpaceReq) Equals(other *AlterSpaceReq) bool
- func (p *AlterSpaceReq) GetOp() AlterSpaceOp
- func (p *AlterSpaceReq) GetParas() [][]byte
- func (p *AlterSpaceReq) GetSpaceName() []byte
- func (p *AlterSpaceReq) LogValue() slog.Value
- func (p *AlterSpaceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSpaceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSpaceReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSpaceReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterSpaceReq) String() string
- func (p *AlterSpaceReq) Validate() error
- func (p *AlterSpaceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AlterTagReq
- func (p *AlterTagReq) Equals(other *AlterTagReq) bool
- func (p *AlterTagReq) GetSchemaProp() *SchemaProp
- func (p *AlterTagReq) GetSpaceID() nebula.GraphSpaceID
- func (p *AlterTagReq) GetTagItems() []*AlterSchemaItem
- func (p *AlterTagReq) GetTagName() []byte
- func (p *AlterTagReq) IsSetSchemaProp() bool
- func (p *AlterTagReq) LogValue() slog.Value
- func (p *AlterTagReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterTagReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterTagReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterTagReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterTagReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterTagReq) String() string
- func (p *AlterTagReq) Validate() error
- func (p *AlterTagReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AlterUserReq
- func (p *AlterUserReq) Equals(other *AlterUserReq) bool
- func (p *AlterUserReq) GetAccount() []byte
- func (p *AlterUserReq) GetEncodedPwd() []byte
- func (p *AlterUserReq) LogValue() slog.Value
- func (p *AlterUserReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterUserReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterUserReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlterUserReq) String() string
- func (p *AlterUserReq) Validate() error
- func (p *AlterUserReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BackupMeta
- func (p *BackupMeta) Equals(other *BackupMeta) bool
- func (p *BackupMeta) GetAllSpaces() bool
- func (p *BackupMeta) GetBackupName() []byte
- func (p *BackupMeta) GetBaseBackupName() []byte
- func (p *BackupMeta) GetClusterID() ClusterID
- func (p *BackupMeta) GetCreateTime() int64
- func (p *BackupMeta) GetFull() bool
- func (p *BackupMeta) GetMetaFiles() [][]byte
- func (p *BackupMeta) GetSpaceBackups() map[nebula.GraphSpaceID]*SpaceBackupInfo
- func (p *BackupMeta) GetStorageHosts() []*nebula.HostAddr
- func (p *BackupMeta) LogValue() slog.Value
- func (p *BackupMeta) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BackupMeta) String() string
- func (p *BackupMeta) Validate() error
- func (p *BackupMeta) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BalanceTask
- func (p *BalanceTask) Equals(other *BalanceTask) bool
- func (p *BalanceTask) GetCommand() []byte
- func (p *BalanceTask) GetID() []byte
- func (p *BalanceTask) GetResult_() TaskResult_
- func (p *BalanceTask) GetStartTime() int64
- func (p *BalanceTask) GetStopTime() int64
- func (p *BalanceTask) LogValue() slog.Value
- func (p *BalanceTask) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BalanceTask) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BalanceTask) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BalanceTask) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BalanceTask) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BalanceTask) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BalanceTask) String() string
- func (p *BalanceTask) Validate() error
- func (p *BalanceTask) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ChangePasswordReq
- func (p *ChangePasswordReq) Equals(other *ChangePasswordReq) bool
- func (p *ChangePasswordReq) GetAccount() []byte
- func (p *ChangePasswordReq) GetNewEncodedPwd_() []byte
- func (p *ChangePasswordReq) GetOldEncodedPwd() []byte
- func (p *ChangePasswordReq) LogValue() slog.Value
- func (p *ChangePasswordReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChangePasswordReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChangePasswordReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChangePasswordReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ChangePasswordReq) String() string
- func (p *ChangePasswordReq) Validate() error
- func (p *ChangePasswordReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ClearSpaceReq
- func (p *ClearSpaceReq) Equals(other *ClearSpaceReq) bool
- func (p *ClearSpaceReq) GetIfExists() bool
- func (p *ClearSpaceReq) GetSpaceName() []byte
- func (p *ClearSpaceReq) LogValue() slog.Value
- func (p *ClearSpaceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClearSpaceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClearSpaceReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClearSpaceReq) String() string
- func (p *ClearSpaceReq) Validate() error
- func (p *ClearSpaceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ClusterID
- type ColumnDef
- func (p *ColumnDef) Equals(other *ColumnDef) bool
- func (p *ColumnDef) GetComment() []byte
- func (p *ColumnDef) GetDefaultValue() []byte
- func (p *ColumnDef) GetName() []byte
- func (p *ColumnDef) GetNullable() bool
- func (p *ColumnDef) GetType() *ColumnTypeDef
- func (p *ColumnDef) IsSetComment() bool
- func (p *ColumnDef) IsSetDefaultValue() bool
- func (p *ColumnDef) IsSetNullable() bool
- func (p *ColumnDef) IsSetType() bool
- func (p *ColumnDef) LogValue() slog.Value
- func (p *ColumnDef) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnDef) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnDef) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnDef) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnDef) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnDef) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnDef) String() string
- func (p *ColumnDef) Validate() error
- func (p *ColumnDef) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ColumnTypeDef
- func (p *ColumnTypeDef) Equals(other *ColumnTypeDef) bool
- func (p *ColumnTypeDef) GetGeoShape() GeoShape
- func (p *ColumnTypeDef) GetType() nebula.PropertyType
- func (p *ColumnTypeDef) GetTypeLength() int16
- func (p *ColumnTypeDef) IsSetGeoShape() bool
- func (p *ColumnTypeDef) IsSetTypeLength() bool
- func (p *ColumnTypeDef) LogValue() slog.Value
- func (p *ColumnTypeDef) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnTypeDef) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnTypeDef) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnTypeDef) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnTypeDef) String() string
- func (p *ColumnTypeDef) Validate() error
- func (p *ColumnTypeDef) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ConfigItem
- func (p *ConfigItem) Equals(other *ConfigItem) bool
- func (p *ConfigItem) GetMode() ConfigMode
- func (p *ConfigItem) GetModule() ConfigModule
- func (p *ConfigItem) GetName() []byte
- func (p *ConfigItem) GetValue() *nebula.Value
- func (p *ConfigItem) IsSetValue() bool
- func (p *ConfigItem) LogValue() slog.Value
- func (p *ConfigItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigItem) String() string
- func (p *ConfigItem) Validate() error
- func (p *ConfigItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ConfigMode
- type ConfigModule
- type Correlativity
- func (p *Correlativity) Equals(other *Correlativity) bool
- func (p *Correlativity) GetPartID() nebula.PartitionID
- func (p *Correlativity) GetProportion() float64
- func (p *Correlativity) LogValue() slog.Value
- func (p *Correlativity) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Correlativity) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Correlativity) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Correlativity) String() string
- func (p *Correlativity) Validate() error
- func (p *Correlativity) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateBackupReq
- func (p *CreateBackupReq) Equals(other *CreateBackupReq) bool
- func (p *CreateBackupReq) GetBaseBackupName() []byte
- func (p *CreateBackupReq) GetClusterID() ClusterID
- func (p *CreateBackupReq) GetSpaces() [][]byte
- func (p *CreateBackupReq) IsSetBaseBackupName() bool
- func (p *CreateBackupReq) IsSetClusterID() bool
- func (p *CreateBackupReq) IsSetSpaces() bool
- func (p *CreateBackupReq) LogValue() slog.Value
- func (p *CreateBackupReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupReq) String() string
- func (p *CreateBackupReq) Validate() error
- func (p *CreateBackupReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateBackupResp
- func (p *CreateBackupResp) Equals(other *CreateBackupResp) bool
- func (p *CreateBackupResp) GetCode() nebula.ErrorCode
- func (p *CreateBackupResp) GetLeader() *nebula.HostAddr
- func (p *CreateBackupResp) GetMeta() *BackupMeta
- func (p *CreateBackupResp) IsSetLeader() bool
- func (p *CreateBackupResp) IsSetMeta() bool
- func (p *CreateBackupResp) LogValue() slog.Value
- func (p *CreateBackupResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateBackupResp) String() string
- func (p *CreateBackupResp) Validate() error
- func (p *CreateBackupResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateEdgeIndexReq
- func (p *CreateEdgeIndexReq) Equals(other *CreateEdgeIndexReq) bool
- func (p *CreateEdgeIndexReq) GetComment() []byte
- func (p *CreateEdgeIndexReq) GetEdgeName() []byte
- func (p *CreateEdgeIndexReq) GetFields() []*IndexFieldDef
- func (p *CreateEdgeIndexReq) GetIfNotExists() bool
- func (p *CreateEdgeIndexReq) GetIndexName() []byte
- func (p *CreateEdgeIndexReq) GetIndexParams() *IndexParams
- func (p *CreateEdgeIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *CreateEdgeIndexReq) IsSetComment() bool
- func (p *CreateEdgeIndexReq) IsSetIndexParams() bool
- func (p *CreateEdgeIndexReq) LogValue() slog.Value
- func (p *CreateEdgeIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeIndexReq) String() string
- func (p *CreateEdgeIndexReq) Validate() error
- func (p *CreateEdgeIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateEdgeReq
- func (p *CreateEdgeReq) Equals(other *CreateEdgeReq) bool
- func (p *CreateEdgeReq) GetEdgeName() []byte
- func (p *CreateEdgeReq) GetIfNotExists() bool
- func (p *CreateEdgeReq) GetSchema() *Schema
- func (p *CreateEdgeReq) GetSpaceID() nebula.GraphSpaceID
- func (p *CreateEdgeReq) IsSetSchema() bool
- func (p *CreateEdgeReq) LogValue() slog.Value
- func (p *CreateEdgeReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateEdgeReq) String() string
- func (p *CreateEdgeReq) Validate() error
- func (p *CreateEdgeReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateFTIndexReq
- func (p *CreateFTIndexReq) Equals(other *CreateFTIndexReq) bool
- func (p *CreateFTIndexReq) GetFulltextIndexName() []byte
- func (p *CreateFTIndexReq) GetIndex() *FTIndex
- func (p *CreateFTIndexReq) IsSetIndex() bool
- func (p *CreateFTIndexReq) LogValue() slog.Value
- func (p *CreateFTIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateFTIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateFTIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateFTIndexReq) String() string
- func (p *CreateFTIndexReq) Validate() error
- func (p *CreateFTIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateSessionReq
- func (p *CreateSessionReq) Equals(other *CreateSessionReq) bool
- func (p *CreateSessionReq) GetClientIP() []byte
- func (p *CreateSessionReq) GetGraphAddr() *nebula.HostAddr
- func (p *CreateSessionReq) GetUser() []byte
- func (p *CreateSessionReq) IsSetGraphAddr() bool
- func (p *CreateSessionReq) LogValue() slog.Value
- func (p *CreateSessionReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionReq) String() string
- func (p *CreateSessionReq) Validate() error
- func (p *CreateSessionReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateSessionResp
- func (p *CreateSessionResp) Equals(other *CreateSessionResp) bool
- func (p *CreateSessionResp) GetCode() nebula.ErrorCode
- func (p *CreateSessionResp) GetLeader() *nebula.HostAddr
- func (p *CreateSessionResp) GetSession() *Session
- func (p *CreateSessionResp) IsSetLeader() bool
- func (p *CreateSessionResp) IsSetSession() bool
- func (p *CreateSessionResp) LogValue() slog.Value
- func (p *CreateSessionResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSessionResp) String() string
- func (p *CreateSessionResp) Validate() error
- func (p *CreateSessionResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateSnapshotReq
- func (p *CreateSnapshotReq) Equals(other *CreateSnapshotReq) bool
- func (p *CreateSnapshotReq) LogValue() slog.Value
- func (p *CreateSnapshotReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSnapshotReq) String() string
- func (p *CreateSnapshotReq) Validate() error
- func (p *CreateSnapshotReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateSpaceAsReq
- func (p *CreateSpaceAsReq) Equals(other *CreateSpaceAsReq) bool
- func (p *CreateSpaceAsReq) GetIfNotExists() bool
- func (p *CreateSpaceAsReq) GetNewSpaceName_() []byte
- func (p *CreateSpaceAsReq) GetOldSpaceName() []byte
- func (p *CreateSpaceAsReq) LogValue() slog.Value
- func (p *CreateSpaceAsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceAsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceAsReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceAsReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceAsReq) String() string
- func (p *CreateSpaceAsReq) Validate() error
- func (p *CreateSpaceAsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateSpaceReq
- func (p *CreateSpaceReq) Equals(other *CreateSpaceReq) bool
- func (p *CreateSpaceReq) GetIfNotExists() bool
- func (p *CreateSpaceReq) GetProperties() *SpaceDesc
- func (p *CreateSpaceReq) IsSetProperties() bool
- func (p *CreateSpaceReq) LogValue() slog.Value
- func (p *CreateSpaceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateSpaceReq) String() string
- func (p *CreateSpaceReq) Validate() error
- func (p *CreateSpaceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateTagIndexReq
- func (p *CreateTagIndexReq) Equals(other *CreateTagIndexReq) bool
- func (p *CreateTagIndexReq) GetComment() []byte
- func (p *CreateTagIndexReq) GetFields() []*IndexFieldDef
- func (p *CreateTagIndexReq) GetIfNotExists() bool
- func (p *CreateTagIndexReq) GetIndexName() []byte
- func (p *CreateTagIndexReq) GetIndexParams() *IndexParams
- func (p *CreateTagIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *CreateTagIndexReq) GetTagName() []byte
- func (p *CreateTagIndexReq) IsSetComment() bool
- func (p *CreateTagIndexReq) IsSetIndexParams() bool
- func (p *CreateTagIndexReq) LogValue() slog.Value
- func (p *CreateTagIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagIndexReq) String() string
- func (p *CreateTagIndexReq) Validate() error
- func (p *CreateTagIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateTagReq
- func (p *CreateTagReq) Equals(other *CreateTagReq) bool
- func (p *CreateTagReq) GetIfNotExists() bool
- func (p *CreateTagReq) GetSchema() *Schema
- func (p *CreateTagReq) GetSpaceID() nebula.GraphSpaceID
- func (p *CreateTagReq) GetTagName() []byte
- func (p *CreateTagReq) IsSetSchema() bool
- func (p *CreateTagReq) LogValue() slog.Value
- func (p *CreateTagReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateTagReq) String() string
- func (p *CreateTagReq) Validate() error
- func (p *CreateTagReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CreateUserReq
- func (p *CreateUserReq) Equals(other *CreateUserReq) bool
- func (p *CreateUserReq) GetAccount() []byte
- func (p *CreateUserReq) GetEncodedPwd() []byte
- func (p *CreateUserReq) GetIfNotExists() bool
- func (p *CreateUserReq) LogValue() slog.Value
- func (p *CreateUserReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateUserReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateUserReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateUserReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CreateUserReq) String() string
- func (p *CreateUserReq) Validate() error
- func (p *CreateUserReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DivideZoneReq
- func (p *DivideZoneReq) Equals(other *DivideZoneReq) bool
- func (p *DivideZoneReq) GetZoneItems() map[string][]*nebula.HostAddr
- func (p *DivideZoneReq) GetZoneName() []byte
- func (p *DivideZoneReq) LogValue() slog.Value
- func (p *DivideZoneReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DivideZoneReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DivideZoneReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DivideZoneReq) String() string
- func (p *DivideZoneReq) Validate() error
- func (p *DivideZoneReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropEdgeIndexReq
- func (p *DropEdgeIndexReq) Equals(other *DropEdgeIndexReq) bool
- func (p *DropEdgeIndexReq) GetIfExists() bool
- func (p *DropEdgeIndexReq) GetIndexName() []byte
- func (p *DropEdgeIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *DropEdgeIndexReq) LogValue() slog.Value
- func (p *DropEdgeIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeIndexReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeIndexReq) String() string
- func (p *DropEdgeIndexReq) Validate() error
- func (p *DropEdgeIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropEdgeReq
- func (p *DropEdgeReq) Equals(other *DropEdgeReq) bool
- func (p *DropEdgeReq) GetEdgeName() []byte
- func (p *DropEdgeReq) GetIfExists() bool
- func (p *DropEdgeReq) GetSpaceID() nebula.GraphSpaceID
- func (p *DropEdgeReq) LogValue() slog.Value
- func (p *DropEdgeReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropEdgeReq) String() string
- func (p *DropEdgeReq) Validate() error
- func (p *DropEdgeReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropFTIndexReq
- func (p *DropFTIndexReq) Equals(other *DropFTIndexReq) bool
- func (p *DropFTIndexReq) GetFulltextIndexName() []byte
- func (p *DropFTIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *DropFTIndexReq) LogValue() slog.Value
- func (p *DropFTIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropFTIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropFTIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropFTIndexReq) String() string
- func (p *DropFTIndexReq) Validate() error
- func (p *DropFTIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropHostsReq
- func (p *DropHostsReq) Equals(other *DropHostsReq) bool
- func (p *DropHostsReq) GetHosts() []*nebula.HostAddr
- func (p *DropHostsReq) LogValue() slog.Value
- func (p *DropHostsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropHostsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropHostsReq) String() string
- func (p *DropHostsReq) Validate() error
- func (p *DropHostsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropSnapshotReq
- func (p *DropSnapshotReq) Equals(other *DropSnapshotReq) bool
- func (p *DropSnapshotReq) GetNames() [][]byte
- func (p *DropSnapshotReq) LogValue() slog.Value
- func (p *DropSnapshotReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropSnapshotReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropSnapshotReq) String() string
- func (p *DropSnapshotReq) Validate() error
- func (p *DropSnapshotReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropSpaceReq
- func (p *DropSpaceReq) Equals(other *DropSpaceReq) bool
- func (p *DropSpaceReq) GetIfExists() bool
- func (p *DropSpaceReq) GetSpaceName() []byte
- func (p *DropSpaceReq) LogValue() slog.Value
- func (p *DropSpaceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropSpaceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropSpaceReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropSpaceReq) String() string
- func (p *DropSpaceReq) Validate() error
- func (p *DropSpaceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropTagIndexReq
- func (p *DropTagIndexReq) Equals(other *DropTagIndexReq) bool
- func (p *DropTagIndexReq) GetIfExists() bool
- func (p *DropTagIndexReq) GetIndexName() []byte
- func (p *DropTagIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *DropTagIndexReq) LogValue() slog.Value
- func (p *DropTagIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagIndexReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagIndexReq) String() string
- func (p *DropTagIndexReq) Validate() error
- func (p *DropTagIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropTagReq
- func (p *DropTagReq) Equals(other *DropTagReq) bool
- func (p *DropTagReq) GetIfExists() bool
- func (p *DropTagReq) GetSpaceID() nebula.GraphSpaceID
- func (p *DropTagReq) GetTagName() []byte
- func (p *DropTagReq) LogValue() slog.Value
- func (p *DropTagReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropTagReq) String() string
- func (p *DropTagReq) Validate() error
- func (p *DropTagReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropUserReq
- func (p *DropUserReq) Equals(other *DropUserReq) bool
- func (p *DropUserReq) GetAccount() []byte
- func (p *DropUserReq) GetIfExists() bool
- func (p *DropUserReq) LogValue() slog.Value
- func (p *DropUserReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropUserReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropUserReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropUserReq) String() string
- func (p *DropUserReq) Validate() error
- func (p *DropUserReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropZoneReq
- func (p *DropZoneReq) Equals(other *DropZoneReq) bool
- func (p *DropZoneReq) GetZoneName() []byte
- func (p *DropZoneReq) LogValue() slog.Value
- func (p *DropZoneReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropZoneReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropZoneReq) String() string
- func (p *DropZoneReq) Validate() error
- func (p *DropZoneReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EdgeItem
- func (p *EdgeItem) Equals(other *EdgeItem) bool
- func (p *EdgeItem) GetEdgeName() []byte
- func (p *EdgeItem) GetEdgeType() nebula.EdgeType
- func (p *EdgeItem) GetSchema() *Schema
- func (p *EdgeItem) GetVersion() SchemaVer
- func (p *EdgeItem) IsSetSchema() bool
- func (p *EdgeItem) LogValue() slog.Value
- func (p *EdgeItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EdgeItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EdgeItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EdgeItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EdgeItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EdgeItem) String() string
- func (p *EdgeItem) Validate() error
- func (p *EdgeItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ExecResp
- func (p *ExecResp) Equals(other *ExecResp) bool
- func (p *ExecResp) GetCode() nebula.ErrorCode
- func (p *ExecResp) GetID() *ID
- func (p *ExecResp) GetLeader() *nebula.HostAddr
- func (p *ExecResp) IsSetID() bool
- func (p *ExecResp) IsSetLeader() bool
- func (p *ExecResp) LogValue() slog.Value
- func (p *ExecResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExecResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExecResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExecResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ExecResp) String() string
- func (p *ExecResp) Validate() error
- func (p *ExecResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ExternalServiceType
- type FTIndex
- func (p *FTIndex) Equals(other *FTIndex) bool
- func (p *FTIndex) GetAnalyzer() []byte
- func (p *FTIndex) GetDependSchema() *nebula.SchemaID
- func (p *FTIndex) GetFields() [][]byte
- func (p *FTIndex) GetSpaceID() nebula.GraphSpaceID
- func (p *FTIndex) IsSetDependSchema() bool
- func (p *FTIndex) LogValue() slog.Value
- func (p *FTIndex) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FTIndex) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FTIndex) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FTIndex) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FTIndex) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FTIndex) String() string
- func (p *FTIndex) Validate() error
- func (p *FTIndex) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GeoShape
- type GetConfigReq
- func (p *GetConfigReq) Equals(other *GetConfigReq) bool
- func (p *GetConfigReq) GetItem() *ConfigItem
- func (p *GetConfigReq) IsSetItem() bool
- func (p *GetConfigReq) LogValue() slog.Value
- func (p *GetConfigReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetConfigReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetConfigReq) String() string
- func (p *GetConfigReq) Validate() error
- func (p *GetConfigReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetConfigResp
- func (p *GetConfigResp) Equals(other *GetConfigResp) bool
- func (p *GetConfigResp) GetCode() nebula.ErrorCode
- func (p *GetConfigResp) GetItems() []*ConfigItem
- func (p *GetConfigResp) GetLeader() *nebula.HostAddr
- func (p *GetConfigResp) IsSetLeader() bool
- func (p *GetConfigResp) LogValue() slog.Value
- func (p *GetConfigResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetConfigResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetConfigResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetConfigResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetConfigResp) String() string
- func (p *GetConfigResp) Validate() error
- func (p *GetConfigResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetEdgeIndexReq
- func (p *GetEdgeIndexReq) Equals(other *GetEdgeIndexReq) bool
- func (p *GetEdgeIndexReq) GetIndexName() []byte
- func (p *GetEdgeIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *GetEdgeIndexReq) LogValue() slog.Value
- func (p *GetEdgeIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexReq) String() string
- func (p *GetEdgeIndexReq) Validate() error
- func (p *GetEdgeIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetEdgeIndexResp
- func (p *GetEdgeIndexResp) Equals(other *GetEdgeIndexResp) bool
- func (p *GetEdgeIndexResp) GetCode() nebula.ErrorCode
- func (p *GetEdgeIndexResp) GetItem() *IndexItem
- func (p *GetEdgeIndexResp) GetLeader() *nebula.HostAddr
- func (p *GetEdgeIndexResp) IsSetItem() bool
- func (p *GetEdgeIndexResp) IsSetLeader() bool
- func (p *GetEdgeIndexResp) LogValue() slog.Value
- func (p *GetEdgeIndexResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeIndexResp) String() string
- func (p *GetEdgeIndexResp) Validate() error
- func (p *GetEdgeIndexResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetEdgeReq
- func (p *GetEdgeReq) Equals(other *GetEdgeReq) bool
- func (p *GetEdgeReq) GetEdgeName() []byte
- func (p *GetEdgeReq) GetSpaceID() nebula.GraphSpaceID
- func (p *GetEdgeReq) GetVersion() SchemaVer
- func (p *GetEdgeReq) LogValue() slog.Value
- func (p *GetEdgeReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeReq) String() string
- func (p *GetEdgeReq) Validate() error
- func (p *GetEdgeReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetEdgeResp
- func (p *GetEdgeResp) Equals(other *GetEdgeResp) bool
- func (p *GetEdgeResp) GetCode() nebula.ErrorCode
- func (p *GetEdgeResp) GetLeader() *nebula.HostAddr
- func (p *GetEdgeResp) GetSchema() *Schema
- func (p *GetEdgeResp) IsSetLeader() bool
- func (p *GetEdgeResp) IsSetSchema() bool
- func (p *GetEdgeResp) LogValue() slog.Value
- func (p *GetEdgeResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetEdgeResp) String() string
- func (p *GetEdgeResp) Validate() error
- func (p *GetEdgeResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetMetaDirInfoReq
- func (p *GetMetaDirInfoReq) Equals(other *GetMetaDirInfoReq) bool
- func (p *GetMetaDirInfoReq) LogValue() slog.Value
- func (p *GetMetaDirInfoReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetMetaDirInfoReq) String() string
- func (p *GetMetaDirInfoReq) Validate() error
- func (p *GetMetaDirInfoReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetMetaDirInfoResp
- func (p *GetMetaDirInfoResp) Equals(other *GetMetaDirInfoResp) bool
- func (p *GetMetaDirInfoResp) GetCode() nebula.ErrorCode
- func (p *GetMetaDirInfoResp) GetDir() *nebula.DirInfo
- func (p *GetMetaDirInfoResp) IsSetDir() bool
- func (p *GetMetaDirInfoResp) LogValue() slog.Value
- func (p *GetMetaDirInfoResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetMetaDirInfoResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetMetaDirInfoResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetMetaDirInfoResp) String() string
- func (p *GetMetaDirInfoResp) Validate() error
- func (p *GetMetaDirInfoResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetPartsAllocReq
- func (p *GetPartsAllocReq) Equals(other *GetPartsAllocReq) bool
- func (p *GetPartsAllocReq) GetSpaceID() nebula.GraphSpaceID
- func (p *GetPartsAllocReq) LogValue() slog.Value
- func (p *GetPartsAllocReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocReq) String() string
- func (p *GetPartsAllocReq) Validate() error
- func (p *GetPartsAllocReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetPartsAllocResp
- func (p *GetPartsAllocResp) Equals(other *GetPartsAllocResp) bool
- func (p *GetPartsAllocResp) GetCode() nebula.ErrorCode
- func (p *GetPartsAllocResp) GetLeader() *nebula.HostAddr
- func (p *GetPartsAllocResp) GetParts() map[nebula.PartitionID][]*nebula.HostAddr
- func (p *GetPartsAllocResp) GetTerms() map[nebula.PartitionID]int64
- func (p *GetPartsAllocResp) IsSetLeader() bool
- func (p *GetPartsAllocResp) IsSetTerms() bool
- func (p *GetPartsAllocResp) LogValue() slog.Value
- func (p *GetPartsAllocResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPartsAllocResp) String() string
- func (p *GetPartsAllocResp) Validate() error
- func (p *GetPartsAllocResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSegmentIdReq
- func (p *GetSegmentIdReq) Equals(other *GetSegmentIdReq) bool
- func (p *GetSegmentIdReq) GetLength() int64
- func (p *GetSegmentIdReq) LogValue() slog.Value
- func (p *GetSegmentIdReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSegmentIdReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSegmentIdReq) String() string
- func (p *GetSegmentIdReq) Validate() error
- func (p *GetSegmentIdReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSegmentIdResp
- func (p *GetSegmentIdResp) Equals(other *GetSegmentIdResp) bool
- func (p *GetSegmentIdResp) GetCode() nebula.ErrorCode
- func (p *GetSegmentIdResp) GetLeader() *nebula.HostAddr
- func (p *GetSegmentIdResp) GetSegmentID() int64
- func (p *GetSegmentIdResp) IsSetLeader() bool
- func (p *GetSegmentIdResp) LogValue() slog.Value
- func (p *GetSegmentIdResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSegmentIdResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSegmentIdResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSegmentIdResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSegmentIdResp) String() string
- func (p *GetSegmentIdResp) Validate() error
- func (p *GetSegmentIdResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSessionReq
- func (p *GetSessionReq) Equals(other *GetSessionReq) bool
- func (p *GetSessionReq) GetSessionID() nebula.SessionID
- func (p *GetSessionReq) LogValue() slog.Value
- func (p *GetSessionReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSessionReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSessionReq) String() string
- func (p *GetSessionReq) Validate() error
- func (p *GetSessionReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSessionResp
- func (p *GetSessionResp) Equals(other *GetSessionResp) bool
- func (p *GetSessionResp) GetCode() nebula.ErrorCode
- func (p *GetSessionResp) GetLeader() *nebula.HostAddr
- func (p *GetSessionResp) GetSession() *Session
- func (p *GetSessionResp) IsSetLeader() bool
- func (p *GetSessionResp) IsSetSession() bool
- func (p *GetSessionResp) LogValue() slog.Value
- func (p *GetSessionResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSessionResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSessionResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSessionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSessionResp) String() string
- func (p *GetSessionResp) Validate() error
- func (p *GetSessionResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSpaceReq
- func (p *GetSpaceReq) Equals(other *GetSpaceReq) bool
- func (p *GetSpaceReq) GetSpaceName() []byte
- func (p *GetSpaceReq) LogValue() slog.Value
- func (p *GetSpaceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSpaceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSpaceReq) String() string
- func (p *GetSpaceReq) Validate() error
- func (p *GetSpaceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetSpaceResp
- func (p *GetSpaceResp) Equals(other *GetSpaceResp) bool
- func (p *GetSpaceResp) GetCode() nebula.ErrorCode
- func (p *GetSpaceResp) GetItem() *SpaceItem
- func (p *GetSpaceResp) GetLeader() *nebula.HostAddr
- func (p *GetSpaceResp) IsSetItem() bool
- func (p *GetSpaceResp) IsSetLeader() bool
- func (p *GetSpaceResp) LogValue() slog.Value
- func (p *GetSpaceResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSpaceResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSpaceResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSpaceResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetSpaceResp) String() string
- func (p *GetSpaceResp) Validate() error
- func (p *GetSpaceResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetStatsReq
- func (p *GetStatsReq) Equals(other *GetStatsReq) bool
- func (p *GetStatsReq) GetSpaceID() nebula.GraphSpaceID
- func (p *GetStatsReq) LogValue() slog.Value
- func (p *GetStatsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetStatsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetStatsReq) String() string
- func (p *GetStatsReq) Validate() error
- func (p *GetStatsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetStatsResp
- func (p *GetStatsResp) Equals(other *GetStatsResp) bool
- func (p *GetStatsResp) GetCode() nebula.ErrorCode
- func (p *GetStatsResp) GetLeader() *nebula.HostAddr
- func (p *GetStatsResp) GetStats() *StatsItem
- func (p *GetStatsResp) IsSetLeader() bool
- func (p *GetStatsResp) IsSetStats() bool
- func (p *GetStatsResp) LogValue() slog.Value
- func (p *GetStatsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetStatsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetStatsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetStatsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetStatsResp) String() string
- func (p *GetStatsResp) Validate() error
- func (p *GetStatsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTagIndexReq
- func (p *GetTagIndexReq) Equals(other *GetTagIndexReq) bool
- func (p *GetTagIndexReq) GetIndexName() []byte
- func (p *GetTagIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *GetTagIndexReq) LogValue() slog.Value
- func (p *GetTagIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexReq) String() string
- func (p *GetTagIndexReq) Validate() error
- func (p *GetTagIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTagIndexResp
- func (p *GetTagIndexResp) Equals(other *GetTagIndexResp) bool
- func (p *GetTagIndexResp) GetCode() nebula.ErrorCode
- func (p *GetTagIndexResp) GetItem() *IndexItem
- func (p *GetTagIndexResp) GetLeader() *nebula.HostAddr
- func (p *GetTagIndexResp) IsSetItem() bool
- func (p *GetTagIndexResp) IsSetLeader() bool
- func (p *GetTagIndexResp) LogValue() slog.Value
- func (p *GetTagIndexResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagIndexResp) String() string
- func (p *GetTagIndexResp) Validate() error
- func (p *GetTagIndexResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTagReq
- func (p *GetTagReq) Equals(other *GetTagReq) bool
- func (p *GetTagReq) GetSpaceID() nebula.GraphSpaceID
- func (p *GetTagReq) GetTagName() []byte
- func (p *GetTagReq) GetVersion() SchemaVer
- func (p *GetTagReq) LogValue() slog.Value
- func (p *GetTagReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagReq) String() string
- func (p *GetTagReq) Validate() error
- func (p *GetTagReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTagResp
- func (p *GetTagResp) Equals(other *GetTagResp) bool
- func (p *GetTagResp) GetCode() nebula.ErrorCode
- func (p *GetTagResp) GetLeader() *nebula.HostAddr
- func (p *GetTagResp) GetSchema() *Schema
- func (p *GetTagResp) IsSetLeader() bool
- func (p *GetTagResp) IsSetSchema() bool
- func (p *GetTagResp) LogValue() slog.Value
- func (p *GetTagResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTagResp) String() string
- func (p *GetTagResp) Validate() error
- func (p *GetTagResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetUserRolesReq
- func (p *GetUserRolesReq) Equals(other *GetUserRolesReq) bool
- func (p *GetUserRolesReq) GetAccount() []byte
- func (p *GetUserRolesReq) LogValue() slog.Value
- func (p *GetUserRolesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetUserRolesReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetUserRolesReq) String() string
- func (p *GetUserRolesReq) Validate() error
- func (p *GetUserRolesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetWorkerIdReq
- func (p *GetWorkerIdReq) Equals(other *GetWorkerIdReq) bool
- func (p *GetWorkerIdReq) GetHost() []byte
- func (p *GetWorkerIdReq) LogValue() slog.Value
- func (p *GetWorkerIdReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetWorkerIdReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetWorkerIdReq) String() string
- func (p *GetWorkerIdReq) Validate() error
- func (p *GetWorkerIdReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetWorkerIdResp
- func (p *GetWorkerIdResp) Equals(other *GetWorkerIdResp) bool
- func (p *GetWorkerIdResp) GetCode() nebula.ErrorCode
- func (p *GetWorkerIdResp) GetLeader() *nebula.HostAddr
- func (p *GetWorkerIdResp) GetWorkerid() int64
- func (p *GetWorkerIdResp) IsSetLeader() bool
- func (p *GetWorkerIdResp) LogValue() slog.Value
- func (p *GetWorkerIdResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetWorkerIdResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetWorkerIdResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetWorkerIdResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetWorkerIdResp) String() string
- func (p *GetWorkerIdResp) Validate() error
- func (p *GetWorkerIdResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetZoneReq
- func (p *GetZoneReq) Equals(other *GetZoneReq) bool
- func (p *GetZoneReq) GetZoneName() []byte
- func (p *GetZoneReq) LogValue() slog.Value
- func (p *GetZoneReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetZoneReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetZoneReq) String() string
- func (p *GetZoneReq) Validate() error
- func (p *GetZoneReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetZoneResp
- func (p *GetZoneResp) Equals(other *GetZoneResp) bool
- func (p *GetZoneResp) GetCode() nebula.ErrorCode
- func (p *GetZoneResp) GetHosts() []*nebula.HostAddr
- func (p *GetZoneResp) GetLeader() *nebula.HostAddr
- func (p *GetZoneResp) IsSetLeader() bool
- func (p *GetZoneResp) LogValue() slog.Value
- func (p *GetZoneResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetZoneResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetZoneResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetZoneResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetZoneResp) String() string
- func (p *GetZoneResp) Validate() error
- func (p *GetZoneResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GrantRoleReq
- func (p *GrantRoleReq) Equals(other *GrantRoleReq) bool
- func (p *GrantRoleReq) GetRoleItem() *RoleItem
- func (p *GrantRoleReq) IsSetRoleItem() bool
- func (p *GrantRoleReq) LogValue() slog.Value
- func (p *GrantRoleReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRoleReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRoleReq) String() string
- func (p *GrantRoleReq) Validate() error
- func (p *GrantRoleReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HBReq
- func (p *HBReq) Equals(other *HBReq) bool
- func (p *HBReq) GetClusterID() ClusterID
- func (p *HBReq) GetDir() *nebula.DirInfo
- func (p *HBReq) GetDiskParts() map[nebula.GraphSpaceID]map[string]*PartitionList
- func (p *HBReq) GetGitInfoSha() []byte
- func (p *HBReq) GetHost() *nebula.HostAddr
- func (p *HBReq) GetLeaderPartIds() map[nebula.GraphSpaceID][]*LeaderInfo
- func (p *HBReq) GetRole() HostRole
- func (p *HBReq) GetVersion() []byte
- func (p *HBReq) IsSetDir() bool
- func (p *HBReq) IsSetDiskParts() bool
- func (p *HBReq) IsSetHost() bool
- func (p *HBReq) IsSetLeaderPartIds() bool
- func (p *HBReq) IsSetVersion() bool
- func (p *HBReq) LogValue() slog.Value
- func (p *HBReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBReq) String() string
- func (p *HBReq) Validate() error
- func (p *HBReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HBResp
- func (p *HBResp) Equals(other *HBResp) bool
- func (p *HBResp) GetClusterID() ClusterID
- func (p *HBResp) GetCode() nebula.ErrorCode
- func (p *HBResp) GetLastUpdateTimeInMs() int64
- func (p *HBResp) GetLeader() *nebula.HostAddr
- func (p *HBResp) GetMetaVersion() int32
- func (p *HBResp) IsSetLeader() bool
- func (p *HBResp) LogValue() slog.Value
- func (p *HBResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBResp) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HBResp) String() string
- func (p *HBResp) Validate() error
- func (p *HBResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HostBackupInfo
- func (p *HostBackupInfo) Equals(other *HostBackupInfo) bool
- func (p *HostBackupInfo) GetCheckpoints() []*nebula.CheckpointInfo
- func (p *HostBackupInfo) GetHost() *nebula.HostAddr
- func (p *HostBackupInfo) IsSetHost() bool
- func (p *HostBackupInfo) LogValue() slog.Value
- func (p *HostBackupInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostBackupInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostBackupInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostBackupInfo) String() string
- func (p *HostBackupInfo) Validate() error
- func (p *HostBackupInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HostItem
- func (p *HostItem) Equals(other *HostItem) bool
- func (p *HostItem) GetAllParts() map[string][]nebula.PartitionID
- func (p *HostItem) GetGitInfoSha() []byte
- func (p *HostItem) GetHostAddr() *nebula.HostAddr
- func (p *HostItem) GetLeaderParts() map[string][]nebula.PartitionID
- func (p *HostItem) GetRole() HostRole
- func (p *HostItem) GetStatus() HostStatus
- func (p *HostItem) GetVersion() []byte
- func (p *HostItem) GetZoneName() []byte
- func (p *HostItem) IsSetHostAddr() bool
- func (p *HostItem) IsSetVersion() bool
- func (p *HostItem) IsSetZoneName() bool
- func (p *HostItem) LogValue() slog.Value
- func (p *HostItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostItem) String() string
- func (p *HostItem) Validate() error
- func (p *HostItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HostPair
- func (p *HostPair) Equals(other *HostPair) bool
- func (p *HostPair) GetFromHost() *nebula.HostAddr
- func (p *HostPair) GetToHost() *nebula.HostAddr
- func (p *HostPair) IsSetFromHost() bool
- func (p *HostPair) IsSetToHost() bool
- func (p *HostPair) LogValue() slog.Value
- func (p *HostPair) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostPair) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostPair) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HostPair) String() string
- func (p *HostPair) Validate() error
- func (p *HostPair) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HostRole
- type HostStatus
- type ID
- func (p *ID) CountSetFieldsID() int
- func (p *ID) Equals(other *ID) bool
- func (p *ID) GetClusterID() ClusterID
- func (p *ID) GetEdgeType() nebula.EdgeType
- func (p *ID) GetIndexID() nebula.IndexID
- func (p *ID) GetSpaceID() nebula.GraphSpaceID
- func (p *ID) GetTagID() nebula.TagID
- func (p *ID) IsSetClusterID() bool
- func (p *ID) IsSetEdgeType() bool
- func (p *ID) IsSetIndexID() bool
- func (p *ID) IsSetSpaceID() bool
- func (p *ID) IsSetTagID() bool
- func (p *ID) LogValue() slog.Value
- func (p *ID) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ID) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ID) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ID) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ID) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ID) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ID) String() string
- func (p *ID) Validate() error
- func (p *ID) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IdName
- func (p *IdName) Equals(other *IdName) bool
- func (p *IdName) GetID() *ID
- func (p *IdName) GetName() []byte
- func (p *IdName) IsSetID() bool
- func (p *IdName) LogValue() slog.Value
- func (p *IdName) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdName) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdName) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IdName) String() string
- func (p *IdName) Validate() error
- func (p *IdName) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IndexFieldDef
- func (p *IndexFieldDef) Equals(other *IndexFieldDef) bool
- func (p *IndexFieldDef) GetName() []byte
- func (p *IndexFieldDef) GetTypeLength() int16
- func (p *IndexFieldDef) IsSetTypeLength() bool
- func (p *IndexFieldDef) LogValue() slog.Value
- func (p *IndexFieldDef) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexFieldDef) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexFieldDef) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexFieldDef) String() string
- func (p *IndexFieldDef) Validate() error
- func (p *IndexFieldDef) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IndexItem
- func (p *IndexItem) Equals(other *IndexItem) bool
- func (p *IndexItem) GetComment() []byte
- func (p *IndexItem) GetFields() []*ColumnDef
- func (p *IndexItem) GetIndexID() nebula.IndexID
- func (p *IndexItem) GetIndexName() []byte
- func (p *IndexItem) GetIndexParams() *IndexParams
- func (p *IndexItem) GetSchemaID() *nebula.SchemaID
- func (p *IndexItem) GetSchemaName() []byte
- func (p *IndexItem) IsSetComment() bool
- func (p *IndexItem) IsSetIndexParams() bool
- func (p *IndexItem) IsSetSchemaID() bool
- func (p *IndexItem) LogValue() slog.Value
- func (p *IndexItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexItem) String() string
- func (p *IndexItem) Validate() error
- func (p *IndexItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IndexParams
- func (p *IndexParams) Equals(other *IndexParams) bool
- func (p *IndexParams) GetS2MaxCells() int32
- func (p *IndexParams) GetS2MaxLevel() int32
- func (p *IndexParams) IsSetS2MaxCells() bool
- func (p *IndexParams) IsSetS2MaxLevel() bool
- func (p *IndexParams) LogValue() slog.Value
- func (p *IndexParams) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexParams) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexParams) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexParams) String() string
- func (p *IndexParams) Validate() error
- func (p *IndexParams) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IndexStatus
- func (p *IndexStatus) Equals(other *IndexStatus) bool
- func (p *IndexStatus) GetName() []byte
- func (p *IndexStatus) GetStatus() []byte
- func (p *IndexStatus) LogValue() slog.Value
- func (p *IndexStatus) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexStatus) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexStatus) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexStatus) String() string
- func (p *IndexStatus) Validate() error
- func (p *IndexStatus) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IsolationLevel
- type JobDesc
- func (p *JobDesc) Equals(other *JobDesc) bool
- func (p *JobDesc) GetCode() nebula.ErrorCode
- func (p *JobDesc) GetJobID() int32
- func (p *JobDesc) GetParas() []string
- func (p *JobDesc) GetSpaceID() nebula.GraphSpaceID
- func (p *JobDesc) GetStartTime() int64
- func (p *JobDesc) GetStatus() JobStatus
- func (p *JobDesc) GetStopTime() int64
- func (p *JobDesc) GetType() JobType
- func (p *JobDesc) LogValue() slog.Value
- func (p *JobDesc) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *JobDesc) String() string
- func (p *JobDesc) Validate() error
- func (p *JobDesc) Write(ctx context.Context, oprot thrift.TProtocol) error
- type JobOp
- type JobStatus
- type JobType
- type KillQueryReq
- func (p *KillQueryReq) Equals(other *KillQueryReq) bool
- func (p *KillQueryReq) GetKillQueries() map[nebula.SessionID][]nebula.ExecutionPlanID
- func (p *KillQueryReq) LogValue() slog.Value
- func (p *KillQueryReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *KillQueryReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *KillQueryReq) String() string
- func (p *KillQueryReq) Validate() error
- func (p *KillQueryReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LeaderInfo
- func (p *LeaderInfo) Equals(other *LeaderInfo) bool
- func (p *LeaderInfo) GetPartID() nebula.PartitionID
- func (p *LeaderInfo) GetTerm() int64
- func (p *LeaderInfo) LogValue() slog.Value
- func (p *LeaderInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LeaderInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LeaderInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LeaderInfo) String() string
- func (p *LeaderInfo) Validate() error
- func (p *LeaderInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListClusterInfoReq
- func (p *ListClusterInfoReq) Equals(other *ListClusterInfoReq) bool
- func (p *ListClusterInfoReq) LogValue() slog.Value
- func (p *ListClusterInfoReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListClusterInfoReq) String() string
- func (p *ListClusterInfoReq) Validate() error
- func (p *ListClusterInfoReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListClusterInfoResp
- func (p *ListClusterInfoResp) Equals(other *ListClusterInfoResp) bool
- func (p *ListClusterInfoResp) GetCode() nebula.ErrorCode
- func (p *ListClusterInfoResp) GetHostServices() map[string][]*ServiceInfo
- func (p *ListClusterInfoResp) GetLeader() *nebula.HostAddr
- func (p *ListClusterInfoResp) IsSetLeader() bool
- func (p *ListClusterInfoResp) LogValue() slog.Value
- func (p *ListClusterInfoResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListClusterInfoResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListClusterInfoResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListClusterInfoResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListClusterInfoResp) String() string
- func (p *ListClusterInfoResp) Validate() error
- func (p *ListClusterInfoResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListConfigsReq
- func (p *ListConfigsReq) Equals(other *ListConfigsReq) bool
- func (p *ListConfigsReq) GetModule() ConfigModule
- func (p *ListConfigsReq) GetSpace() []byte
- func (p *ListConfigsReq) LogValue() slog.Value
- func (p *ListConfigsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsReq) String() string
- func (p *ListConfigsReq) Validate() error
- func (p *ListConfigsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListConfigsResp
- func (p *ListConfigsResp) Equals(other *ListConfigsResp) bool
- func (p *ListConfigsResp) GetCode() nebula.ErrorCode
- func (p *ListConfigsResp) GetItems() []*ConfigItem
- func (p *ListConfigsResp) GetLeader() *nebula.HostAddr
- func (p *ListConfigsResp) IsSetLeader() bool
- func (p *ListConfigsResp) LogValue() slog.Value
- func (p *ListConfigsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListConfigsResp) String() string
- func (p *ListConfigsResp) Validate() error
- func (p *ListConfigsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListEdgeIndexesReq
- func (p *ListEdgeIndexesReq) Equals(other *ListEdgeIndexesReq) bool
- func (p *ListEdgeIndexesReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListEdgeIndexesReq) LogValue() slog.Value
- func (p *ListEdgeIndexesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgeIndexesReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgeIndexesReq) String() string
- func (p *ListEdgeIndexesReq) Validate() error
- func (p *ListEdgeIndexesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListEdgeIndexesResp
- func (p *ListEdgeIndexesResp) Equals(other *ListEdgeIndexesResp) bool
- func (p *ListEdgeIndexesResp) GetCode() nebula.ErrorCode
- func (p *ListEdgeIndexesResp) GetItems() []*IndexItem
- func (p *ListEdgeIndexesResp) GetLeader() *nebula.HostAddr
- func (p *ListEdgeIndexesResp) IsSetLeader() bool
- func (p *ListEdgeIndexesResp) LogValue() slog.Value
- func (p *ListEdgeIndexesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgeIndexesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgeIndexesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgeIndexesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgeIndexesResp) String() string
- func (p *ListEdgeIndexesResp) Validate() error
- func (p *ListEdgeIndexesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListEdgesReq
- func (p *ListEdgesReq) Equals(other *ListEdgesReq) bool
- func (p *ListEdgesReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListEdgesReq) LogValue() slog.Value
- func (p *ListEdgesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgesReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgesReq) String() string
- func (p *ListEdgesReq) Validate() error
- func (p *ListEdgesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListEdgesResp
- func (p *ListEdgesResp) Equals(other *ListEdgesResp) bool
- func (p *ListEdgesResp) GetCode() nebula.ErrorCode
- func (p *ListEdgesResp) GetEdges() []*EdgeItem
- func (p *ListEdgesResp) GetLeader() *nebula.HostAddr
- func (p *ListEdgesResp) IsSetLeader() bool
- func (p *ListEdgesResp) LogValue() slog.Value
- func (p *ListEdgesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListEdgesResp) String() string
- func (p *ListEdgesResp) Validate() error
- func (p *ListEdgesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListFTIndexesReq
- func (p *ListFTIndexesReq) Equals(other *ListFTIndexesReq) bool
- func (p *ListFTIndexesReq) LogValue() slog.Value
- func (p *ListFTIndexesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListFTIndexesReq) String() string
- func (p *ListFTIndexesReq) Validate() error
- func (p *ListFTIndexesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListFTIndexesResp
- func (p *ListFTIndexesResp) Equals(other *ListFTIndexesResp) bool
- func (p *ListFTIndexesResp) GetCode() nebula.ErrorCode
- func (p *ListFTIndexesResp) GetIndexes() map[string]*FTIndex
- func (p *ListFTIndexesResp) GetLeader() *nebula.HostAddr
- func (p *ListFTIndexesResp) IsSetLeader() bool
- func (p *ListFTIndexesResp) LogValue() slog.Value
- func (p *ListFTIndexesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListFTIndexesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListFTIndexesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListFTIndexesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListFTIndexesResp) String() string
- func (p *ListFTIndexesResp) Validate() error
- func (p *ListFTIndexesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListHostType
- type ListHostsReq
- func (p *ListHostsReq) Equals(other *ListHostsReq) bool
- func (p *ListHostsReq) GetType() ListHostType
- func (p *ListHostsReq) LogValue() slog.Value
- func (p *ListHostsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListHostsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListHostsReq) String() string
- func (p *ListHostsReq) Validate() error
- func (p *ListHostsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListHostsResp
- func (p *ListHostsResp) Equals(other *ListHostsResp) bool
- func (p *ListHostsResp) GetCode() nebula.ErrorCode
- func (p *ListHostsResp) GetHosts() []*HostItem
- func (p *ListHostsResp) GetLeader() *nebula.HostAddr
- func (p *ListHostsResp) IsSetLeader() bool
- func (p *ListHostsResp) LogValue() slog.Value
- func (p *ListHostsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListHostsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListHostsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListHostsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListHostsResp) String() string
- func (p *ListHostsResp) Validate() error
- func (p *ListHostsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListIndexStatusReq
- func (p *ListIndexStatusReq) Equals(other *ListIndexStatusReq) bool
- func (p *ListIndexStatusReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListIndexStatusReq) LogValue() slog.Value
- func (p *ListIndexStatusReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListIndexStatusReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListIndexStatusReq) String() string
- func (p *ListIndexStatusReq) Validate() error
- func (p *ListIndexStatusReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListIndexStatusResp
- func (p *ListIndexStatusResp) Equals(other *ListIndexStatusResp) bool
- func (p *ListIndexStatusResp) GetCode() nebula.ErrorCode
- func (p *ListIndexStatusResp) GetLeader() *nebula.HostAddr
- func (p *ListIndexStatusResp) GetStatuses() []*IndexStatus
- func (p *ListIndexStatusResp) IsSetLeader() bool
- func (p *ListIndexStatusResp) LogValue() slog.Value
- func (p *ListIndexStatusResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListIndexStatusResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListIndexStatusResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListIndexStatusResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListIndexStatusResp) String() string
- func (p *ListIndexStatusResp) Validate() error
- func (p *ListIndexStatusResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListListenerReq
- func (p *ListListenerReq) Equals(other *ListListenerReq) bool
- func (p *ListListenerReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListListenerReq) LogValue() slog.Value
- func (p *ListListenerReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListListenerReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListListenerReq) String() string
- func (p *ListListenerReq) Validate() error
- func (p *ListListenerReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListListenerResp
- func (p *ListListenerResp) Equals(other *ListListenerResp) bool
- func (p *ListListenerResp) GetCode() nebula.ErrorCode
- func (p *ListListenerResp) GetLeader() *nebula.HostAddr
- func (p *ListListenerResp) GetListeners() []*ListenerInfo
- func (p *ListListenerResp) IsSetLeader() bool
- func (p *ListListenerResp) LogValue() slog.Value
- func (p *ListListenerResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListListenerResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListListenerResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListListenerResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListListenerResp) String() string
- func (p *ListListenerResp) Validate() error
- func (p *ListListenerResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListPartsReq
- func (p *ListPartsReq) Equals(other *ListPartsReq) bool
- func (p *ListPartsReq) GetPartIds() []nebula.PartitionID
- func (p *ListPartsReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListPartsReq) LogValue() slog.Value
- func (p *ListPartsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsReq) String() string
- func (p *ListPartsReq) Validate() error
- func (p *ListPartsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListPartsResp
- func (p *ListPartsResp) Equals(other *ListPartsResp) bool
- func (p *ListPartsResp) GetCode() nebula.ErrorCode
- func (p *ListPartsResp) GetLeader() *nebula.HostAddr
- func (p *ListPartsResp) GetParts() []*PartItem
- func (p *ListPartsResp) IsSetLeader() bool
- func (p *ListPartsResp) LogValue() slog.Value
- func (p *ListPartsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListPartsResp) String() string
- func (p *ListPartsResp) Validate() error
- func (p *ListPartsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListRolesReq
- func (p *ListRolesReq) Equals(other *ListRolesReq) bool
- func (p *ListRolesReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListRolesReq) LogValue() slog.Value
- func (p *ListRolesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListRolesReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListRolesReq) String() string
- func (p *ListRolesReq) Validate() error
- func (p *ListRolesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListRolesResp
- func (p *ListRolesResp) Equals(other *ListRolesResp) bool
- func (p *ListRolesResp) GetCode() nebula.ErrorCode
- func (p *ListRolesResp) GetLeader() *nebula.HostAddr
- func (p *ListRolesResp) GetRoles() []*RoleItem
- func (p *ListRolesResp) IsSetLeader() bool
- func (p *ListRolesResp) LogValue() slog.Value
- func (p *ListRolesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListRolesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListRolesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListRolesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListRolesResp) String() string
- func (p *ListRolesResp) Validate() error
- func (p *ListRolesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListServiceClientsReq
- func (p *ListServiceClientsReq) Equals(other *ListServiceClientsReq) bool
- func (p *ListServiceClientsReq) GetType() ExternalServiceType
- func (p *ListServiceClientsReq) LogValue() slog.Value
- func (p *ListServiceClientsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListServiceClientsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListServiceClientsReq) String() string
- func (p *ListServiceClientsReq) Validate() error
- func (p *ListServiceClientsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListServiceClientsResp
- func (p *ListServiceClientsResp) Equals(other *ListServiceClientsResp) bool
- func (p *ListServiceClientsResp) GetClients() map[ExternalServiceType][]*ServiceClient
- func (p *ListServiceClientsResp) GetCode() nebula.ErrorCode
- func (p *ListServiceClientsResp) GetLeader() *nebula.HostAddr
- func (p *ListServiceClientsResp) IsSetLeader() bool
- func (p *ListServiceClientsResp) LogValue() slog.Value
- func (p *ListServiceClientsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListServiceClientsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListServiceClientsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListServiceClientsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListServiceClientsResp) String() string
- func (p *ListServiceClientsResp) Validate() error
- func (p *ListServiceClientsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListSessionsReq
- func (p *ListSessionsReq) Equals(other *ListSessionsReq) bool
- func (p *ListSessionsReq) LogValue() slog.Value
- func (p *ListSessionsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSessionsReq) String() string
- func (p *ListSessionsReq) Validate() error
- func (p *ListSessionsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListSessionsResp
- func (p *ListSessionsResp) Equals(other *ListSessionsResp) bool
- func (p *ListSessionsResp) GetCode() nebula.ErrorCode
- func (p *ListSessionsResp) GetLeader() *nebula.HostAddr
- func (p *ListSessionsResp) GetSessions() []*Session
- func (p *ListSessionsResp) IsSetLeader() bool
- func (p *ListSessionsResp) LogValue() slog.Value
- func (p *ListSessionsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSessionsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSessionsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSessionsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSessionsResp) String() string
- func (p *ListSessionsResp) Validate() error
- func (p *ListSessionsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListSnapshotsReq
- func (p *ListSnapshotsReq) Equals(other *ListSnapshotsReq) bool
- func (p *ListSnapshotsReq) LogValue() slog.Value
- func (p *ListSnapshotsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSnapshotsReq) String() string
- func (p *ListSnapshotsReq) Validate() error
- func (p *ListSnapshotsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListSnapshotsResp
- func (p *ListSnapshotsResp) Equals(other *ListSnapshotsResp) bool
- func (p *ListSnapshotsResp) GetCode() nebula.ErrorCode
- func (p *ListSnapshotsResp) GetLeader() *nebula.HostAddr
- func (p *ListSnapshotsResp) GetSnapshots() []*Snapshot
- func (p *ListSnapshotsResp) IsSetLeader() bool
- func (p *ListSnapshotsResp) LogValue() slog.Value
- func (p *ListSnapshotsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSnapshotsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSnapshotsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSnapshotsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSnapshotsResp) String() string
- func (p *ListSnapshotsResp) Validate() error
- func (p *ListSnapshotsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListSpacesReq
- func (p *ListSpacesReq) Equals(other *ListSpacesReq) bool
- func (p *ListSpacesReq) LogValue() slog.Value
- func (p *ListSpacesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSpacesReq) String() string
- func (p *ListSpacesReq) Validate() error
- func (p *ListSpacesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListSpacesResp
- func (p *ListSpacesResp) Equals(other *ListSpacesResp) bool
- func (p *ListSpacesResp) GetCode() nebula.ErrorCode
- func (p *ListSpacesResp) GetLeader() *nebula.HostAddr
- func (p *ListSpacesResp) GetSpaces() []*IdName
- func (p *ListSpacesResp) IsSetLeader() bool
- func (p *ListSpacesResp) LogValue() slog.Value
- func (p *ListSpacesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSpacesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSpacesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSpacesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListSpacesResp) String() string
- func (p *ListSpacesResp) Validate() error
- func (p *ListSpacesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListTagIndexesReq
- func (p *ListTagIndexesReq) Equals(other *ListTagIndexesReq) bool
- func (p *ListTagIndexesReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListTagIndexesReq) LogValue() slog.Value
- func (p *ListTagIndexesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagIndexesReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagIndexesReq) String() string
- func (p *ListTagIndexesReq) Validate() error
- func (p *ListTagIndexesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListTagIndexesResp
- func (p *ListTagIndexesResp) Equals(other *ListTagIndexesResp) bool
- func (p *ListTagIndexesResp) GetCode() nebula.ErrorCode
- func (p *ListTagIndexesResp) GetItems() []*IndexItem
- func (p *ListTagIndexesResp) GetLeader() *nebula.HostAddr
- func (p *ListTagIndexesResp) IsSetLeader() bool
- func (p *ListTagIndexesResp) LogValue() slog.Value
- func (p *ListTagIndexesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagIndexesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagIndexesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagIndexesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagIndexesResp) String() string
- func (p *ListTagIndexesResp) Validate() error
- func (p *ListTagIndexesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListTagsReq
- func (p *ListTagsReq) Equals(other *ListTagsReq) bool
- func (p *ListTagsReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ListTagsReq) LogValue() slog.Value
- func (p *ListTagsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagsReq) String() string
- func (p *ListTagsReq) Validate() error
- func (p *ListTagsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListTagsResp
- func (p *ListTagsResp) Equals(other *ListTagsResp) bool
- func (p *ListTagsResp) GetCode() nebula.ErrorCode
- func (p *ListTagsResp) GetLeader() *nebula.HostAddr
- func (p *ListTagsResp) GetTags() []*TagItem
- func (p *ListTagsResp) IsSetLeader() bool
- func (p *ListTagsResp) LogValue() slog.Value
- func (p *ListTagsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListTagsResp) String() string
- func (p *ListTagsResp) Validate() error
- func (p *ListTagsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListUsersReq
- func (p *ListUsersReq) Equals(other *ListUsersReq) bool
- func (p *ListUsersReq) LogValue() slog.Value
- func (p *ListUsersReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListUsersReq) String() string
- func (p *ListUsersReq) Validate() error
- func (p *ListUsersReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListUsersResp
- func (p *ListUsersResp) Equals(other *ListUsersResp) bool
- func (p *ListUsersResp) GetCode() nebula.ErrorCode
- func (p *ListUsersResp) GetLeader() *nebula.HostAddr
- func (p *ListUsersResp) GetUsers() map[string][]byte
- func (p *ListUsersResp) IsSetLeader() bool
- func (p *ListUsersResp) LogValue() slog.Value
- func (p *ListUsersResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListUsersResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListUsersResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListUsersResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListUsersResp) String() string
- func (p *ListUsersResp) Validate() error
- func (p *ListUsersResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListZonesReq
- func (p *ListZonesReq) Equals(other *ListZonesReq) bool
- func (p *ListZonesReq) LogValue() slog.Value
- func (p *ListZonesReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListZonesReq) String() string
- func (p *ListZonesReq) Validate() error
- func (p *ListZonesReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListZonesResp
- func (p *ListZonesResp) Equals(other *ListZonesResp) bool
- func (p *ListZonesResp) GetCode() nebula.ErrorCode
- func (p *ListZonesResp) GetLeader() *nebula.HostAddr
- func (p *ListZonesResp) GetZones() []*Zone
- func (p *ListZonesResp) IsSetLeader() bool
- func (p *ListZonesResp) LogValue() slog.Value
- func (p *ListZonesResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListZonesResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListZonesResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListZonesResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListZonesResp) String() string
- func (p *ListZonesResp) Validate() error
- func (p *ListZonesResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListenerInfo
- func (p *ListenerInfo) Equals(other *ListenerInfo) bool
- func (p *ListenerInfo) GetHost() *nebula.HostAddr
- func (p *ListenerInfo) GetPartID() nebula.PartitionID
- func (p *ListenerInfo) GetStatus() HostStatus
- func (p *ListenerInfo) GetType() ListenerType
- func (p *ListenerInfo) IsSetHost() bool
- func (p *ListenerInfo) LogValue() slog.Value
- func (p *ListenerInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListenerInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListenerInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListenerInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListenerInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ListenerInfo) String() string
- func (p *ListenerInfo) Validate() error
- func (p *ListenerInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ListenerType
- type MergeZoneReq
- func (p *MergeZoneReq) Equals(other *MergeZoneReq) bool
- func (p *MergeZoneReq) GetZoneName() []byte
- func (p *MergeZoneReq) GetZones() [][]byte
- func (p *MergeZoneReq) LogValue() slog.Value
- func (p *MergeZoneReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MergeZoneReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MergeZoneReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MergeZoneReq) String() string
- func (p *MergeZoneReq) Validate() error
- func (p *MergeZoneReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaService
- type MetaServiceAddHostsArgs
- func (p *MetaServiceAddHostsArgs) GetReq() *AddHostsReq
- func (p *MetaServiceAddHostsArgs) IsSetReq() bool
- func (p *MetaServiceAddHostsArgs) LogValue() slog.Value
- func (p *MetaServiceAddHostsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsArgs) String() string
- func (p *MetaServiceAddHostsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAddHostsIntoZoneArgs
- func (p *MetaServiceAddHostsIntoZoneArgs) GetReq() *AddHostsIntoZoneReq
- func (p *MetaServiceAddHostsIntoZoneArgs) IsSetReq() bool
- func (p *MetaServiceAddHostsIntoZoneArgs) LogValue() slog.Value
- func (p *MetaServiceAddHostsIntoZoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsIntoZoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsIntoZoneArgs) String() string
- func (p *MetaServiceAddHostsIntoZoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAddHostsIntoZoneResult
- func (p *MetaServiceAddHostsIntoZoneResult) GetSuccess() *ExecResp
- func (p *MetaServiceAddHostsIntoZoneResult) IsSetSuccess() bool
- func (p *MetaServiceAddHostsIntoZoneResult) LogValue() slog.Value
- func (p *MetaServiceAddHostsIntoZoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsIntoZoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsIntoZoneResult) String() string
- func (p *MetaServiceAddHostsIntoZoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAddHostsResult
- func (p *MetaServiceAddHostsResult) GetSuccess() *ExecResp
- func (p *MetaServiceAddHostsResult) IsSetSuccess() bool
- func (p *MetaServiceAddHostsResult) LogValue() slog.Value
- func (p *MetaServiceAddHostsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddHostsResult) String() string
- func (p *MetaServiceAddHostsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAddListenerArgs
- func (p *MetaServiceAddListenerArgs) GetReq() *AddListenerReq
- func (p *MetaServiceAddListenerArgs) IsSetReq() bool
- func (p *MetaServiceAddListenerArgs) LogValue() slog.Value
- func (p *MetaServiceAddListenerArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddListenerArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddListenerArgs) String() string
- func (p *MetaServiceAddListenerArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAddListenerResult
- func (p *MetaServiceAddListenerResult) GetSuccess() *ExecResp
- func (p *MetaServiceAddListenerResult) IsSetSuccess() bool
- func (p *MetaServiceAddListenerResult) LogValue() slog.Value
- func (p *MetaServiceAddListenerResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddListenerResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAddListenerResult) String() string
- func (p *MetaServiceAddListenerResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAgentHeartbeatArgs
- func (p *MetaServiceAgentHeartbeatArgs) GetReq() *AgentHBReq
- func (p *MetaServiceAgentHeartbeatArgs) IsSetReq() bool
- func (p *MetaServiceAgentHeartbeatArgs) LogValue() slog.Value
- func (p *MetaServiceAgentHeartbeatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAgentHeartbeatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAgentHeartbeatArgs) String() string
- func (p *MetaServiceAgentHeartbeatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAgentHeartbeatResult
- func (p *MetaServiceAgentHeartbeatResult) GetSuccess() *AgentHBResp
- func (p *MetaServiceAgentHeartbeatResult) IsSetSuccess() bool
- func (p *MetaServiceAgentHeartbeatResult) LogValue() slog.Value
- func (p *MetaServiceAgentHeartbeatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAgentHeartbeatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAgentHeartbeatResult) String() string
- func (p *MetaServiceAgentHeartbeatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterEdgeArgs
- func (p *MetaServiceAlterEdgeArgs) GetReq() *AlterEdgeReq
- func (p *MetaServiceAlterEdgeArgs) IsSetReq() bool
- func (p *MetaServiceAlterEdgeArgs) LogValue() slog.Value
- func (p *MetaServiceAlterEdgeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterEdgeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterEdgeArgs) String() string
- func (p *MetaServiceAlterEdgeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterEdgeResult
- func (p *MetaServiceAlterEdgeResult) GetSuccess() *ExecResp
- func (p *MetaServiceAlterEdgeResult) IsSetSuccess() bool
- func (p *MetaServiceAlterEdgeResult) LogValue() slog.Value
- func (p *MetaServiceAlterEdgeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterEdgeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterEdgeResult) String() string
- func (p *MetaServiceAlterEdgeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterSpaceArgs
- func (p *MetaServiceAlterSpaceArgs) GetReq() *AlterSpaceReq
- func (p *MetaServiceAlterSpaceArgs) IsSetReq() bool
- func (p *MetaServiceAlterSpaceArgs) LogValue() slog.Value
- func (p *MetaServiceAlterSpaceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterSpaceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterSpaceArgs) String() string
- func (p *MetaServiceAlterSpaceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterSpaceResult
- func (p *MetaServiceAlterSpaceResult) GetSuccess() *ExecResp
- func (p *MetaServiceAlterSpaceResult) IsSetSuccess() bool
- func (p *MetaServiceAlterSpaceResult) LogValue() slog.Value
- func (p *MetaServiceAlterSpaceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterSpaceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterSpaceResult) String() string
- func (p *MetaServiceAlterSpaceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterTagArgs
- func (p *MetaServiceAlterTagArgs) GetReq() *AlterTagReq
- func (p *MetaServiceAlterTagArgs) IsSetReq() bool
- func (p *MetaServiceAlterTagArgs) LogValue() slog.Value
- func (p *MetaServiceAlterTagArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterTagArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterTagArgs) String() string
- func (p *MetaServiceAlterTagArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterTagResult
- func (p *MetaServiceAlterTagResult) GetSuccess() *ExecResp
- func (p *MetaServiceAlterTagResult) IsSetSuccess() bool
- func (p *MetaServiceAlterTagResult) LogValue() slog.Value
- func (p *MetaServiceAlterTagResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterTagResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterTagResult) String() string
- func (p *MetaServiceAlterTagResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterUserArgs
- func (p *MetaServiceAlterUserArgs) GetReq() *AlterUserReq
- func (p *MetaServiceAlterUserArgs) IsSetReq() bool
- func (p *MetaServiceAlterUserArgs) LogValue() slog.Value
- func (p *MetaServiceAlterUserArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterUserArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterUserArgs) String() string
- func (p *MetaServiceAlterUserArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceAlterUserResult
- func (p *MetaServiceAlterUserResult) GetSuccess() *ExecResp
- func (p *MetaServiceAlterUserResult) IsSetSuccess() bool
- func (p *MetaServiceAlterUserResult) LogValue() slog.Value
- func (p *MetaServiceAlterUserResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterUserResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceAlterUserResult) String() string
- func (p *MetaServiceAlterUserResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceChangePasswordArgs
- func (p *MetaServiceChangePasswordArgs) GetReq() *ChangePasswordReq
- func (p *MetaServiceChangePasswordArgs) IsSetReq() bool
- func (p *MetaServiceChangePasswordArgs) LogValue() slog.Value
- func (p *MetaServiceChangePasswordArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceChangePasswordArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceChangePasswordArgs) String() string
- func (p *MetaServiceChangePasswordArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceChangePasswordResult
- func (p *MetaServiceChangePasswordResult) GetSuccess() *ExecResp
- func (p *MetaServiceChangePasswordResult) IsSetSuccess() bool
- func (p *MetaServiceChangePasswordResult) LogValue() slog.Value
- func (p *MetaServiceChangePasswordResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceChangePasswordResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceChangePasswordResult) String() string
- func (p *MetaServiceChangePasswordResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceClearSpaceArgs
- func (p *MetaServiceClearSpaceArgs) GetReq() *ClearSpaceReq
- func (p *MetaServiceClearSpaceArgs) IsSetReq() bool
- func (p *MetaServiceClearSpaceArgs) LogValue() slog.Value
- func (p *MetaServiceClearSpaceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceClearSpaceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceClearSpaceArgs) String() string
- func (p *MetaServiceClearSpaceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceClearSpaceResult
- func (p *MetaServiceClearSpaceResult) GetSuccess() *ExecResp
- func (p *MetaServiceClearSpaceResult) IsSetSuccess() bool
- func (p *MetaServiceClearSpaceResult) LogValue() slog.Value
- func (p *MetaServiceClearSpaceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceClearSpaceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceClearSpaceResult) String() string
- func (p *MetaServiceClearSpaceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceClient
- func (p *MetaServiceClient) AddHosts(ctx context.Context, req *AddHostsReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) AddHostsIntoZone(ctx context.Context, req *AddHostsIntoZoneReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) AddListener(ctx context.Context, req *AddListenerReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) AgentHeartbeat(ctx context.Context, req *AgentHBReq) (_r *AgentHBResp, _err error)
- func (p *MetaServiceClient) AlterEdge(ctx context.Context, req *AlterEdgeReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) AlterSpace(ctx context.Context, req *AlterSpaceReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) AlterTag(ctx context.Context, req *AlterTagReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) AlterUser(ctx context.Context, req *AlterUserReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) ChangePassword(ctx context.Context, req *ChangePasswordReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) ClearSpace(ctx context.Context, req *ClearSpaceReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) Client_() thrift.TClient
- func (p *MetaServiceClient) CreateBackup(ctx context.Context, req *CreateBackupReq) (_r *CreateBackupResp, _err error)
- func (p *MetaServiceClient) CreateEdge(ctx context.Context, req *CreateEdgeReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateEdgeIndex(ctx context.Context, req *CreateEdgeIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateFTIndex(ctx context.Context, req *CreateFTIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateSession(ctx context.Context, req *CreateSessionReq) (_r *CreateSessionResp, _err error)
- func (p *MetaServiceClient) CreateSnapshot(ctx context.Context, req *CreateSnapshotReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateSpace(ctx context.Context, req *CreateSpaceReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateSpaceAs(ctx context.Context, req *CreateSpaceAsReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateTag(ctx context.Context, req *CreateTagReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateTagIndex(ctx context.Context, req *CreateTagIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) CreateUser(ctx context.Context, req *CreateUserReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DivideZone(ctx context.Context, req *DivideZoneReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropEdge(ctx context.Context, req *DropEdgeReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropEdgeIndex(ctx context.Context, req *DropEdgeIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropFTIndex(ctx context.Context, req *DropFTIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropHosts(ctx context.Context, req *DropHostsReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropSnapshot(ctx context.Context, req *DropSnapshotReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropSpace(ctx context.Context, req *DropSpaceReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropTag(ctx context.Context, req *DropTagReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropTagIndex(ctx context.Context, req *DropTagIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropUser(ctx context.Context, req *DropUserReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) DropZone(ctx context.Context, req *DropZoneReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) GetConfig(ctx context.Context, req *GetConfigReq) (_r *GetConfigResp, _err error)
- func (p *MetaServiceClient) GetEdge(ctx context.Context, req *GetEdgeReq) (_r *GetEdgeResp, _err error)
- func (p *MetaServiceClient) GetEdgeIndex(ctx context.Context, req *GetEdgeIndexReq) (_r *GetEdgeIndexResp, _err error)
- func (p *MetaServiceClient) GetMetaDirInfo(ctx context.Context, req *GetMetaDirInfoReq) (_r *GetMetaDirInfoResp, _err error)
- func (p *MetaServiceClient) GetPartsAlloc(ctx context.Context, req *GetPartsAllocReq) (_r *GetPartsAllocResp, _err error)
- func (p *MetaServiceClient) GetSegmentId(ctx context.Context, req *GetSegmentIdReq) (_r *GetSegmentIdResp, _err error)
- func (p *MetaServiceClient) GetSession(ctx context.Context, req *GetSessionReq) (_r *GetSessionResp, _err error)
- func (p *MetaServiceClient) GetSpace(ctx context.Context, req *GetSpaceReq) (_r *GetSpaceResp, _err error)
- func (p *MetaServiceClient) GetStats(ctx context.Context, req *GetStatsReq) (_r *GetStatsResp, _err error)
- func (p *MetaServiceClient) GetTag(ctx context.Context, req *GetTagReq) (_r *GetTagResp, _err error)
- func (p *MetaServiceClient) GetTagIndex(ctx context.Context, req *GetTagIndexReq) (_r *GetTagIndexResp, _err error)
- func (p *MetaServiceClient) GetUserRoles(ctx context.Context, req *GetUserRolesReq) (_r *ListRolesResp, _err error)
- func (p *MetaServiceClient) GetWorkerId(ctx context.Context, req *GetWorkerIdReq) (_r *GetWorkerIdResp, _err error)
- func (p *MetaServiceClient) GetZone(ctx context.Context, req *GetZoneReq) (_r *GetZoneResp, _err error)
- func (p *MetaServiceClient) GrantRole(ctx context.Context, req *GrantRoleReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) HeartBeat(ctx context.Context, req *HBReq) (_r *HBResp, _err error)
- func (p *MetaServiceClient) KillQuery(ctx context.Context, req *KillQueryReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *MetaServiceClient) ListCluster(ctx context.Context, req *ListClusterInfoReq) (_r *ListClusterInfoResp, _err error)
- func (p *MetaServiceClient) ListConfigs(ctx context.Context, req *ListConfigsReq) (_r *ListConfigsResp, _err error)
- func (p *MetaServiceClient) ListEdgeIndexStatus(ctx context.Context, req *ListIndexStatusReq) (_r *ListIndexStatusResp, _err error)
- func (p *MetaServiceClient) ListEdgeIndexes(ctx context.Context, req *ListEdgeIndexesReq) (_r *ListEdgeIndexesResp, _err error)
- func (p *MetaServiceClient) ListEdges(ctx context.Context, req *ListEdgesReq) (_r *ListEdgesResp, _err error)
- func (p *MetaServiceClient) ListFTIndexes(ctx context.Context, req *ListFTIndexesReq) (_r *ListFTIndexesResp, _err error)
- func (p *MetaServiceClient) ListHosts(ctx context.Context, req *ListHostsReq) (_r *ListHostsResp, _err error)
- func (p *MetaServiceClient) ListListener(ctx context.Context, req *ListListenerReq) (_r *ListListenerResp, _err error)
- func (p *MetaServiceClient) ListParts(ctx context.Context, req *ListPartsReq) (_r *ListPartsResp, _err error)
- func (p *MetaServiceClient) ListRoles(ctx context.Context, req *ListRolesReq) (_r *ListRolesResp, _err error)
- func (p *MetaServiceClient) ListServiceClients(ctx context.Context, req *ListServiceClientsReq) (_r *ListServiceClientsResp, _err error)
- func (p *MetaServiceClient) ListSessions(ctx context.Context, req *ListSessionsReq) (_r *ListSessionsResp, _err error)
- func (p *MetaServiceClient) ListSnapshots(ctx context.Context, req *ListSnapshotsReq) (_r *ListSnapshotsResp, _err error)
- func (p *MetaServiceClient) ListSpaces(ctx context.Context, req *ListSpacesReq) (_r *ListSpacesResp, _err error)
- func (p *MetaServiceClient) ListTagIndexStatus(ctx context.Context, req *ListIndexStatusReq) (_r *ListIndexStatusResp, _err error)
- func (p *MetaServiceClient) ListTagIndexes(ctx context.Context, req *ListTagIndexesReq) (_r *ListTagIndexesResp, _err error)
- func (p *MetaServiceClient) ListTags(ctx context.Context, req *ListTagsReq) (_r *ListTagsResp, _err error)
- func (p *MetaServiceClient) ListUsers(ctx context.Context, req *ListUsersReq) (_r *ListUsersResp, _err error)
- func (p *MetaServiceClient) ListZones(ctx context.Context, req *ListZonesReq) (_r *ListZonesResp, _err error)
- func (p *MetaServiceClient) MergeZone(ctx context.Context, req *MergeZoneReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RebuildEdgeIndex(ctx context.Context, req *RebuildIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RebuildTagIndex(ctx context.Context, req *RebuildIndexReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RegConfig(ctx context.Context, req *RegConfigReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RemoveListener(ctx context.Context, req *RemoveListenerReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RemoveSession(ctx context.Context, req *RemoveSessionReq) (_r *RemoveSessionResp, _err error)
- func (p *MetaServiceClient) RenameZone(ctx context.Context, req *RenameZoneReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) ReportTaskFinish(ctx context.Context, req *ReportTaskReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RestoreMeta(ctx context.Context, req *RestoreMetaReq) (_r *RestoreMetaResp, _err error)
- func (p *MetaServiceClient) RevokeRole(ctx context.Context, req *RevokeRoleReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) RunAdminJob(ctx context.Context, req *AdminJobReq) (_r *AdminJobResp, _err error)
- func (p *MetaServiceClient) SaveGraphVersion(ctx context.Context, req *SaveGraphVersionReq) (_r *SaveGraphVersionResp, _err error)
- func (p *MetaServiceClient) SetConfig(ctx context.Context, req *SetConfigReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- func (p *MetaServiceClient) SignInService(ctx context.Context, req *SignInServiceReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) SignOutService(ctx context.Context, req *SignOutServiceReq) (_r *ExecResp, _err error)
- func (p *MetaServiceClient) UpdateSessions(ctx context.Context, req *UpdateSessionsReq) (_r *UpdateSessionsResp, _err error)
- func (p *MetaServiceClient) VerifyClientVersion(ctx context.Context, req *VerifyClientVersionReq) (_r *VerifyClientVersionResp, _err error)
- type MetaServiceCreateBackupArgs
- func (p *MetaServiceCreateBackupArgs) GetReq() *CreateBackupReq
- func (p *MetaServiceCreateBackupArgs) IsSetReq() bool
- func (p *MetaServiceCreateBackupArgs) LogValue() slog.Value
- func (p *MetaServiceCreateBackupArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateBackupArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateBackupArgs) String() string
- func (p *MetaServiceCreateBackupArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateBackupResult
- func (p *MetaServiceCreateBackupResult) GetSuccess() *CreateBackupResp
- func (p *MetaServiceCreateBackupResult) IsSetSuccess() bool
- func (p *MetaServiceCreateBackupResult) LogValue() slog.Value
- func (p *MetaServiceCreateBackupResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateBackupResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateBackupResult) String() string
- func (p *MetaServiceCreateBackupResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateEdgeArgs
- func (p *MetaServiceCreateEdgeArgs) GetReq() *CreateEdgeReq
- func (p *MetaServiceCreateEdgeArgs) IsSetReq() bool
- func (p *MetaServiceCreateEdgeArgs) LogValue() slog.Value
- func (p *MetaServiceCreateEdgeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeArgs) String() string
- func (p *MetaServiceCreateEdgeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateEdgeIndexArgs
- func (p *MetaServiceCreateEdgeIndexArgs) GetReq() *CreateEdgeIndexReq
- func (p *MetaServiceCreateEdgeIndexArgs) IsSetReq() bool
- func (p *MetaServiceCreateEdgeIndexArgs) LogValue() slog.Value
- func (p *MetaServiceCreateEdgeIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeIndexArgs) String() string
- func (p *MetaServiceCreateEdgeIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateEdgeIndexResult
- func (p *MetaServiceCreateEdgeIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateEdgeIndexResult) IsSetSuccess() bool
- func (p *MetaServiceCreateEdgeIndexResult) LogValue() slog.Value
- func (p *MetaServiceCreateEdgeIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeIndexResult) String() string
- func (p *MetaServiceCreateEdgeIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateEdgeResult
- func (p *MetaServiceCreateEdgeResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateEdgeResult) IsSetSuccess() bool
- func (p *MetaServiceCreateEdgeResult) LogValue() slog.Value
- func (p *MetaServiceCreateEdgeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateEdgeResult) String() string
- func (p *MetaServiceCreateEdgeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateFTIndexArgs
- func (p *MetaServiceCreateFTIndexArgs) GetReq() *CreateFTIndexReq
- func (p *MetaServiceCreateFTIndexArgs) IsSetReq() bool
- func (p *MetaServiceCreateFTIndexArgs) LogValue() slog.Value
- func (p *MetaServiceCreateFTIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateFTIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateFTIndexArgs) String() string
- func (p *MetaServiceCreateFTIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateFTIndexResult
- func (p *MetaServiceCreateFTIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateFTIndexResult) IsSetSuccess() bool
- func (p *MetaServiceCreateFTIndexResult) LogValue() slog.Value
- func (p *MetaServiceCreateFTIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateFTIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateFTIndexResult) String() string
- func (p *MetaServiceCreateFTIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSessionArgs
- func (p *MetaServiceCreateSessionArgs) GetReq() *CreateSessionReq
- func (p *MetaServiceCreateSessionArgs) IsSetReq() bool
- func (p *MetaServiceCreateSessionArgs) LogValue() slog.Value
- func (p *MetaServiceCreateSessionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSessionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSessionArgs) String() string
- func (p *MetaServiceCreateSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSessionResult
- func (p *MetaServiceCreateSessionResult) GetSuccess() *CreateSessionResp
- func (p *MetaServiceCreateSessionResult) IsSetSuccess() bool
- func (p *MetaServiceCreateSessionResult) LogValue() slog.Value
- func (p *MetaServiceCreateSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSessionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSessionResult) String() string
- func (p *MetaServiceCreateSessionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSnapshotArgs
- func (p *MetaServiceCreateSnapshotArgs) GetReq() *CreateSnapshotReq
- func (p *MetaServiceCreateSnapshotArgs) IsSetReq() bool
- func (p *MetaServiceCreateSnapshotArgs) LogValue() slog.Value
- func (p *MetaServiceCreateSnapshotArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSnapshotArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSnapshotArgs) String() string
- func (p *MetaServiceCreateSnapshotArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSnapshotResult
- func (p *MetaServiceCreateSnapshotResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateSnapshotResult) IsSetSuccess() bool
- func (p *MetaServiceCreateSnapshotResult) LogValue() slog.Value
- func (p *MetaServiceCreateSnapshotResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSnapshotResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSnapshotResult) String() string
- func (p *MetaServiceCreateSnapshotResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSpaceArgs
- func (p *MetaServiceCreateSpaceArgs) GetReq() *CreateSpaceReq
- func (p *MetaServiceCreateSpaceArgs) IsSetReq() bool
- func (p *MetaServiceCreateSpaceArgs) LogValue() slog.Value
- func (p *MetaServiceCreateSpaceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceArgs) String() string
- func (p *MetaServiceCreateSpaceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSpaceAsArgs
- func (p *MetaServiceCreateSpaceAsArgs) GetReq() *CreateSpaceAsReq
- func (p *MetaServiceCreateSpaceAsArgs) IsSetReq() bool
- func (p *MetaServiceCreateSpaceAsArgs) LogValue() slog.Value
- func (p *MetaServiceCreateSpaceAsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceAsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceAsArgs) String() string
- func (p *MetaServiceCreateSpaceAsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSpaceAsResult
- func (p *MetaServiceCreateSpaceAsResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateSpaceAsResult) IsSetSuccess() bool
- func (p *MetaServiceCreateSpaceAsResult) LogValue() slog.Value
- func (p *MetaServiceCreateSpaceAsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceAsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceAsResult) String() string
- func (p *MetaServiceCreateSpaceAsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateSpaceResult
- func (p *MetaServiceCreateSpaceResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateSpaceResult) IsSetSuccess() bool
- func (p *MetaServiceCreateSpaceResult) LogValue() slog.Value
- func (p *MetaServiceCreateSpaceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateSpaceResult) String() string
- func (p *MetaServiceCreateSpaceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateTagArgs
- func (p *MetaServiceCreateTagArgs) GetReq() *CreateTagReq
- func (p *MetaServiceCreateTagArgs) IsSetReq() bool
- func (p *MetaServiceCreateTagArgs) LogValue() slog.Value
- func (p *MetaServiceCreateTagArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagArgs) String() string
- func (p *MetaServiceCreateTagArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateTagIndexArgs
- func (p *MetaServiceCreateTagIndexArgs) GetReq() *CreateTagIndexReq
- func (p *MetaServiceCreateTagIndexArgs) IsSetReq() bool
- func (p *MetaServiceCreateTagIndexArgs) LogValue() slog.Value
- func (p *MetaServiceCreateTagIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagIndexArgs) String() string
- func (p *MetaServiceCreateTagIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateTagIndexResult
- func (p *MetaServiceCreateTagIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateTagIndexResult) IsSetSuccess() bool
- func (p *MetaServiceCreateTagIndexResult) LogValue() slog.Value
- func (p *MetaServiceCreateTagIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagIndexResult) String() string
- func (p *MetaServiceCreateTagIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateTagResult
- func (p *MetaServiceCreateTagResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateTagResult) IsSetSuccess() bool
- func (p *MetaServiceCreateTagResult) LogValue() slog.Value
- func (p *MetaServiceCreateTagResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateTagResult) String() string
- func (p *MetaServiceCreateTagResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateUserArgs
- func (p *MetaServiceCreateUserArgs) GetReq() *CreateUserReq
- func (p *MetaServiceCreateUserArgs) IsSetReq() bool
- func (p *MetaServiceCreateUserArgs) LogValue() slog.Value
- func (p *MetaServiceCreateUserArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateUserArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateUserArgs) String() string
- func (p *MetaServiceCreateUserArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceCreateUserResult
- func (p *MetaServiceCreateUserResult) GetSuccess() *ExecResp
- func (p *MetaServiceCreateUserResult) IsSetSuccess() bool
- func (p *MetaServiceCreateUserResult) LogValue() slog.Value
- func (p *MetaServiceCreateUserResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateUserResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceCreateUserResult) String() string
- func (p *MetaServiceCreateUserResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDivideZoneArgs
- func (p *MetaServiceDivideZoneArgs) GetReq() *DivideZoneReq
- func (p *MetaServiceDivideZoneArgs) IsSetReq() bool
- func (p *MetaServiceDivideZoneArgs) LogValue() slog.Value
- func (p *MetaServiceDivideZoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDivideZoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDivideZoneArgs) String() string
- func (p *MetaServiceDivideZoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDivideZoneResult
- func (p *MetaServiceDivideZoneResult) GetSuccess() *ExecResp
- func (p *MetaServiceDivideZoneResult) IsSetSuccess() bool
- func (p *MetaServiceDivideZoneResult) LogValue() slog.Value
- func (p *MetaServiceDivideZoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDivideZoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDivideZoneResult) String() string
- func (p *MetaServiceDivideZoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropEdgeArgs
- func (p *MetaServiceDropEdgeArgs) GetReq() *DropEdgeReq
- func (p *MetaServiceDropEdgeArgs) IsSetReq() bool
- func (p *MetaServiceDropEdgeArgs) LogValue() slog.Value
- func (p *MetaServiceDropEdgeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeArgs) String() string
- func (p *MetaServiceDropEdgeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropEdgeIndexArgs
- func (p *MetaServiceDropEdgeIndexArgs) GetReq() *DropEdgeIndexReq
- func (p *MetaServiceDropEdgeIndexArgs) IsSetReq() bool
- func (p *MetaServiceDropEdgeIndexArgs) LogValue() slog.Value
- func (p *MetaServiceDropEdgeIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeIndexArgs) String() string
- func (p *MetaServiceDropEdgeIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropEdgeIndexResult
- func (p *MetaServiceDropEdgeIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropEdgeIndexResult) IsSetSuccess() bool
- func (p *MetaServiceDropEdgeIndexResult) LogValue() slog.Value
- func (p *MetaServiceDropEdgeIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeIndexResult) String() string
- func (p *MetaServiceDropEdgeIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropEdgeResult
- func (p *MetaServiceDropEdgeResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropEdgeResult) IsSetSuccess() bool
- func (p *MetaServiceDropEdgeResult) LogValue() slog.Value
- func (p *MetaServiceDropEdgeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropEdgeResult) String() string
- func (p *MetaServiceDropEdgeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropFTIndexArgs
- func (p *MetaServiceDropFTIndexArgs) GetReq() *DropFTIndexReq
- func (p *MetaServiceDropFTIndexArgs) IsSetReq() bool
- func (p *MetaServiceDropFTIndexArgs) LogValue() slog.Value
- func (p *MetaServiceDropFTIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropFTIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropFTIndexArgs) String() string
- func (p *MetaServiceDropFTIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropFTIndexResult
- func (p *MetaServiceDropFTIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropFTIndexResult) IsSetSuccess() bool
- func (p *MetaServiceDropFTIndexResult) LogValue() slog.Value
- func (p *MetaServiceDropFTIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropFTIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropFTIndexResult) String() string
- func (p *MetaServiceDropFTIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropHostsArgs
- func (p *MetaServiceDropHostsArgs) GetReq() *DropHostsReq
- func (p *MetaServiceDropHostsArgs) IsSetReq() bool
- func (p *MetaServiceDropHostsArgs) LogValue() slog.Value
- func (p *MetaServiceDropHostsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropHostsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropHostsArgs) String() string
- func (p *MetaServiceDropHostsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropHostsResult
- func (p *MetaServiceDropHostsResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropHostsResult) IsSetSuccess() bool
- func (p *MetaServiceDropHostsResult) LogValue() slog.Value
- func (p *MetaServiceDropHostsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropHostsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropHostsResult) String() string
- func (p *MetaServiceDropHostsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropSnapshotArgs
- func (p *MetaServiceDropSnapshotArgs) GetReq() *DropSnapshotReq
- func (p *MetaServiceDropSnapshotArgs) IsSetReq() bool
- func (p *MetaServiceDropSnapshotArgs) LogValue() slog.Value
- func (p *MetaServiceDropSnapshotArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSnapshotArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSnapshotArgs) String() string
- func (p *MetaServiceDropSnapshotArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropSnapshotResult
- func (p *MetaServiceDropSnapshotResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropSnapshotResult) IsSetSuccess() bool
- func (p *MetaServiceDropSnapshotResult) LogValue() slog.Value
- func (p *MetaServiceDropSnapshotResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSnapshotResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSnapshotResult) String() string
- func (p *MetaServiceDropSnapshotResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropSpaceArgs
- func (p *MetaServiceDropSpaceArgs) GetReq() *DropSpaceReq
- func (p *MetaServiceDropSpaceArgs) IsSetReq() bool
- func (p *MetaServiceDropSpaceArgs) LogValue() slog.Value
- func (p *MetaServiceDropSpaceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSpaceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSpaceArgs) String() string
- func (p *MetaServiceDropSpaceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropSpaceResult
- func (p *MetaServiceDropSpaceResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropSpaceResult) IsSetSuccess() bool
- func (p *MetaServiceDropSpaceResult) LogValue() slog.Value
- func (p *MetaServiceDropSpaceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSpaceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropSpaceResult) String() string
- func (p *MetaServiceDropSpaceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropTagArgs
- func (p *MetaServiceDropTagArgs) GetReq() *DropTagReq
- func (p *MetaServiceDropTagArgs) IsSetReq() bool
- func (p *MetaServiceDropTagArgs) LogValue() slog.Value
- func (p *MetaServiceDropTagArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagArgs) String() string
- func (p *MetaServiceDropTagArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropTagIndexArgs
- func (p *MetaServiceDropTagIndexArgs) GetReq() *DropTagIndexReq
- func (p *MetaServiceDropTagIndexArgs) IsSetReq() bool
- func (p *MetaServiceDropTagIndexArgs) LogValue() slog.Value
- func (p *MetaServiceDropTagIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagIndexArgs) String() string
- func (p *MetaServiceDropTagIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropTagIndexResult
- func (p *MetaServiceDropTagIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropTagIndexResult) IsSetSuccess() bool
- func (p *MetaServiceDropTagIndexResult) LogValue() slog.Value
- func (p *MetaServiceDropTagIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagIndexResult) String() string
- func (p *MetaServiceDropTagIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropTagResult
- func (p *MetaServiceDropTagResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropTagResult) IsSetSuccess() bool
- func (p *MetaServiceDropTagResult) LogValue() slog.Value
- func (p *MetaServiceDropTagResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropTagResult) String() string
- func (p *MetaServiceDropTagResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropUserArgs
- func (p *MetaServiceDropUserArgs) GetReq() *DropUserReq
- func (p *MetaServiceDropUserArgs) IsSetReq() bool
- func (p *MetaServiceDropUserArgs) LogValue() slog.Value
- func (p *MetaServiceDropUserArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropUserArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropUserArgs) String() string
- func (p *MetaServiceDropUserArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropUserResult
- func (p *MetaServiceDropUserResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropUserResult) IsSetSuccess() bool
- func (p *MetaServiceDropUserResult) LogValue() slog.Value
- func (p *MetaServiceDropUserResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropUserResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropUserResult) String() string
- func (p *MetaServiceDropUserResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropZoneArgs
- func (p *MetaServiceDropZoneArgs) GetReq() *DropZoneReq
- func (p *MetaServiceDropZoneArgs) IsSetReq() bool
- func (p *MetaServiceDropZoneArgs) LogValue() slog.Value
- func (p *MetaServiceDropZoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropZoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropZoneArgs) String() string
- func (p *MetaServiceDropZoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceDropZoneResult
- func (p *MetaServiceDropZoneResult) GetSuccess() *ExecResp
- func (p *MetaServiceDropZoneResult) IsSetSuccess() bool
- func (p *MetaServiceDropZoneResult) LogValue() slog.Value
- func (p *MetaServiceDropZoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropZoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceDropZoneResult) String() string
- func (p *MetaServiceDropZoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetConfigArgs
- func (p *MetaServiceGetConfigArgs) GetReq() *GetConfigReq
- func (p *MetaServiceGetConfigArgs) IsSetReq() bool
- func (p *MetaServiceGetConfigArgs) LogValue() slog.Value
- func (p *MetaServiceGetConfigArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetConfigArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetConfigArgs) String() string
- func (p *MetaServiceGetConfigArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetConfigResult
- func (p *MetaServiceGetConfigResult) GetSuccess() *GetConfigResp
- func (p *MetaServiceGetConfigResult) IsSetSuccess() bool
- func (p *MetaServiceGetConfigResult) LogValue() slog.Value
- func (p *MetaServiceGetConfigResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetConfigResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetConfigResult) String() string
- func (p *MetaServiceGetConfigResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetEdgeArgs
- func (p *MetaServiceGetEdgeArgs) GetReq() *GetEdgeReq
- func (p *MetaServiceGetEdgeArgs) IsSetReq() bool
- func (p *MetaServiceGetEdgeArgs) LogValue() slog.Value
- func (p *MetaServiceGetEdgeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeArgs) String() string
- func (p *MetaServiceGetEdgeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetEdgeIndexArgs
- func (p *MetaServiceGetEdgeIndexArgs) GetReq() *GetEdgeIndexReq
- func (p *MetaServiceGetEdgeIndexArgs) IsSetReq() bool
- func (p *MetaServiceGetEdgeIndexArgs) LogValue() slog.Value
- func (p *MetaServiceGetEdgeIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeIndexArgs) String() string
- func (p *MetaServiceGetEdgeIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetEdgeIndexResult
- func (p *MetaServiceGetEdgeIndexResult) GetSuccess() *GetEdgeIndexResp
- func (p *MetaServiceGetEdgeIndexResult) IsSetSuccess() bool
- func (p *MetaServiceGetEdgeIndexResult) LogValue() slog.Value
- func (p *MetaServiceGetEdgeIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeIndexResult) String() string
- func (p *MetaServiceGetEdgeIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetEdgeResult
- func (p *MetaServiceGetEdgeResult) GetSuccess() *GetEdgeResp
- func (p *MetaServiceGetEdgeResult) IsSetSuccess() bool
- func (p *MetaServiceGetEdgeResult) LogValue() slog.Value
- func (p *MetaServiceGetEdgeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetEdgeResult) String() string
- func (p *MetaServiceGetEdgeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetMetaDirInfoArgs
- func (p *MetaServiceGetMetaDirInfoArgs) GetReq() *GetMetaDirInfoReq
- func (p *MetaServiceGetMetaDirInfoArgs) IsSetReq() bool
- func (p *MetaServiceGetMetaDirInfoArgs) LogValue() slog.Value
- func (p *MetaServiceGetMetaDirInfoArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetMetaDirInfoArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetMetaDirInfoArgs) String() string
- func (p *MetaServiceGetMetaDirInfoArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetMetaDirInfoResult
- func (p *MetaServiceGetMetaDirInfoResult) GetSuccess() *GetMetaDirInfoResp
- func (p *MetaServiceGetMetaDirInfoResult) IsSetSuccess() bool
- func (p *MetaServiceGetMetaDirInfoResult) LogValue() slog.Value
- func (p *MetaServiceGetMetaDirInfoResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetMetaDirInfoResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetMetaDirInfoResult) String() string
- func (p *MetaServiceGetMetaDirInfoResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetPartsAllocArgs
- func (p *MetaServiceGetPartsAllocArgs) GetReq() *GetPartsAllocReq
- func (p *MetaServiceGetPartsAllocArgs) IsSetReq() bool
- func (p *MetaServiceGetPartsAllocArgs) LogValue() slog.Value
- func (p *MetaServiceGetPartsAllocArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetPartsAllocArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetPartsAllocArgs) String() string
- func (p *MetaServiceGetPartsAllocArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetPartsAllocResult
- func (p *MetaServiceGetPartsAllocResult) GetSuccess() *GetPartsAllocResp
- func (p *MetaServiceGetPartsAllocResult) IsSetSuccess() bool
- func (p *MetaServiceGetPartsAllocResult) LogValue() slog.Value
- func (p *MetaServiceGetPartsAllocResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetPartsAllocResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetPartsAllocResult) String() string
- func (p *MetaServiceGetPartsAllocResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetSegmentIdArgs
- func (p *MetaServiceGetSegmentIdArgs) GetReq() *GetSegmentIdReq
- func (p *MetaServiceGetSegmentIdArgs) IsSetReq() bool
- func (p *MetaServiceGetSegmentIdArgs) LogValue() slog.Value
- func (p *MetaServiceGetSegmentIdArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSegmentIdArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSegmentIdArgs) String() string
- func (p *MetaServiceGetSegmentIdArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetSegmentIdResult
- func (p *MetaServiceGetSegmentIdResult) GetSuccess() *GetSegmentIdResp
- func (p *MetaServiceGetSegmentIdResult) IsSetSuccess() bool
- func (p *MetaServiceGetSegmentIdResult) LogValue() slog.Value
- func (p *MetaServiceGetSegmentIdResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSegmentIdResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSegmentIdResult) String() string
- func (p *MetaServiceGetSegmentIdResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetSessionArgs
- func (p *MetaServiceGetSessionArgs) GetReq() *GetSessionReq
- func (p *MetaServiceGetSessionArgs) IsSetReq() bool
- func (p *MetaServiceGetSessionArgs) LogValue() slog.Value
- func (p *MetaServiceGetSessionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSessionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSessionArgs) String() string
- func (p *MetaServiceGetSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetSessionResult
- func (p *MetaServiceGetSessionResult) GetSuccess() *GetSessionResp
- func (p *MetaServiceGetSessionResult) IsSetSuccess() bool
- func (p *MetaServiceGetSessionResult) LogValue() slog.Value
- func (p *MetaServiceGetSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSessionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSessionResult) String() string
- func (p *MetaServiceGetSessionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetSpaceArgs
- func (p *MetaServiceGetSpaceArgs) GetReq() *GetSpaceReq
- func (p *MetaServiceGetSpaceArgs) IsSetReq() bool
- func (p *MetaServiceGetSpaceArgs) LogValue() slog.Value
- func (p *MetaServiceGetSpaceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSpaceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSpaceArgs) String() string
- func (p *MetaServiceGetSpaceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetSpaceResult
- func (p *MetaServiceGetSpaceResult) GetSuccess() *GetSpaceResp
- func (p *MetaServiceGetSpaceResult) IsSetSuccess() bool
- func (p *MetaServiceGetSpaceResult) LogValue() slog.Value
- func (p *MetaServiceGetSpaceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSpaceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetSpaceResult) String() string
- func (p *MetaServiceGetSpaceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetStatsArgs
- func (p *MetaServiceGetStatsArgs) GetReq() *GetStatsReq
- func (p *MetaServiceGetStatsArgs) IsSetReq() bool
- func (p *MetaServiceGetStatsArgs) LogValue() slog.Value
- func (p *MetaServiceGetStatsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetStatsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetStatsArgs) String() string
- func (p *MetaServiceGetStatsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetStatsResult
- func (p *MetaServiceGetStatsResult) GetSuccess() *GetStatsResp
- func (p *MetaServiceGetStatsResult) IsSetSuccess() bool
- func (p *MetaServiceGetStatsResult) LogValue() slog.Value
- func (p *MetaServiceGetStatsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetStatsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetStatsResult) String() string
- func (p *MetaServiceGetStatsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetTagArgs
- func (p *MetaServiceGetTagArgs) GetReq() *GetTagReq
- func (p *MetaServiceGetTagArgs) IsSetReq() bool
- func (p *MetaServiceGetTagArgs) LogValue() slog.Value
- func (p *MetaServiceGetTagArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagArgs) String() string
- func (p *MetaServiceGetTagArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetTagIndexArgs
- func (p *MetaServiceGetTagIndexArgs) GetReq() *GetTagIndexReq
- func (p *MetaServiceGetTagIndexArgs) IsSetReq() bool
- func (p *MetaServiceGetTagIndexArgs) LogValue() slog.Value
- func (p *MetaServiceGetTagIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagIndexArgs) String() string
- func (p *MetaServiceGetTagIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetTagIndexResult
- func (p *MetaServiceGetTagIndexResult) GetSuccess() *GetTagIndexResp
- func (p *MetaServiceGetTagIndexResult) IsSetSuccess() bool
- func (p *MetaServiceGetTagIndexResult) LogValue() slog.Value
- func (p *MetaServiceGetTagIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagIndexResult) String() string
- func (p *MetaServiceGetTagIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetTagResult
- func (p *MetaServiceGetTagResult) GetSuccess() *GetTagResp
- func (p *MetaServiceGetTagResult) IsSetSuccess() bool
- func (p *MetaServiceGetTagResult) LogValue() slog.Value
- func (p *MetaServiceGetTagResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetTagResult) String() string
- func (p *MetaServiceGetTagResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetUserRolesArgs
- func (p *MetaServiceGetUserRolesArgs) GetReq() *GetUserRolesReq
- func (p *MetaServiceGetUserRolesArgs) IsSetReq() bool
- func (p *MetaServiceGetUserRolesArgs) LogValue() slog.Value
- func (p *MetaServiceGetUserRolesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetUserRolesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetUserRolesArgs) String() string
- func (p *MetaServiceGetUserRolesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetUserRolesResult
- func (p *MetaServiceGetUserRolesResult) GetSuccess() *ListRolesResp
- func (p *MetaServiceGetUserRolesResult) IsSetSuccess() bool
- func (p *MetaServiceGetUserRolesResult) LogValue() slog.Value
- func (p *MetaServiceGetUserRolesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetUserRolesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetUserRolesResult) String() string
- func (p *MetaServiceGetUserRolesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetWorkerIdArgs
- func (p *MetaServiceGetWorkerIdArgs) GetReq() *GetWorkerIdReq
- func (p *MetaServiceGetWorkerIdArgs) IsSetReq() bool
- func (p *MetaServiceGetWorkerIdArgs) LogValue() slog.Value
- func (p *MetaServiceGetWorkerIdArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetWorkerIdArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetWorkerIdArgs) String() string
- func (p *MetaServiceGetWorkerIdArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetWorkerIdResult
- func (p *MetaServiceGetWorkerIdResult) GetSuccess() *GetWorkerIdResp
- func (p *MetaServiceGetWorkerIdResult) IsSetSuccess() bool
- func (p *MetaServiceGetWorkerIdResult) LogValue() slog.Value
- func (p *MetaServiceGetWorkerIdResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetWorkerIdResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetWorkerIdResult) String() string
- func (p *MetaServiceGetWorkerIdResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetZoneArgs
- func (p *MetaServiceGetZoneArgs) GetReq() *GetZoneReq
- func (p *MetaServiceGetZoneArgs) IsSetReq() bool
- func (p *MetaServiceGetZoneArgs) LogValue() slog.Value
- func (p *MetaServiceGetZoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetZoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetZoneArgs) String() string
- func (p *MetaServiceGetZoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGetZoneResult
- func (p *MetaServiceGetZoneResult) GetSuccess() *GetZoneResp
- func (p *MetaServiceGetZoneResult) IsSetSuccess() bool
- func (p *MetaServiceGetZoneResult) LogValue() slog.Value
- func (p *MetaServiceGetZoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetZoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGetZoneResult) String() string
- func (p *MetaServiceGetZoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGrantRoleArgs
- func (p *MetaServiceGrantRoleArgs) GetReq() *GrantRoleReq
- func (p *MetaServiceGrantRoleArgs) IsSetReq() bool
- func (p *MetaServiceGrantRoleArgs) LogValue() slog.Value
- func (p *MetaServiceGrantRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGrantRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGrantRoleArgs) String() string
- func (p *MetaServiceGrantRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceGrantRoleResult
- func (p *MetaServiceGrantRoleResult) GetSuccess() *ExecResp
- func (p *MetaServiceGrantRoleResult) IsSetSuccess() bool
- func (p *MetaServiceGrantRoleResult) LogValue() slog.Value
- func (p *MetaServiceGrantRoleResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGrantRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceGrantRoleResult) String() string
- func (p *MetaServiceGrantRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceHeartBeatArgs
- func (p *MetaServiceHeartBeatArgs) GetReq() *HBReq
- func (p *MetaServiceHeartBeatArgs) IsSetReq() bool
- func (p *MetaServiceHeartBeatArgs) LogValue() slog.Value
- func (p *MetaServiceHeartBeatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceHeartBeatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceHeartBeatArgs) String() string
- func (p *MetaServiceHeartBeatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceHeartBeatResult
- func (p *MetaServiceHeartBeatResult) GetSuccess() *HBResp
- func (p *MetaServiceHeartBeatResult) IsSetSuccess() bool
- func (p *MetaServiceHeartBeatResult) LogValue() slog.Value
- func (p *MetaServiceHeartBeatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceHeartBeatResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceHeartBeatResult) String() string
- func (p *MetaServiceHeartBeatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceKillQueryArgs
- func (p *MetaServiceKillQueryArgs) GetReq() *KillQueryReq
- func (p *MetaServiceKillQueryArgs) IsSetReq() bool
- func (p *MetaServiceKillQueryArgs) LogValue() slog.Value
- func (p *MetaServiceKillQueryArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceKillQueryArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceKillQueryArgs) String() string
- func (p *MetaServiceKillQueryArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceKillQueryResult
- func (p *MetaServiceKillQueryResult) GetSuccess() *ExecResp
- func (p *MetaServiceKillQueryResult) IsSetSuccess() bool
- func (p *MetaServiceKillQueryResult) LogValue() slog.Value
- func (p *MetaServiceKillQueryResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceKillQueryResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceKillQueryResult) String() string
- func (p *MetaServiceKillQueryResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListClusterArgs
- func (p *MetaServiceListClusterArgs) GetReq() *ListClusterInfoReq
- func (p *MetaServiceListClusterArgs) IsSetReq() bool
- func (p *MetaServiceListClusterArgs) LogValue() slog.Value
- func (p *MetaServiceListClusterArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListClusterArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListClusterArgs) String() string
- func (p *MetaServiceListClusterArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListClusterResult
- func (p *MetaServiceListClusterResult) GetSuccess() *ListClusterInfoResp
- func (p *MetaServiceListClusterResult) IsSetSuccess() bool
- func (p *MetaServiceListClusterResult) LogValue() slog.Value
- func (p *MetaServiceListClusterResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListClusterResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListClusterResult) String() string
- func (p *MetaServiceListClusterResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListConfigsArgs
- func (p *MetaServiceListConfigsArgs) GetReq() *ListConfigsReq
- func (p *MetaServiceListConfigsArgs) IsSetReq() bool
- func (p *MetaServiceListConfigsArgs) LogValue() slog.Value
- func (p *MetaServiceListConfigsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListConfigsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListConfigsArgs) String() string
- func (p *MetaServiceListConfigsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListConfigsResult
- func (p *MetaServiceListConfigsResult) GetSuccess() *ListConfigsResp
- func (p *MetaServiceListConfigsResult) IsSetSuccess() bool
- func (p *MetaServiceListConfigsResult) LogValue() slog.Value
- func (p *MetaServiceListConfigsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListConfigsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListConfigsResult) String() string
- func (p *MetaServiceListConfigsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListEdgeIndexStatusArgs
- func (p *MetaServiceListEdgeIndexStatusArgs) GetReq() *ListIndexStatusReq
- func (p *MetaServiceListEdgeIndexStatusArgs) IsSetReq() bool
- func (p *MetaServiceListEdgeIndexStatusArgs) LogValue() slog.Value
- func (p *MetaServiceListEdgeIndexStatusArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexStatusArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexStatusArgs) String() string
- func (p *MetaServiceListEdgeIndexStatusArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListEdgeIndexStatusResult
- func (p *MetaServiceListEdgeIndexStatusResult) GetSuccess() *ListIndexStatusResp
- func (p *MetaServiceListEdgeIndexStatusResult) IsSetSuccess() bool
- func (p *MetaServiceListEdgeIndexStatusResult) LogValue() slog.Value
- func (p *MetaServiceListEdgeIndexStatusResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexStatusResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexStatusResult) String() string
- func (p *MetaServiceListEdgeIndexStatusResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListEdgeIndexesArgs
- func (p *MetaServiceListEdgeIndexesArgs) GetReq() *ListEdgeIndexesReq
- func (p *MetaServiceListEdgeIndexesArgs) IsSetReq() bool
- func (p *MetaServiceListEdgeIndexesArgs) LogValue() slog.Value
- func (p *MetaServiceListEdgeIndexesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexesArgs) String() string
- func (p *MetaServiceListEdgeIndexesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListEdgeIndexesResult
- func (p *MetaServiceListEdgeIndexesResult) GetSuccess() *ListEdgeIndexesResp
- func (p *MetaServiceListEdgeIndexesResult) IsSetSuccess() bool
- func (p *MetaServiceListEdgeIndexesResult) LogValue() slog.Value
- func (p *MetaServiceListEdgeIndexesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgeIndexesResult) String() string
- func (p *MetaServiceListEdgeIndexesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListEdgesArgs
- func (p *MetaServiceListEdgesArgs) GetReq() *ListEdgesReq
- func (p *MetaServiceListEdgesArgs) IsSetReq() bool
- func (p *MetaServiceListEdgesArgs) LogValue() slog.Value
- func (p *MetaServiceListEdgesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgesArgs) String() string
- func (p *MetaServiceListEdgesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListEdgesResult
- func (p *MetaServiceListEdgesResult) GetSuccess() *ListEdgesResp
- func (p *MetaServiceListEdgesResult) IsSetSuccess() bool
- func (p *MetaServiceListEdgesResult) LogValue() slog.Value
- func (p *MetaServiceListEdgesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListEdgesResult) String() string
- func (p *MetaServiceListEdgesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListFTIndexesArgs
- func (p *MetaServiceListFTIndexesArgs) GetReq() *ListFTIndexesReq
- func (p *MetaServiceListFTIndexesArgs) IsSetReq() bool
- func (p *MetaServiceListFTIndexesArgs) LogValue() slog.Value
- func (p *MetaServiceListFTIndexesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListFTIndexesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListFTIndexesArgs) String() string
- func (p *MetaServiceListFTIndexesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListFTIndexesResult
- func (p *MetaServiceListFTIndexesResult) GetSuccess() *ListFTIndexesResp
- func (p *MetaServiceListFTIndexesResult) IsSetSuccess() bool
- func (p *MetaServiceListFTIndexesResult) LogValue() slog.Value
- func (p *MetaServiceListFTIndexesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListFTIndexesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListFTIndexesResult) String() string
- func (p *MetaServiceListFTIndexesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListHostsArgs
- func (p *MetaServiceListHostsArgs) GetReq() *ListHostsReq
- func (p *MetaServiceListHostsArgs) IsSetReq() bool
- func (p *MetaServiceListHostsArgs) LogValue() slog.Value
- func (p *MetaServiceListHostsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListHostsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListHostsArgs) String() string
- func (p *MetaServiceListHostsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListHostsResult
- func (p *MetaServiceListHostsResult) GetSuccess() *ListHostsResp
- func (p *MetaServiceListHostsResult) IsSetSuccess() bool
- func (p *MetaServiceListHostsResult) LogValue() slog.Value
- func (p *MetaServiceListHostsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListHostsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListHostsResult) String() string
- func (p *MetaServiceListHostsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListListenerArgs
- func (p *MetaServiceListListenerArgs) GetReq() *ListListenerReq
- func (p *MetaServiceListListenerArgs) IsSetReq() bool
- func (p *MetaServiceListListenerArgs) LogValue() slog.Value
- func (p *MetaServiceListListenerArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListListenerArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListListenerArgs) String() string
- func (p *MetaServiceListListenerArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListListenerResult
- func (p *MetaServiceListListenerResult) GetSuccess() *ListListenerResp
- func (p *MetaServiceListListenerResult) IsSetSuccess() bool
- func (p *MetaServiceListListenerResult) LogValue() slog.Value
- func (p *MetaServiceListListenerResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListListenerResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListListenerResult) String() string
- func (p *MetaServiceListListenerResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListPartsArgs
- func (p *MetaServiceListPartsArgs) GetReq() *ListPartsReq
- func (p *MetaServiceListPartsArgs) IsSetReq() bool
- func (p *MetaServiceListPartsArgs) LogValue() slog.Value
- func (p *MetaServiceListPartsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListPartsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListPartsArgs) String() string
- func (p *MetaServiceListPartsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListPartsResult
- func (p *MetaServiceListPartsResult) GetSuccess() *ListPartsResp
- func (p *MetaServiceListPartsResult) IsSetSuccess() bool
- func (p *MetaServiceListPartsResult) LogValue() slog.Value
- func (p *MetaServiceListPartsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListPartsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListPartsResult) String() string
- func (p *MetaServiceListPartsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListRolesArgs
- func (p *MetaServiceListRolesArgs) GetReq() *ListRolesReq
- func (p *MetaServiceListRolesArgs) IsSetReq() bool
- func (p *MetaServiceListRolesArgs) LogValue() slog.Value
- func (p *MetaServiceListRolesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListRolesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListRolesArgs) String() string
- func (p *MetaServiceListRolesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListRolesResult
- func (p *MetaServiceListRolesResult) GetSuccess() *ListRolesResp
- func (p *MetaServiceListRolesResult) IsSetSuccess() bool
- func (p *MetaServiceListRolesResult) LogValue() slog.Value
- func (p *MetaServiceListRolesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListRolesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListRolesResult) String() string
- func (p *MetaServiceListRolesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListServiceClientsArgs
- func (p *MetaServiceListServiceClientsArgs) GetReq() *ListServiceClientsReq
- func (p *MetaServiceListServiceClientsArgs) IsSetReq() bool
- func (p *MetaServiceListServiceClientsArgs) LogValue() slog.Value
- func (p *MetaServiceListServiceClientsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListServiceClientsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListServiceClientsArgs) String() string
- func (p *MetaServiceListServiceClientsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListServiceClientsResult
- func (p *MetaServiceListServiceClientsResult) GetSuccess() *ListServiceClientsResp
- func (p *MetaServiceListServiceClientsResult) IsSetSuccess() bool
- func (p *MetaServiceListServiceClientsResult) LogValue() slog.Value
- func (p *MetaServiceListServiceClientsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListServiceClientsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListServiceClientsResult) String() string
- func (p *MetaServiceListServiceClientsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListSessionsArgs
- func (p *MetaServiceListSessionsArgs) GetReq() *ListSessionsReq
- func (p *MetaServiceListSessionsArgs) IsSetReq() bool
- func (p *MetaServiceListSessionsArgs) LogValue() slog.Value
- func (p *MetaServiceListSessionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSessionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSessionsArgs) String() string
- func (p *MetaServiceListSessionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListSessionsResult
- func (p *MetaServiceListSessionsResult) GetSuccess() *ListSessionsResp
- func (p *MetaServiceListSessionsResult) IsSetSuccess() bool
- func (p *MetaServiceListSessionsResult) LogValue() slog.Value
- func (p *MetaServiceListSessionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSessionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSessionsResult) String() string
- func (p *MetaServiceListSessionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListSnapshotsArgs
- func (p *MetaServiceListSnapshotsArgs) GetReq() *ListSnapshotsReq
- func (p *MetaServiceListSnapshotsArgs) IsSetReq() bool
- func (p *MetaServiceListSnapshotsArgs) LogValue() slog.Value
- func (p *MetaServiceListSnapshotsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSnapshotsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSnapshotsArgs) String() string
- func (p *MetaServiceListSnapshotsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListSnapshotsResult
- func (p *MetaServiceListSnapshotsResult) GetSuccess() *ListSnapshotsResp
- func (p *MetaServiceListSnapshotsResult) IsSetSuccess() bool
- func (p *MetaServiceListSnapshotsResult) LogValue() slog.Value
- func (p *MetaServiceListSnapshotsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSnapshotsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSnapshotsResult) String() string
- func (p *MetaServiceListSnapshotsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListSpacesArgs
- func (p *MetaServiceListSpacesArgs) GetReq() *ListSpacesReq
- func (p *MetaServiceListSpacesArgs) IsSetReq() bool
- func (p *MetaServiceListSpacesArgs) LogValue() slog.Value
- func (p *MetaServiceListSpacesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSpacesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSpacesArgs) String() string
- func (p *MetaServiceListSpacesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListSpacesResult
- func (p *MetaServiceListSpacesResult) GetSuccess() *ListSpacesResp
- func (p *MetaServiceListSpacesResult) IsSetSuccess() bool
- func (p *MetaServiceListSpacesResult) LogValue() slog.Value
- func (p *MetaServiceListSpacesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSpacesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListSpacesResult) String() string
- func (p *MetaServiceListSpacesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListTagIndexStatusArgs
- func (p *MetaServiceListTagIndexStatusArgs) GetReq() *ListIndexStatusReq
- func (p *MetaServiceListTagIndexStatusArgs) IsSetReq() bool
- func (p *MetaServiceListTagIndexStatusArgs) LogValue() slog.Value
- func (p *MetaServiceListTagIndexStatusArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexStatusArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexStatusArgs) String() string
- func (p *MetaServiceListTagIndexStatusArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListTagIndexStatusResult
- func (p *MetaServiceListTagIndexStatusResult) GetSuccess() *ListIndexStatusResp
- func (p *MetaServiceListTagIndexStatusResult) IsSetSuccess() bool
- func (p *MetaServiceListTagIndexStatusResult) LogValue() slog.Value
- func (p *MetaServiceListTagIndexStatusResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexStatusResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexStatusResult) String() string
- func (p *MetaServiceListTagIndexStatusResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListTagIndexesArgs
- func (p *MetaServiceListTagIndexesArgs) GetReq() *ListTagIndexesReq
- func (p *MetaServiceListTagIndexesArgs) IsSetReq() bool
- func (p *MetaServiceListTagIndexesArgs) LogValue() slog.Value
- func (p *MetaServiceListTagIndexesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexesArgs) String() string
- func (p *MetaServiceListTagIndexesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListTagIndexesResult
- func (p *MetaServiceListTagIndexesResult) GetSuccess() *ListTagIndexesResp
- func (p *MetaServiceListTagIndexesResult) IsSetSuccess() bool
- func (p *MetaServiceListTagIndexesResult) LogValue() slog.Value
- func (p *MetaServiceListTagIndexesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagIndexesResult) String() string
- func (p *MetaServiceListTagIndexesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListTagsArgs
- func (p *MetaServiceListTagsArgs) GetReq() *ListTagsReq
- func (p *MetaServiceListTagsArgs) IsSetReq() bool
- func (p *MetaServiceListTagsArgs) LogValue() slog.Value
- func (p *MetaServiceListTagsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagsArgs) String() string
- func (p *MetaServiceListTagsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListTagsResult
- func (p *MetaServiceListTagsResult) GetSuccess() *ListTagsResp
- func (p *MetaServiceListTagsResult) IsSetSuccess() bool
- func (p *MetaServiceListTagsResult) LogValue() slog.Value
- func (p *MetaServiceListTagsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListTagsResult) String() string
- func (p *MetaServiceListTagsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListUsersArgs
- func (p *MetaServiceListUsersArgs) GetReq() *ListUsersReq
- func (p *MetaServiceListUsersArgs) IsSetReq() bool
- func (p *MetaServiceListUsersArgs) LogValue() slog.Value
- func (p *MetaServiceListUsersArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListUsersArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListUsersArgs) String() string
- func (p *MetaServiceListUsersArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListUsersResult
- func (p *MetaServiceListUsersResult) GetSuccess() *ListUsersResp
- func (p *MetaServiceListUsersResult) IsSetSuccess() bool
- func (p *MetaServiceListUsersResult) LogValue() slog.Value
- func (p *MetaServiceListUsersResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListUsersResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListUsersResult) String() string
- func (p *MetaServiceListUsersResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListZonesArgs
- func (p *MetaServiceListZonesArgs) GetReq() *ListZonesReq
- func (p *MetaServiceListZonesArgs) IsSetReq() bool
- func (p *MetaServiceListZonesArgs) LogValue() slog.Value
- func (p *MetaServiceListZonesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListZonesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListZonesArgs) String() string
- func (p *MetaServiceListZonesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceListZonesResult
- func (p *MetaServiceListZonesResult) GetSuccess() *ListZonesResp
- func (p *MetaServiceListZonesResult) IsSetSuccess() bool
- func (p *MetaServiceListZonesResult) LogValue() slog.Value
- func (p *MetaServiceListZonesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListZonesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceListZonesResult) String() string
- func (p *MetaServiceListZonesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceMergeZoneArgs
- func (p *MetaServiceMergeZoneArgs) GetReq() *MergeZoneReq
- func (p *MetaServiceMergeZoneArgs) IsSetReq() bool
- func (p *MetaServiceMergeZoneArgs) LogValue() slog.Value
- func (p *MetaServiceMergeZoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceMergeZoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceMergeZoneArgs) String() string
- func (p *MetaServiceMergeZoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceMergeZoneResult
- func (p *MetaServiceMergeZoneResult) GetSuccess() *ExecResp
- func (p *MetaServiceMergeZoneResult) IsSetSuccess() bool
- func (p *MetaServiceMergeZoneResult) LogValue() slog.Value
- func (p *MetaServiceMergeZoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceMergeZoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceMergeZoneResult) String() string
- func (p *MetaServiceMergeZoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceProcessor
- func (p *MetaServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *MetaServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *MetaServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *MetaServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type MetaServiceRebuildEdgeIndexArgs
- func (p *MetaServiceRebuildEdgeIndexArgs) GetReq() *RebuildIndexReq
- func (p *MetaServiceRebuildEdgeIndexArgs) IsSetReq() bool
- func (p *MetaServiceRebuildEdgeIndexArgs) LogValue() slog.Value
- func (p *MetaServiceRebuildEdgeIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildEdgeIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildEdgeIndexArgs) String() string
- func (p *MetaServiceRebuildEdgeIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRebuildEdgeIndexResult
- func (p *MetaServiceRebuildEdgeIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceRebuildEdgeIndexResult) IsSetSuccess() bool
- func (p *MetaServiceRebuildEdgeIndexResult) LogValue() slog.Value
- func (p *MetaServiceRebuildEdgeIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildEdgeIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildEdgeIndexResult) String() string
- func (p *MetaServiceRebuildEdgeIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRebuildTagIndexArgs
- func (p *MetaServiceRebuildTagIndexArgs) GetReq() *RebuildIndexReq
- func (p *MetaServiceRebuildTagIndexArgs) IsSetReq() bool
- func (p *MetaServiceRebuildTagIndexArgs) LogValue() slog.Value
- func (p *MetaServiceRebuildTagIndexArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildTagIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildTagIndexArgs) String() string
- func (p *MetaServiceRebuildTagIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRebuildTagIndexResult
- func (p *MetaServiceRebuildTagIndexResult) GetSuccess() *ExecResp
- func (p *MetaServiceRebuildTagIndexResult) IsSetSuccess() bool
- func (p *MetaServiceRebuildTagIndexResult) LogValue() slog.Value
- func (p *MetaServiceRebuildTagIndexResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildTagIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRebuildTagIndexResult) String() string
- func (p *MetaServiceRebuildTagIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRegConfigArgs
- func (p *MetaServiceRegConfigArgs) GetReq() *RegConfigReq
- func (p *MetaServiceRegConfigArgs) IsSetReq() bool
- func (p *MetaServiceRegConfigArgs) LogValue() slog.Value
- func (p *MetaServiceRegConfigArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRegConfigArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRegConfigArgs) String() string
- func (p *MetaServiceRegConfigArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRegConfigResult
- func (p *MetaServiceRegConfigResult) GetSuccess() *ExecResp
- func (p *MetaServiceRegConfigResult) IsSetSuccess() bool
- func (p *MetaServiceRegConfigResult) LogValue() slog.Value
- func (p *MetaServiceRegConfigResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRegConfigResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRegConfigResult) String() string
- func (p *MetaServiceRegConfigResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRemoveListenerArgs
- func (p *MetaServiceRemoveListenerArgs) GetReq() *RemoveListenerReq
- func (p *MetaServiceRemoveListenerArgs) IsSetReq() bool
- func (p *MetaServiceRemoveListenerArgs) LogValue() slog.Value
- func (p *MetaServiceRemoveListenerArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveListenerArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveListenerArgs) String() string
- func (p *MetaServiceRemoveListenerArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRemoveListenerResult
- func (p *MetaServiceRemoveListenerResult) GetSuccess() *ExecResp
- func (p *MetaServiceRemoveListenerResult) IsSetSuccess() bool
- func (p *MetaServiceRemoveListenerResult) LogValue() slog.Value
- func (p *MetaServiceRemoveListenerResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveListenerResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveListenerResult) String() string
- func (p *MetaServiceRemoveListenerResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRemoveSessionArgs
- func (p *MetaServiceRemoveSessionArgs) GetReq() *RemoveSessionReq
- func (p *MetaServiceRemoveSessionArgs) IsSetReq() bool
- func (p *MetaServiceRemoveSessionArgs) LogValue() slog.Value
- func (p *MetaServiceRemoveSessionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveSessionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveSessionArgs) String() string
- func (p *MetaServiceRemoveSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRemoveSessionResult
- func (p *MetaServiceRemoveSessionResult) GetSuccess() *RemoveSessionResp
- func (p *MetaServiceRemoveSessionResult) IsSetSuccess() bool
- func (p *MetaServiceRemoveSessionResult) LogValue() slog.Value
- func (p *MetaServiceRemoveSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveSessionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRemoveSessionResult) String() string
- func (p *MetaServiceRemoveSessionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRenameZoneArgs
- func (p *MetaServiceRenameZoneArgs) GetReq() *RenameZoneReq
- func (p *MetaServiceRenameZoneArgs) IsSetReq() bool
- func (p *MetaServiceRenameZoneArgs) LogValue() slog.Value
- func (p *MetaServiceRenameZoneArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRenameZoneArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRenameZoneArgs) String() string
- func (p *MetaServiceRenameZoneArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRenameZoneResult
- func (p *MetaServiceRenameZoneResult) GetSuccess() *ExecResp
- func (p *MetaServiceRenameZoneResult) IsSetSuccess() bool
- func (p *MetaServiceRenameZoneResult) LogValue() slog.Value
- func (p *MetaServiceRenameZoneResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRenameZoneResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRenameZoneResult) String() string
- func (p *MetaServiceRenameZoneResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceReportTaskFinishArgs
- func (p *MetaServiceReportTaskFinishArgs) GetReq() *ReportTaskReq
- func (p *MetaServiceReportTaskFinishArgs) IsSetReq() bool
- func (p *MetaServiceReportTaskFinishArgs) LogValue() slog.Value
- func (p *MetaServiceReportTaskFinishArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceReportTaskFinishArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceReportTaskFinishArgs) String() string
- func (p *MetaServiceReportTaskFinishArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceReportTaskFinishResult
- func (p *MetaServiceReportTaskFinishResult) GetSuccess() *ExecResp
- func (p *MetaServiceReportTaskFinishResult) IsSetSuccess() bool
- func (p *MetaServiceReportTaskFinishResult) LogValue() slog.Value
- func (p *MetaServiceReportTaskFinishResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceReportTaskFinishResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceReportTaskFinishResult) String() string
- func (p *MetaServiceReportTaskFinishResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRestoreMetaArgs
- func (p *MetaServiceRestoreMetaArgs) GetReq() *RestoreMetaReq
- func (p *MetaServiceRestoreMetaArgs) IsSetReq() bool
- func (p *MetaServiceRestoreMetaArgs) LogValue() slog.Value
- func (p *MetaServiceRestoreMetaArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRestoreMetaArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRestoreMetaArgs) String() string
- func (p *MetaServiceRestoreMetaArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRestoreMetaResult
- func (p *MetaServiceRestoreMetaResult) GetSuccess() *RestoreMetaResp
- func (p *MetaServiceRestoreMetaResult) IsSetSuccess() bool
- func (p *MetaServiceRestoreMetaResult) LogValue() slog.Value
- func (p *MetaServiceRestoreMetaResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRestoreMetaResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRestoreMetaResult) String() string
- func (p *MetaServiceRestoreMetaResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRevokeRoleArgs
- func (p *MetaServiceRevokeRoleArgs) GetReq() *RevokeRoleReq
- func (p *MetaServiceRevokeRoleArgs) IsSetReq() bool
- func (p *MetaServiceRevokeRoleArgs) LogValue() slog.Value
- func (p *MetaServiceRevokeRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRevokeRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRevokeRoleArgs) String() string
- func (p *MetaServiceRevokeRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRevokeRoleResult
- func (p *MetaServiceRevokeRoleResult) GetSuccess() *ExecResp
- func (p *MetaServiceRevokeRoleResult) IsSetSuccess() bool
- func (p *MetaServiceRevokeRoleResult) LogValue() slog.Value
- func (p *MetaServiceRevokeRoleResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRevokeRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRevokeRoleResult) String() string
- func (p *MetaServiceRevokeRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRunAdminJobArgs
- func (p *MetaServiceRunAdminJobArgs) GetReq() *AdminJobReq
- func (p *MetaServiceRunAdminJobArgs) IsSetReq() bool
- func (p *MetaServiceRunAdminJobArgs) LogValue() slog.Value
- func (p *MetaServiceRunAdminJobArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRunAdminJobArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRunAdminJobArgs) String() string
- func (p *MetaServiceRunAdminJobArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceRunAdminJobResult
- func (p *MetaServiceRunAdminJobResult) GetSuccess() *AdminJobResp
- func (p *MetaServiceRunAdminJobResult) IsSetSuccess() bool
- func (p *MetaServiceRunAdminJobResult) LogValue() slog.Value
- func (p *MetaServiceRunAdminJobResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRunAdminJobResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceRunAdminJobResult) String() string
- func (p *MetaServiceRunAdminJobResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSaveGraphVersionArgs
- func (p *MetaServiceSaveGraphVersionArgs) GetReq() *SaveGraphVersionReq
- func (p *MetaServiceSaveGraphVersionArgs) IsSetReq() bool
- func (p *MetaServiceSaveGraphVersionArgs) LogValue() slog.Value
- func (p *MetaServiceSaveGraphVersionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSaveGraphVersionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSaveGraphVersionArgs) String() string
- func (p *MetaServiceSaveGraphVersionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSaveGraphVersionResult
- func (p *MetaServiceSaveGraphVersionResult) GetSuccess() *SaveGraphVersionResp
- func (p *MetaServiceSaveGraphVersionResult) IsSetSuccess() bool
- func (p *MetaServiceSaveGraphVersionResult) LogValue() slog.Value
- func (p *MetaServiceSaveGraphVersionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSaveGraphVersionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSaveGraphVersionResult) String() string
- func (p *MetaServiceSaveGraphVersionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSetConfigArgs
- func (p *MetaServiceSetConfigArgs) GetReq() *SetConfigReq
- func (p *MetaServiceSetConfigArgs) IsSetReq() bool
- func (p *MetaServiceSetConfigArgs) LogValue() slog.Value
- func (p *MetaServiceSetConfigArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSetConfigArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSetConfigArgs) String() string
- func (p *MetaServiceSetConfigArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSetConfigResult
- func (p *MetaServiceSetConfigResult) GetSuccess() *ExecResp
- func (p *MetaServiceSetConfigResult) IsSetSuccess() bool
- func (p *MetaServiceSetConfigResult) LogValue() slog.Value
- func (p *MetaServiceSetConfigResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSetConfigResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSetConfigResult) String() string
- func (p *MetaServiceSetConfigResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSignInServiceArgs
- func (p *MetaServiceSignInServiceArgs) GetReq() *SignInServiceReq
- func (p *MetaServiceSignInServiceArgs) IsSetReq() bool
- func (p *MetaServiceSignInServiceArgs) LogValue() slog.Value
- func (p *MetaServiceSignInServiceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignInServiceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignInServiceArgs) String() string
- func (p *MetaServiceSignInServiceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSignInServiceResult
- func (p *MetaServiceSignInServiceResult) GetSuccess() *ExecResp
- func (p *MetaServiceSignInServiceResult) IsSetSuccess() bool
- func (p *MetaServiceSignInServiceResult) LogValue() slog.Value
- func (p *MetaServiceSignInServiceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignInServiceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignInServiceResult) String() string
- func (p *MetaServiceSignInServiceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSignOutServiceArgs
- func (p *MetaServiceSignOutServiceArgs) GetReq() *SignOutServiceReq
- func (p *MetaServiceSignOutServiceArgs) IsSetReq() bool
- func (p *MetaServiceSignOutServiceArgs) LogValue() slog.Value
- func (p *MetaServiceSignOutServiceArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignOutServiceArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignOutServiceArgs) String() string
- func (p *MetaServiceSignOutServiceArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceSignOutServiceResult
- func (p *MetaServiceSignOutServiceResult) GetSuccess() *ExecResp
- func (p *MetaServiceSignOutServiceResult) IsSetSuccess() bool
- func (p *MetaServiceSignOutServiceResult) LogValue() slog.Value
- func (p *MetaServiceSignOutServiceResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignOutServiceResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceSignOutServiceResult) String() string
- func (p *MetaServiceSignOutServiceResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceUpdateSessionsArgs
- func (p *MetaServiceUpdateSessionsArgs) GetReq() *UpdateSessionsReq
- func (p *MetaServiceUpdateSessionsArgs) IsSetReq() bool
- func (p *MetaServiceUpdateSessionsArgs) LogValue() slog.Value
- func (p *MetaServiceUpdateSessionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceUpdateSessionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceUpdateSessionsArgs) String() string
- func (p *MetaServiceUpdateSessionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceUpdateSessionsResult
- func (p *MetaServiceUpdateSessionsResult) GetSuccess() *UpdateSessionsResp
- func (p *MetaServiceUpdateSessionsResult) IsSetSuccess() bool
- func (p *MetaServiceUpdateSessionsResult) LogValue() slog.Value
- func (p *MetaServiceUpdateSessionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceUpdateSessionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceUpdateSessionsResult) String() string
- func (p *MetaServiceUpdateSessionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceVerifyClientVersionArgs
- func (p *MetaServiceVerifyClientVersionArgs) GetReq() *VerifyClientVersionReq
- func (p *MetaServiceVerifyClientVersionArgs) IsSetReq() bool
- func (p *MetaServiceVerifyClientVersionArgs) LogValue() slog.Value
- func (p *MetaServiceVerifyClientVersionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceVerifyClientVersionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceVerifyClientVersionArgs) String() string
- func (p *MetaServiceVerifyClientVersionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaServiceVerifyClientVersionResult
- func (p *MetaServiceVerifyClientVersionResult) GetSuccess() *VerifyClientVersionResp
- func (p *MetaServiceVerifyClientVersionResult) IsSetSuccess() bool
- func (p *MetaServiceVerifyClientVersionResult) LogValue() slog.Value
- func (p *MetaServiceVerifyClientVersionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceVerifyClientVersionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaServiceVerifyClientVersionResult) String() string
- func (p *MetaServiceVerifyClientVersionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartInfo
- func (p *PartInfo) Equals(other *PartInfo) bool
- func (p *PartInfo) GetHosts() []*nebula.HostAddr
- func (p *PartInfo) GetPartID() nebula.PartitionID
- func (p *PartInfo) LogValue() slog.Value
- func (p *PartInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartInfo) String() string
- func (p *PartInfo) Validate() error
- func (p *PartInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartItem
- func (p *PartItem) Equals(other *PartItem) bool
- func (p *PartItem) GetLeader() *nebula.HostAddr
- func (p *PartItem) GetLosts() []*nebula.HostAddr
- func (p *PartItem) GetPartID() nebula.PartitionID
- func (p *PartItem) GetPeers() []*nebula.HostAddr
- func (p *PartItem) IsSetLeader() bool
- func (p *PartItem) LogValue() slog.Value
- func (p *PartItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartItem) String() string
- func (p *PartItem) Validate() error
- func (p *PartItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionList
- func (p *PartitionList) Equals(other *PartitionList) bool
- func (p *PartitionList) GetPartList() []nebula.PartitionID
- func (p *PartitionList) LogValue() slog.Value
- func (p *PartitionList) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionList) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionList) String() string
- func (p *PartitionList) Validate() error
- func (p *PartitionList) Write(ctx context.Context, oprot thrift.TProtocol) error
- type QueryDesc
- func (p *QueryDesc) Equals(other *QueryDesc) bool
- func (p *QueryDesc) GetDuration() int64
- func (p *QueryDesc) GetGraphAddr() *nebula.HostAddr
- func (p *QueryDesc) GetQuery() []byte
- func (p *QueryDesc) GetStartTime() nebula.Timestamp
- func (p *QueryDesc) GetStatus() QueryStatus
- func (p *QueryDesc) IsSetGraphAddr() bool
- func (p *QueryDesc) LogValue() slog.Value
- func (p *QueryDesc) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *QueryDesc) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *QueryDesc) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *QueryDesc) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *QueryDesc) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *QueryDesc) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *QueryDesc) String() string
- func (p *QueryDesc) Validate() error
- func (p *QueryDesc) Write(ctx context.Context, oprot thrift.TProtocol) error
- type QueryStatus
- type RebuildIndexReq
- func (p *RebuildIndexReq) Equals(other *RebuildIndexReq) bool
- func (p *RebuildIndexReq) GetIndexName() []byte
- func (p *RebuildIndexReq) GetSpaceID() nebula.GraphSpaceID
- func (p *RebuildIndexReq) LogValue() slog.Value
- func (p *RebuildIndexReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RebuildIndexReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RebuildIndexReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RebuildIndexReq) String() string
- func (p *RebuildIndexReq) Validate() error
- func (p *RebuildIndexReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RegConfigReq
- func (p *RegConfigReq) Equals(other *RegConfigReq) bool
- func (p *RegConfigReq) GetItems() []*ConfigItem
- func (p *RegConfigReq) LogValue() slog.Value
- func (p *RegConfigReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RegConfigReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RegConfigReq) String() string
- func (p *RegConfigReq) Validate() error
- func (p *RegConfigReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RemoveListenerReq
- func (p *RemoveListenerReq) Equals(other *RemoveListenerReq) bool
- func (p *RemoveListenerReq) GetSpaceID() nebula.GraphSpaceID
- func (p *RemoveListenerReq) GetType() ListenerType
- func (p *RemoveListenerReq) LogValue() slog.Value
- func (p *RemoveListenerReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveListenerReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveListenerReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveListenerReq) String() string
- func (p *RemoveListenerReq) Validate() error
- func (p *RemoveListenerReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RemoveSessionReq
- func (p *RemoveSessionReq) Equals(other *RemoveSessionReq) bool
- func (p *RemoveSessionReq) GetSessionIds() []nebula.SessionID
- func (p *RemoveSessionReq) LogValue() slog.Value
- func (p *RemoveSessionReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveSessionReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveSessionReq) String() string
- func (p *RemoveSessionReq) Validate() error
- func (p *RemoveSessionReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RemoveSessionResp
- func (p *RemoveSessionResp) Equals(other *RemoveSessionResp) bool
- func (p *RemoveSessionResp) GetCode() nebula.ErrorCode
- func (p *RemoveSessionResp) GetLeader() *nebula.HostAddr
- func (p *RemoveSessionResp) GetRemovedSessionIds() []nebula.SessionID
- func (p *RemoveSessionResp) IsSetLeader() bool
- func (p *RemoveSessionResp) LogValue() slog.Value
- func (p *RemoveSessionResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveSessionResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveSessionResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveSessionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RemoveSessionResp) String() string
- func (p *RemoveSessionResp) Validate() error
- func (p *RemoveSessionResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RenameZoneReq
- func (p *RenameZoneReq) Equals(other *RenameZoneReq) bool
- func (p *RenameZoneReq) GetOriginalZoneName() []byte
- func (p *RenameZoneReq) GetZoneName() []byte
- func (p *RenameZoneReq) LogValue() slog.Value
- func (p *RenameZoneReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RenameZoneReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RenameZoneReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RenameZoneReq) String() string
- func (p *RenameZoneReq) Validate() error
- func (p *RenameZoneReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ReportTaskReq
- func (p *ReportTaskReq) Equals(other *ReportTaskReq) bool
- func (p *ReportTaskReq) GetCode() nebula.ErrorCode
- func (p *ReportTaskReq) GetJobID() int32
- func (p *ReportTaskReq) GetSpaceID() nebula.GraphSpaceID
- func (p *ReportTaskReq) GetStats() *StatsItem
- func (p *ReportTaskReq) GetTaskID() int32
- func (p *ReportTaskReq) IsSetStats() bool
- func (p *ReportTaskReq) LogValue() slog.Value
- func (p *ReportTaskReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReportTaskReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReportTaskReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReportTaskReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReportTaskReq) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReportTaskReq) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ReportTaskReq) String() string
- func (p *ReportTaskReq) Validate() error
- func (p *ReportTaskReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RestoreMetaReq
- func (p *RestoreMetaReq) Equals(other *RestoreMetaReq) bool
- func (p *RestoreMetaReq) GetFiles() [][]byte
- func (p *RestoreMetaReq) GetHosts() []*HostPair
- func (p *RestoreMetaReq) LogValue() slog.Value
- func (p *RestoreMetaReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaReq) String() string
- func (p *RestoreMetaReq) Validate() error
- func (p *RestoreMetaReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RestoreMetaResp
- func (p *RestoreMetaResp) Equals(other *RestoreMetaResp) bool
- func (p *RestoreMetaResp) GetCode() nebula.ErrorCode
- func (p *RestoreMetaResp) GetLeader() *nebula.HostAddr
- func (p *RestoreMetaResp) GetPartHosts() map[nebula.GraphSpaceID][]*PartInfo
- func (p *RestoreMetaResp) IsSetLeader() bool
- func (p *RestoreMetaResp) LogValue() slog.Value
- func (p *RestoreMetaResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RestoreMetaResp) String() string
- func (p *RestoreMetaResp) Validate() error
- func (p *RestoreMetaResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RevokeRoleReq
- func (p *RevokeRoleReq) Equals(other *RevokeRoleReq) bool
- func (p *RevokeRoleReq) GetRoleItem() *RoleItem
- func (p *RevokeRoleReq) IsSetRoleItem() bool
- func (p *RevokeRoleReq) LogValue() slog.Value
- func (p *RevokeRoleReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RevokeRoleReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RevokeRoleReq) String() string
- func (p *RevokeRoleReq) Validate() error
- func (p *RevokeRoleReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RoleItem
- func (p *RoleItem) Equals(other *RoleItem) bool
- func (p *RoleItem) GetRoleType() RoleType
- func (p *RoleItem) GetSpaceID() nebula.GraphSpaceID
- func (p *RoleItem) GetUserID() []byte
- func (p *RoleItem) LogValue() slog.Value
- func (p *RoleItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RoleItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RoleItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RoleItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RoleItem) String() string
- func (p *RoleItem) Validate() error
- func (p *RoleItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RoleType
- type SaveGraphVersionReq
- func (p *SaveGraphVersionReq) Equals(other *SaveGraphVersionReq) bool
- func (p *SaveGraphVersionReq) GetBuildVersion() []byte
- func (p *SaveGraphVersionReq) GetClientVersion() []byte
- func (p *SaveGraphVersionReq) GetHost() *nebula.HostAddr
- func (p *SaveGraphVersionReq) IsSetHost() bool
- func (p *SaveGraphVersionReq) LogValue() slog.Value
- func (p *SaveGraphVersionReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionReq) String() string
- func (p *SaveGraphVersionReq) Validate() error
- func (p *SaveGraphVersionReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SaveGraphVersionResp
- func (p *SaveGraphVersionResp) Equals(other *SaveGraphVersionResp) bool
- func (p *SaveGraphVersionResp) GetCode() nebula.ErrorCode
- func (p *SaveGraphVersionResp) GetErrorMsg() []byte
- func (p *SaveGraphVersionResp) GetLeader() *nebula.HostAddr
- func (p *SaveGraphVersionResp) IsSetErrorMsg() bool
- func (p *SaveGraphVersionResp) IsSetLeader() bool
- func (p *SaveGraphVersionResp) LogValue() slog.Value
- func (p *SaveGraphVersionResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SaveGraphVersionResp) String() string
- func (p *SaveGraphVersionResp) Validate() error
- func (p *SaveGraphVersionResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Schema
- func (p *Schema) Equals(other *Schema) bool
- func (p *Schema) GetColumns() []*ColumnDef
- func (p *Schema) GetSchemaProp() *SchemaProp
- func (p *Schema) IsSetSchemaProp() bool
- func (p *Schema) LogValue() slog.Value
- func (p *Schema) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Schema) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Schema) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Schema) String() string
- func (p *Schema) Validate() error
- func (p *Schema) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SchemaProp
- func (p *SchemaProp) Equals(other *SchemaProp) bool
- func (p *SchemaProp) GetComment() []byte
- func (p *SchemaProp) GetTTLCol() []byte
- func (p *SchemaProp) GetTTLDuration() int64
- func (p *SchemaProp) IsSetComment() bool
- func (p *SchemaProp) IsSetTTLCol() bool
- func (p *SchemaProp) IsSetTTLDuration() bool
- func (p *SchemaProp) LogValue() slog.Value
- func (p *SchemaProp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SchemaProp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SchemaProp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SchemaProp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SchemaProp) String() string
- func (p *SchemaProp) Validate() error
- func (p *SchemaProp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SchemaVer
- type ServiceClient
- func (p *ServiceClient) Equals(other *ServiceClient) bool
- func (p *ServiceClient) GetConnType() []byte
- func (p *ServiceClient) GetHost() *nebula.HostAddr
- func (p *ServiceClient) GetPwd() []byte
- func (p *ServiceClient) GetUser() []byte
- func (p *ServiceClient) IsSetConnType() bool
- func (p *ServiceClient) IsSetHost() bool
- func (p *ServiceClient) IsSetPwd() bool
- func (p *ServiceClient) IsSetUser() bool
- func (p *ServiceClient) LogValue() slog.Value
- func (p *ServiceClient) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceClient) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceClient) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceClient) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceClient) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceClient) String() string
- func (p *ServiceClient) Validate() error
- func (p *ServiceClient) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ServiceInfo
- func (p *ServiceInfo) Equals(other *ServiceInfo) bool
- func (p *ServiceInfo) GetAddr() *nebula.HostAddr
- func (p *ServiceInfo) GetDir() *nebula.DirInfo
- func (p *ServiceInfo) GetRole() HostRole
- func (p *ServiceInfo) IsSetAddr() bool
- func (p *ServiceInfo) IsSetDir() bool
- func (p *ServiceInfo) LogValue() slog.Value
- func (p *ServiceInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ServiceInfo) String() string
- func (p *ServiceInfo) Validate() error
- func (p *ServiceInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Session
- func (p *Session) Equals(other *Session) bool
- func (p *Session) GetClientIP() []byte
- func (p *Session) GetConfigs() map[string]*nebula.Value
- func (p *Session) GetCreateTime() nebula.Timestamp
- func (p *Session) GetGraphAddr() *nebula.HostAddr
- func (p *Session) GetQueries() map[nebula.ExecutionPlanID]*QueryDesc
- func (p *Session) GetSessionID() nebula.SessionID
- func (p *Session) GetSpaceName() []byte
- func (p *Session) GetTimezone() int32
- func (p *Session) GetUpdateTime() nebula.Timestamp
- func (p *Session) GetUserName() []byte
- func (p *Session) IsSetGraphAddr() bool
- func (p *Session) LogValue() slog.Value
- func (p *Session) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Session) String() string
- func (p *Session) Validate() error
- func (p *Session) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SetConfigReq
- func (p *SetConfigReq) Equals(other *SetConfigReq) bool
- func (p *SetConfigReq) GetItem() *ConfigItem
- func (p *SetConfigReq) IsSetItem() bool
- func (p *SetConfigReq) LogValue() slog.Value
- func (p *SetConfigReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SetConfigReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SetConfigReq) String() string
- func (p *SetConfigReq) Validate() error
- func (p *SetConfigReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SignInServiceReq
- func (p *SignInServiceReq) Equals(other *SignInServiceReq) bool
- func (p *SignInServiceReq) GetClients() []*ServiceClient
- func (p *SignInServiceReq) GetType() ExternalServiceType
- func (p *SignInServiceReq) LogValue() slog.Value
- func (p *SignInServiceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SignInServiceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SignInServiceReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SignInServiceReq) String() string
- func (p *SignInServiceReq) Validate() error
- func (p *SignInServiceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SignOutServiceReq
- func (p *SignOutServiceReq) Equals(other *SignOutServiceReq) bool
- func (p *SignOutServiceReq) GetType() ExternalServiceType
- func (p *SignOutServiceReq) LogValue() slog.Value
- func (p *SignOutServiceReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SignOutServiceReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SignOutServiceReq) String() string
- func (p *SignOutServiceReq) Validate() error
- func (p *SignOutServiceReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Snapshot
- func (p *Snapshot) Equals(other *Snapshot) bool
- func (p *Snapshot) GetHosts() []byte
- func (p *Snapshot) GetName() []byte
- func (p *Snapshot) GetStatus() SnapshotStatus
- func (p *Snapshot) LogValue() slog.Value
- func (p *Snapshot) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Snapshot) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Snapshot) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Snapshot) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Snapshot) String() string
- func (p *Snapshot) Validate() error
- func (p *Snapshot) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SnapshotStatus
- type SpaceBackupInfo
- func (p *SpaceBackupInfo) Equals(other *SpaceBackupInfo) bool
- func (p *SpaceBackupInfo) GetHostBackups() []*HostBackupInfo
- func (p *SpaceBackupInfo) GetSpace() *SpaceDesc
- func (p *SpaceBackupInfo) IsSetSpace() bool
- func (p *SpaceBackupInfo) LogValue() slog.Value
- func (p *SpaceBackupInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceBackupInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceBackupInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceBackupInfo) String() string
- func (p *SpaceBackupInfo) Validate() error
- func (p *SpaceBackupInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SpaceDesc
- func (p *SpaceDesc) Equals(other *SpaceDesc) bool
- func (p *SpaceDesc) GetCharsetName() []byte
- func (p *SpaceDesc) GetCollateName() []byte
- func (p *SpaceDesc) GetComment() []byte
- func (p *SpaceDesc) GetIsolationLevel() IsolationLevel
- func (p *SpaceDesc) GetPartitionNum() int32
- func (p *SpaceDesc) GetReplicaFactor() int32
- func (p *SpaceDesc) GetSpaceName() []byte
- func (p *SpaceDesc) GetVidType() *ColumnTypeDef
- func (p *SpaceDesc) GetZoneNames() [][]byte
- func (p *SpaceDesc) IsSetComment() bool
- func (p *SpaceDesc) IsSetIsolationLevel() bool
- func (p *SpaceDesc) IsSetVidType() bool
- func (p *SpaceDesc) LogValue() slog.Value
- func (p *SpaceDesc) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceDesc) String() string
- func (p *SpaceDesc) Validate() error
- func (p *SpaceDesc) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SpaceItem
- func (p *SpaceItem) Equals(other *SpaceItem) bool
- func (p *SpaceItem) GetProperties() *SpaceDesc
- func (p *SpaceItem) GetSpaceID() nebula.GraphSpaceID
- func (p *SpaceItem) IsSetProperties() bool
- func (p *SpaceItem) LogValue() slog.Value
- func (p *SpaceItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SpaceItem) String() string
- func (p *SpaceItem) Validate() error
- func (p *SpaceItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type StatsItem
- func (p *StatsItem) Equals(other *StatsItem) bool
- func (p *StatsItem) GetEdges() map[string]int64
- func (p *StatsItem) GetNegativePartCorrelativity() map[nebula.PartitionID][]*Correlativity
- func (p *StatsItem) GetPositivePartCorrelativity() map[nebula.PartitionID][]*Correlativity
- func (p *StatsItem) GetSpaceEdges() int64
- func (p *StatsItem) GetSpaceVertices() int64
- func (p *StatsItem) GetStatus() JobStatus
- func (p *StatsItem) GetTagVertices() map[string]int64
- func (p *StatsItem) LogValue() slog.Value
- func (p *StatsItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StatsItem) String() string
- func (p *StatsItem) Validate() error
- func (p *StatsItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TagItem
- func (p *TagItem) Equals(other *TagItem) bool
- func (p *TagItem) GetSchema() *Schema
- func (p *TagItem) GetTagID() nebula.TagID
- func (p *TagItem) GetTagName() []byte
- func (p *TagItem) GetVersion() SchemaVer
- func (p *TagItem) IsSetSchema() bool
- func (p *TagItem) LogValue() slog.Value
- func (p *TagItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TagItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TagItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TagItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TagItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TagItem) String() string
- func (p *TagItem) Validate() error
- func (p *TagItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TaskDesc
- func (p *TaskDesc) Equals(other *TaskDesc) bool
- func (p *TaskDesc) GetCode() nebula.ErrorCode
- func (p *TaskDesc) GetHost() *nebula.HostAddr
- func (p *TaskDesc) GetJobID() int32
- func (p *TaskDesc) GetSpaceID() nebula.GraphSpaceID
- func (p *TaskDesc) GetStartTime() int64
- func (p *TaskDesc) GetStatus() JobStatus
- func (p *TaskDesc) GetStopTime() int64
- func (p *TaskDesc) GetTaskID() int32
- func (p *TaskDesc) IsSetHost() bool
- func (p *TaskDesc) LogValue() slog.Value
- func (p *TaskDesc) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TaskDesc) String() string
- func (p *TaskDesc) Validate() error
- func (p *TaskDesc) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TaskResult_
- type UpdateSessionsReq
- func (p *UpdateSessionsReq) Equals(other *UpdateSessionsReq) bool
- func (p *UpdateSessionsReq) GetSessions() []*Session
- func (p *UpdateSessionsReq) LogValue() slog.Value
- func (p *UpdateSessionsReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsReq) String() string
- func (p *UpdateSessionsReq) Validate() error
- func (p *UpdateSessionsReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UpdateSessionsResp
- func (p *UpdateSessionsResp) Equals(other *UpdateSessionsResp) bool
- func (p *UpdateSessionsResp) GetCode() nebula.ErrorCode
- func (p *UpdateSessionsResp) GetKilledQueries() map[nebula.SessionID]map[nebula.ExecutionPlanID]*QueryDesc
- func (p *UpdateSessionsResp) GetKilledSessions() []nebula.SessionID
- func (p *UpdateSessionsResp) GetLeader() *nebula.HostAddr
- func (p *UpdateSessionsResp) IsSetLeader() bool
- func (p *UpdateSessionsResp) LogValue() slog.Value
- func (p *UpdateSessionsResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsResp) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UpdateSessionsResp) String() string
- func (p *UpdateSessionsResp) Validate() error
- func (p *UpdateSessionsResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UserItem
- func (p *UserItem) Equals(other *UserItem) bool
- func (p *UserItem) GetAccount() []byte
- func (p *UserItem) GetIsLock() bool
- func (p *UserItem) GetMaxConnectionsPerHour() int32
- func (p *UserItem) GetMaxQueriesPerHour() int32
- func (p *UserItem) GetMaxUpdatesPerHour() int32
- func (p *UserItem) GetMaxUserConnections() int32
- func (p *UserItem) LogValue() slog.Value
- func (p *UserItem) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UserItem) String() string
- func (p *UserItem) Validate() error
- func (p *UserItem) Write(ctx context.Context, oprot thrift.TProtocol) error
- type VerifyClientVersionReq
- func (p *VerifyClientVersionReq) Equals(other *VerifyClientVersionReq) bool
- func (p *VerifyClientVersionReq) GetBuildVersion() []byte
- func (p *VerifyClientVersionReq) GetClientVersion() []byte
- func (p *VerifyClientVersionReq) GetHost() *nebula.HostAddr
- func (p *VerifyClientVersionReq) IsSetHost() bool
- func (p *VerifyClientVersionReq) LogValue() slog.Value
- func (p *VerifyClientVersionReq) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionReq) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionReq) String() string
- func (p *VerifyClientVersionReq) Validate() error
- func (p *VerifyClientVersionReq) Write(ctx context.Context, oprot thrift.TProtocol) error
- type VerifyClientVersionResp
- func (p *VerifyClientVersionResp) Equals(other *VerifyClientVersionResp) bool
- func (p *VerifyClientVersionResp) GetCode() nebula.ErrorCode
- func (p *VerifyClientVersionResp) GetErrorMsg() []byte
- func (p *VerifyClientVersionResp) GetLeader() *nebula.HostAddr
- func (p *VerifyClientVersionResp) IsSetErrorMsg() bool
- func (p *VerifyClientVersionResp) IsSetLeader() bool
- func (p *VerifyClientVersionResp) LogValue() slog.Value
- func (p *VerifyClientVersionResp) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionResp) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *VerifyClientVersionResp) String() string
- func (p *VerifyClientVersionResp) Validate() error
- func (p *VerifyClientVersionResp) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Zone
- func (p *Zone) Equals(other *Zone) bool
- func (p *Zone) GetNodes() []*nebula.HostAddr
- func (p *Zone) GetZoneName() []byte
- func (p *Zone) LogValue() slog.Value
- func (p *Zone) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Zone) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Zone) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Zone) String() string
- func (p *Zone) Validate() error
- func (p *Zone) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
var AdminJobResp_Leader_DEFAULT *nebula.HostAddr
var AdminJobResult__JobDesc_DEFAULT []*JobDesc
var AdminJobResult__JobID_DEFAULT int32
var AdminJobResult__RecoveredJobNum_DEFAULT int32
var AdminJobResult__TaskDesc_DEFAULT []*TaskDesc
var AgentHBReq_Host_DEFAULT *nebula.HostAddr
var AgentHBReq_Version_DEFAULT []byte
var AgentHBResp_Leader_DEFAULT *nebula.HostAddr
var ColumnDef_Comment_DEFAULT []byte
var ColumnDef_DefaultValue_DEFAULT []byte
var ColumnDef_Nullable_DEFAULT bool = false
var ColumnTypeDef_TypeLength_DEFAULT int16 = 0
var ConfigItem_Value_DEFAULT *nebula.Value
var CreateBackupReq_BaseBackupName_DEFAULT []byte
var CreateBackupReq_Spaces_DEFAULT [][]byte
var CreateBackupResp_Leader_DEFAULT *nebula.HostAddr
var CreateEdgeIndexReq_Comment_DEFAULT []byte
var CreateSessionReq_GraphAddr_DEFAULT *nebula.HostAddr
var CreateSessionResp_Leader_DEFAULT *nebula.HostAddr
var CreateTagIndexReq_Comment_DEFAULT []byte
var ExecResp_Leader_DEFAULT *nebula.HostAddr
var FTIndex_DependSchema_DEFAULT *nebula.SchemaID
var GetConfigResp_Leader_DEFAULT *nebula.HostAddr
var GetEdgeIndexResp_Leader_DEFAULT *nebula.HostAddr
var GetEdgeResp_Leader_DEFAULT *nebula.HostAddr
var GetMetaDirInfoResp_Dir_DEFAULT *nebula.DirInfo
var GetPartsAllocResp_Leader_DEFAULT *nebula.HostAddr
var GetPartsAllocResp_Terms_DEFAULT map[nebula.PartitionID]int64
var GetSegmentIdResp_Leader_DEFAULT *nebula.HostAddr
var GetSessionResp_Leader_DEFAULT *nebula.HostAddr
var GetSpaceResp_Leader_DEFAULT *nebula.HostAddr
var GetStatsResp_Leader_DEFAULT *nebula.HostAddr
var GetTagIndexResp_Leader_DEFAULT *nebula.HostAddr
var GetTagResp_Leader_DEFAULT *nebula.HostAddr
var GetWorkerIdResp_Leader_DEFAULT *nebula.HostAddr
var GetZoneResp_Leader_DEFAULT *nebula.HostAddr
var GoUnusedProtection__ int
var HBReq_Dir_DEFAULT *nebula.DirInfo
var HBReq_DiskParts_DEFAULT map[nebula.GraphSpaceID]map[string]*PartitionList
var HBReq_Host_DEFAULT *nebula.HostAddr
var HBReq_LeaderPartIds_DEFAULT map[nebula.GraphSpaceID][]*LeaderInfo
var HBReq_Version_DEFAULT []byte
var HBResp_Leader_DEFAULT *nebula.HostAddr
var HostBackupInfo_Host_DEFAULT *nebula.HostAddr
var HostItem_HostAddr_DEFAULT *nebula.HostAddr
var HostItem_Version_DEFAULT []byte
var HostItem_ZoneName_DEFAULT []byte
var HostPair_FromHost_DEFAULT *nebula.HostAddr
var HostPair_ToHost_DEFAULT *nebula.HostAddr
var ID_EdgeType_DEFAULT nebula.EdgeType
var ID_IndexID_DEFAULT nebula.IndexID
var ID_SpaceID_DEFAULT nebula.GraphSpaceID
var ID_TagID_DEFAULT nebula.TagID
var IndexFieldDef_TypeLength_DEFAULT int16
var IndexItem_Comment_DEFAULT []byte
var IndexItem_SchemaID_DEFAULT *nebula.SchemaID
var IndexParams_S2MaxCells_DEFAULT int32
var IndexParams_S2MaxLevel_DEFAULT int32
var ListClusterInfoResp_Leader_DEFAULT *nebula.HostAddr
var ListConfigsResp_Leader_DEFAULT *nebula.HostAddr
var ListEdgeIndexesResp_Leader_DEFAULT *nebula.HostAddr
var ListEdgesResp_Leader_DEFAULT *nebula.HostAddr
var ListFTIndexesResp_Leader_DEFAULT *nebula.HostAddr
var ListHostsResp_Leader_DEFAULT *nebula.HostAddr
var ListIndexStatusResp_Leader_DEFAULT *nebula.HostAddr
var ListListenerResp_Leader_DEFAULT *nebula.HostAddr
var ListPartsResp_Leader_DEFAULT *nebula.HostAddr
var ListRolesResp_Leader_DEFAULT *nebula.HostAddr
var ListServiceClientsResp_Leader_DEFAULT *nebula.HostAddr
var ListSessionsResp_Leader_DEFAULT *nebula.HostAddr
var ListSnapshotsResp_Leader_DEFAULT *nebula.HostAddr
var ListSpacesResp_Leader_DEFAULT *nebula.HostAddr
var ListTagIndexesResp_Leader_DEFAULT *nebula.HostAddr
var ListTagsResp_Leader_DEFAULT *nebula.HostAddr
var ListUsersResp_Leader_DEFAULT *nebula.HostAddr
var ListZonesResp_Leader_DEFAULT *nebula.HostAddr
var ListenerInfo_Host_DEFAULT *nebula.HostAddr
var PartItem_Leader_DEFAULT *nebula.HostAddr
var QueryDesc_GraphAddr_DEFAULT *nebula.HostAddr
var RemoveSessionResp_Leader_DEFAULT *nebula.HostAddr
var RestoreMetaResp_Leader_DEFAULT *nebula.HostAddr
var SaveGraphVersionReq_Host_DEFAULT *nebula.HostAddr
var SaveGraphVersionResp_ErrorMsg_DEFAULT []byte
var SaveGraphVersionResp_Leader_DEFAULT *nebula.HostAddr
var SchemaProp_Comment_DEFAULT []byte
var SchemaProp_TTLCol_DEFAULT []byte
var SchemaProp_TTLDuration_DEFAULT int64
var ServiceClient_ConnType_DEFAULT []byte
var ServiceClient_Host_DEFAULT *nebula.HostAddr
var ServiceClient_Pwd_DEFAULT []byte
var ServiceClient_User_DEFAULT []byte
var ServiceInfo_Addr_DEFAULT *nebula.HostAddr
var ServiceInfo_Dir_DEFAULT *nebula.DirInfo
var Session_GraphAddr_DEFAULT *nebula.HostAddr
var SpaceDesc_Comment_DEFAULT []byte
var TaskDesc_Host_DEFAULT *nebula.HostAddr
var UpdateSessionsResp_Leader_DEFAULT *nebula.HostAddr
var VerifyClientVersionReq_Host_DEFAULT *nebula.HostAddr
var VerifyClientVersionResp_ErrorMsg_DEFAULT []byte
var VerifyClientVersionResp_Leader_DEFAULT *nebula.HostAddr
Functions ¶
This section is empty.
Types ¶
type AddHostsIntoZoneReq ¶
type AddHostsIntoZoneReq struct { Hosts []*nebula.HostAddr `thrift:"hosts,1" db:"hosts" json:"hosts"` ZoneName []byte `thrift:"zone_name,2" db:"zone_name" json:"zone_name"` IsNew bool `thrift:"is_new,3" db:"is_new" json:"is_new"` }
Attributes:
- Hosts
- ZoneName
- IsNew
var MetaServiceAddHostsIntoZoneArgs_Req_DEFAULT *AddHostsIntoZoneReq
func NewAddHostsIntoZoneReq ¶
func NewAddHostsIntoZoneReq() *AddHostsIntoZoneReq
func (*AddHostsIntoZoneReq) Equals ¶
func (p *AddHostsIntoZoneReq) Equals(other *AddHostsIntoZoneReq) bool
func (*AddHostsIntoZoneReq) GetHosts ¶
func (p *AddHostsIntoZoneReq) GetHosts() []*nebula.HostAddr
func (*AddHostsIntoZoneReq) GetIsNew ¶
func (p *AddHostsIntoZoneReq) GetIsNew() bool
func (*AddHostsIntoZoneReq) GetZoneName ¶
func (p *AddHostsIntoZoneReq) GetZoneName() []byte
func (*AddHostsIntoZoneReq) LogValue ¶
func (p *AddHostsIntoZoneReq) LogValue() slog.Value
func (*AddHostsIntoZoneReq) ReadField1 ¶
func (*AddHostsIntoZoneReq) ReadField2 ¶
func (*AddHostsIntoZoneReq) ReadField3 ¶
func (*AddHostsIntoZoneReq) String ¶
func (p *AddHostsIntoZoneReq) String() string
func (*AddHostsIntoZoneReq) Validate ¶
func (p *AddHostsIntoZoneReq) Validate() error
type AddHostsReq ¶
Attributes:
- Hosts
var MetaServiceAddHostsArgs_Req_DEFAULT *AddHostsReq
func NewAddHostsReq ¶
func NewAddHostsReq() *AddHostsReq
func (*AddHostsReq) Equals ¶
func (p *AddHostsReq) Equals(other *AddHostsReq) bool
func (*AddHostsReq) GetHosts ¶
func (p *AddHostsReq) GetHosts() []*nebula.HostAddr
func (*AddHostsReq) LogValue ¶
func (p *AddHostsReq) LogValue() slog.Value
func (*AddHostsReq) ReadField1 ¶
func (*AddHostsReq) String ¶
func (p *AddHostsReq) String() string
func (*AddHostsReq) Validate ¶
func (p *AddHostsReq) Validate() error
type AddListenerReq ¶
type AddListenerReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Type ListenerType `thrift:"type,2" db:"type" json:"type"` Hosts []*nebula.HostAddr `thrift:"hosts,3" db:"hosts" json:"hosts"` }
Attributes:
- SpaceID
- Type
- Hosts
var MetaServiceAddListenerArgs_Req_DEFAULT *AddListenerReq
func NewAddListenerReq ¶
func NewAddListenerReq() *AddListenerReq
func (*AddListenerReq) Equals ¶
func (p *AddListenerReq) Equals(other *AddListenerReq) bool
func (*AddListenerReq) GetHosts ¶
func (p *AddListenerReq) GetHosts() []*nebula.HostAddr
func (*AddListenerReq) GetSpaceID ¶
func (p *AddListenerReq) GetSpaceID() nebula.GraphSpaceID
func (*AddListenerReq) GetType ¶
func (p *AddListenerReq) GetType() ListenerType
func (*AddListenerReq) LogValue ¶
func (p *AddListenerReq) LogValue() slog.Value
func (*AddListenerReq) ReadField1 ¶
func (*AddListenerReq) ReadField2 ¶
func (*AddListenerReq) ReadField3 ¶
func (*AddListenerReq) String ¶
func (p *AddListenerReq) String() string
func (*AddListenerReq) Validate ¶
func (p *AddListenerReq) Validate() error
type AdminJobReq ¶
type AdminJobReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Op JobOp `thrift:"op,2" db:"op" json:"op"` Type JobType `thrift:"type,3" db:"type" json:"type"` Paras [][]byte `thrift:"paras,4" db:"paras" json:"paras"` }
Attributes:
- SpaceID
- Op
- Type
- Paras
var MetaServiceRunAdminJobArgs_Req_DEFAULT *AdminJobReq
func NewAdminJobReq ¶
func NewAdminJobReq() *AdminJobReq
func (*AdminJobReq) Equals ¶
func (p *AdminJobReq) Equals(other *AdminJobReq) bool
func (*AdminJobReq) GetOp ¶
func (p *AdminJobReq) GetOp() JobOp
func (*AdminJobReq) GetParas ¶
func (p *AdminJobReq) GetParas() [][]byte
func (*AdminJobReq) GetSpaceID ¶
func (p *AdminJobReq) GetSpaceID() nebula.GraphSpaceID
func (*AdminJobReq) GetType ¶
func (p *AdminJobReq) GetType() JobType
func (*AdminJobReq) LogValue ¶
func (p *AdminJobReq) LogValue() slog.Value
func (*AdminJobReq) ReadField1 ¶
func (*AdminJobReq) ReadField2 ¶
func (*AdminJobReq) ReadField3 ¶
func (*AdminJobReq) ReadField4 ¶
func (*AdminJobReq) String ¶
func (p *AdminJobReq) String() string
func (*AdminJobReq) Validate ¶
func (p *AdminJobReq) Validate() error
type AdminJobResp ¶
type AdminJobResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Result_ *AdminJobResult_ `thrift:"result,3" db:"result" json:"result"` }
Attributes:
- Code
- Leader
- Result_
var MetaServiceRunAdminJobResult_Success_DEFAULT *AdminJobResp
func NewAdminJobResp ¶
func NewAdminJobResp() *AdminJobResp
func (*AdminJobResp) Equals ¶
func (p *AdminJobResp) Equals(other *AdminJobResp) bool
func (*AdminJobResp) GetCode ¶
func (p *AdminJobResp) GetCode() nebula.ErrorCode
func (*AdminJobResp) GetLeader ¶
func (p *AdminJobResp) GetLeader() *nebula.HostAddr
func (*AdminJobResp) GetResult_ ¶
func (p *AdminJobResp) GetResult_() *AdminJobResult_
func (*AdminJobResp) IsSetLeader ¶
func (p *AdminJobResp) IsSetLeader() bool
func (*AdminJobResp) IsSetResult_ ¶
func (p *AdminJobResp) IsSetResult_() bool
func (*AdminJobResp) LogValue ¶
func (p *AdminJobResp) LogValue() slog.Value
func (*AdminJobResp) ReadField1 ¶
func (*AdminJobResp) ReadField2 ¶
func (*AdminJobResp) ReadField3 ¶
func (*AdminJobResp) String ¶
func (p *AdminJobResp) String() string
func (*AdminJobResp) Validate ¶
func (p *AdminJobResp) Validate() error
type AdminJobResult_ ¶
type AdminJobResult_ struct { JobID *int32 `thrift:"job_id,1" db:"job_id" json:"job_id,omitempty"` JobDesc []*JobDesc `thrift:"job_desc,2" db:"job_desc" json:"job_desc,omitempty"` TaskDesc []*TaskDesc `thrift:"task_desc,3" db:"task_desc" json:"task_desc,omitempty"` RecoveredJobNum *int32 `thrift:"recovered_job_num,4" db:"recovered_job_num" json:"recovered_job_num,omitempty"` }
Attributes:
- JobID
- JobDesc
- TaskDesc
- RecoveredJobNum
var AdminJobResp_Result__DEFAULT *AdminJobResult_
func NewAdminJobResult_ ¶
func NewAdminJobResult_() *AdminJobResult_
func (*AdminJobResult_) Equals ¶
func (p *AdminJobResult_) Equals(other *AdminJobResult_) bool
func (*AdminJobResult_) GetJobDesc ¶
func (p *AdminJobResult_) GetJobDesc() []*JobDesc
func (*AdminJobResult_) GetJobID ¶
func (p *AdminJobResult_) GetJobID() int32
func (*AdminJobResult_) GetRecoveredJobNum ¶
func (p *AdminJobResult_) GetRecoveredJobNum() int32
func (*AdminJobResult_) GetTaskDesc ¶
func (p *AdminJobResult_) GetTaskDesc() []*TaskDesc
func (*AdminJobResult_) IsSetJobDesc ¶
func (p *AdminJobResult_) IsSetJobDesc() bool
func (*AdminJobResult_) IsSetJobID ¶
func (p *AdminJobResult_) IsSetJobID() bool
func (*AdminJobResult_) IsSetRecoveredJobNum ¶
func (p *AdminJobResult_) IsSetRecoveredJobNum() bool
func (*AdminJobResult_) IsSetTaskDesc ¶
func (p *AdminJobResult_) IsSetTaskDesc() bool
func (*AdminJobResult_) LogValue ¶
func (p *AdminJobResult_) LogValue() slog.Value
func (*AdminJobResult_) ReadField1 ¶
func (*AdminJobResult_) ReadField2 ¶
func (*AdminJobResult_) ReadField3 ¶
func (*AdminJobResult_) ReadField4 ¶
func (*AdminJobResult_) String ¶
func (p *AdminJobResult_) String() string
func (*AdminJobResult_) Validate ¶
func (p *AdminJobResult_) Validate() error
type AgentHBReq ¶
type AgentHBReq struct { Host *nebula.HostAddr `thrift:"host,1" db:"host" json:"host"` GitInfoSha []byte `thrift:"git_info_sha,2" db:"git_info_sha" json:"git_info_sha"` Version []byte `thrift:"version,3" db:"version" json:"version,omitempty"` }
Attributes:
- Host
- GitInfoSha
- Version
var MetaServiceAgentHeartbeatArgs_Req_DEFAULT *AgentHBReq
func NewAgentHBReq ¶
func NewAgentHBReq() *AgentHBReq
func (*AgentHBReq) Equals ¶
func (p *AgentHBReq) Equals(other *AgentHBReq) bool
func (*AgentHBReq) GetGitInfoSha ¶
func (p *AgentHBReq) GetGitInfoSha() []byte
func (*AgentHBReq) GetHost ¶
func (p *AgentHBReq) GetHost() *nebula.HostAddr
func (*AgentHBReq) GetVersion ¶
func (p *AgentHBReq) GetVersion() []byte
func (*AgentHBReq) IsSetHost ¶
func (p *AgentHBReq) IsSetHost() bool
func (*AgentHBReq) IsSetVersion ¶
func (p *AgentHBReq) IsSetVersion() bool
func (*AgentHBReq) LogValue ¶
func (p *AgentHBReq) LogValue() slog.Value
func (*AgentHBReq) ReadField1 ¶
func (*AgentHBReq) ReadField2 ¶
func (*AgentHBReq) ReadField3 ¶
func (*AgentHBReq) String ¶
func (p *AgentHBReq) String() string
func (*AgentHBReq) Validate ¶
func (p *AgentHBReq) Validate() error
type AgentHBResp ¶
type AgentHBResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` ServiceList []*ServiceInfo `thrift:"service_list,3" db:"service_list" json:"service_list"` }
Attributes:
- Code
- Leader
- ServiceList
var MetaServiceAgentHeartbeatResult_Success_DEFAULT *AgentHBResp
func NewAgentHBResp ¶
func NewAgentHBResp() *AgentHBResp
func (*AgentHBResp) Equals ¶
func (p *AgentHBResp) Equals(other *AgentHBResp) bool
func (*AgentHBResp) GetCode ¶
func (p *AgentHBResp) GetCode() nebula.ErrorCode
func (*AgentHBResp) GetLeader ¶
func (p *AgentHBResp) GetLeader() *nebula.HostAddr
func (*AgentHBResp) GetServiceList ¶
func (p *AgentHBResp) GetServiceList() []*ServiceInfo
func (*AgentHBResp) IsSetLeader ¶
func (p *AgentHBResp) IsSetLeader() bool
func (*AgentHBResp) LogValue ¶
func (p *AgentHBResp) LogValue() slog.Value
func (*AgentHBResp) ReadField1 ¶
func (*AgentHBResp) ReadField2 ¶
func (*AgentHBResp) ReadField3 ¶
func (*AgentHBResp) String ¶
func (p *AgentHBResp) String() string
func (*AgentHBResp) Validate ¶
func (p *AgentHBResp) Validate() error
type AlterEdgeReq ¶
type AlterEdgeReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` EdgeName []byte `thrift:"edge_name,2" db:"edge_name" json:"edge_name"` EdgeItems []*AlterSchemaItem `thrift:"edge_items,3" db:"edge_items" json:"edge_items"` SchemaProp *SchemaProp `thrift:"schema_prop,4" db:"schema_prop" json:"schema_prop"` }
Attributes:
- SpaceID
- EdgeName
- EdgeItems
- SchemaProp
var MetaServiceAlterEdgeArgs_Req_DEFAULT *AlterEdgeReq
func NewAlterEdgeReq ¶
func NewAlterEdgeReq() *AlterEdgeReq
func (*AlterEdgeReq) Equals ¶
func (p *AlterEdgeReq) Equals(other *AlterEdgeReq) bool
func (*AlterEdgeReq) GetEdgeItems ¶
func (p *AlterEdgeReq) GetEdgeItems() []*AlterSchemaItem
func (*AlterEdgeReq) GetEdgeName ¶
func (p *AlterEdgeReq) GetEdgeName() []byte
func (*AlterEdgeReq) GetSchemaProp ¶
func (p *AlterEdgeReq) GetSchemaProp() *SchemaProp
func (*AlterEdgeReq) GetSpaceID ¶
func (p *AlterEdgeReq) GetSpaceID() nebula.GraphSpaceID
func (*AlterEdgeReq) IsSetSchemaProp ¶
func (p *AlterEdgeReq) IsSetSchemaProp() bool
func (*AlterEdgeReq) LogValue ¶
func (p *AlterEdgeReq) LogValue() slog.Value
func (*AlterEdgeReq) ReadField1 ¶
func (*AlterEdgeReq) ReadField2 ¶
func (*AlterEdgeReq) ReadField3 ¶
func (*AlterEdgeReq) ReadField4 ¶
func (*AlterEdgeReq) String ¶
func (p *AlterEdgeReq) String() string
func (*AlterEdgeReq) Validate ¶
func (p *AlterEdgeReq) Validate() error
type AlterSchemaItem ¶
type AlterSchemaItem struct { Op AlterSchemaOp `thrift:"op,1" db:"op" json:"op"` Schema *Schema `thrift:"schema,2" db:"schema" json:"schema"` }
Attributes:
- Op
- Schema
func NewAlterSchemaItem ¶
func NewAlterSchemaItem() *AlterSchemaItem
func (*AlterSchemaItem) Equals ¶
func (p *AlterSchemaItem) Equals(other *AlterSchemaItem) bool
func (*AlterSchemaItem) GetOp ¶
func (p *AlterSchemaItem) GetOp() AlterSchemaOp
func (*AlterSchemaItem) GetSchema ¶
func (p *AlterSchemaItem) GetSchema() *Schema
func (*AlterSchemaItem) IsSetSchema ¶
func (p *AlterSchemaItem) IsSetSchema() bool
func (*AlterSchemaItem) LogValue ¶
func (p *AlterSchemaItem) LogValue() slog.Value
func (*AlterSchemaItem) ReadField1 ¶
func (*AlterSchemaItem) ReadField2 ¶
func (*AlterSchemaItem) String ¶
func (p *AlterSchemaItem) String() string
func (*AlterSchemaItem) Validate ¶
func (p *AlterSchemaItem) Validate() error
type AlterSchemaOp ¶
type AlterSchemaOp int64
const ( AlterSchemaOp_ADD AlterSchemaOp = 1 AlterSchemaOp_CHANGE AlterSchemaOp = 2 AlterSchemaOp_DROP AlterSchemaOp = 3 AlterSchemaOp_UNKNOWN AlterSchemaOp = 4 )
func AlterSchemaOpFromString ¶
func AlterSchemaOpFromString(s string) (AlterSchemaOp, error)
func AlterSchemaOpPtr ¶
func AlterSchemaOpPtr(v AlterSchemaOp) *AlterSchemaOp
func (AlterSchemaOp) MarshalText ¶
func (p AlterSchemaOp) MarshalText() ([]byte, error)
func (*AlterSchemaOp) Scan ¶
func (p *AlterSchemaOp) Scan(value interface{}) error
func (AlterSchemaOp) String ¶
func (p AlterSchemaOp) String() string
func (*AlterSchemaOp) UnmarshalText ¶
func (p *AlterSchemaOp) UnmarshalText(text []byte) error
type AlterSpaceOp ¶
type AlterSpaceOp int64
const (
AlterSpaceOp_ADD_ZONE AlterSpaceOp = 1
)
func AlterSpaceOpFromString ¶
func AlterSpaceOpFromString(s string) (AlterSpaceOp, error)
func AlterSpaceOpPtr ¶
func AlterSpaceOpPtr(v AlterSpaceOp) *AlterSpaceOp
func (AlterSpaceOp) MarshalText ¶
func (p AlterSpaceOp) MarshalText() ([]byte, error)
func (*AlterSpaceOp) Scan ¶
func (p *AlterSpaceOp) Scan(value interface{}) error
func (AlterSpaceOp) String ¶
func (p AlterSpaceOp) String() string
func (*AlterSpaceOp) UnmarshalText ¶
func (p *AlterSpaceOp) UnmarshalText(text []byte) error
type AlterSpaceReq ¶
type AlterSpaceReq struct { SpaceName []byte `thrift:"space_name,1" db:"space_name" json:"space_name"` Op AlterSpaceOp `thrift:"op,2" db:"op" json:"op"` Paras [][]byte `thrift:"paras,3" db:"paras" json:"paras"` }
Attributes:
- SpaceName
- Op
- Paras
var MetaServiceAlterSpaceArgs_Req_DEFAULT *AlterSpaceReq
func NewAlterSpaceReq ¶
func NewAlterSpaceReq() *AlterSpaceReq
func (*AlterSpaceReq) Equals ¶
func (p *AlterSpaceReq) Equals(other *AlterSpaceReq) bool
func (*AlterSpaceReq) GetOp ¶
func (p *AlterSpaceReq) GetOp() AlterSpaceOp
func (*AlterSpaceReq) GetParas ¶
func (p *AlterSpaceReq) GetParas() [][]byte
func (*AlterSpaceReq) GetSpaceName ¶
func (p *AlterSpaceReq) GetSpaceName() []byte
func (*AlterSpaceReq) LogValue ¶
func (p *AlterSpaceReq) LogValue() slog.Value
func (*AlterSpaceReq) ReadField1 ¶
func (*AlterSpaceReq) ReadField2 ¶
func (*AlterSpaceReq) ReadField3 ¶
func (*AlterSpaceReq) String ¶
func (p *AlterSpaceReq) String() string
func (*AlterSpaceReq) Validate ¶
func (p *AlterSpaceReq) Validate() error
type AlterTagReq ¶
type AlterTagReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` TagName []byte `thrift:"tag_name,2" db:"tag_name" json:"tag_name"` TagItems []*AlterSchemaItem `thrift:"tag_items,3" db:"tag_items" json:"tag_items"` SchemaProp *SchemaProp `thrift:"schema_prop,4" db:"schema_prop" json:"schema_prop"` }
Attributes:
- SpaceID
- TagName
- TagItems
- SchemaProp
var MetaServiceAlterTagArgs_Req_DEFAULT *AlterTagReq
func NewAlterTagReq ¶
func NewAlterTagReq() *AlterTagReq
func (*AlterTagReq) Equals ¶
func (p *AlterTagReq) Equals(other *AlterTagReq) bool
func (*AlterTagReq) GetSchemaProp ¶
func (p *AlterTagReq) GetSchemaProp() *SchemaProp
func (*AlterTagReq) GetSpaceID ¶
func (p *AlterTagReq) GetSpaceID() nebula.GraphSpaceID
func (*AlterTagReq) GetTagItems ¶
func (p *AlterTagReq) GetTagItems() []*AlterSchemaItem
func (*AlterTagReq) GetTagName ¶
func (p *AlterTagReq) GetTagName() []byte
func (*AlterTagReq) IsSetSchemaProp ¶
func (p *AlterTagReq) IsSetSchemaProp() bool
func (*AlterTagReq) LogValue ¶
func (p *AlterTagReq) LogValue() slog.Value
func (*AlterTagReq) ReadField1 ¶
func (*AlterTagReq) ReadField2 ¶
func (*AlterTagReq) ReadField3 ¶
func (*AlterTagReq) ReadField4 ¶
func (*AlterTagReq) String ¶
func (p *AlterTagReq) String() string
func (*AlterTagReq) Validate ¶
func (p *AlterTagReq) Validate() error
type AlterUserReq ¶
type AlterUserReq struct { Account []byte `thrift:"account,1" db:"account" json:"account"` EncodedPwd []byte `thrift:"encoded_pwd,2" db:"encoded_pwd" json:"encoded_pwd"` }
Attributes:
- Account
- EncodedPwd
var MetaServiceAlterUserArgs_Req_DEFAULT *AlterUserReq
func NewAlterUserReq ¶
func NewAlterUserReq() *AlterUserReq
func (*AlterUserReq) Equals ¶
func (p *AlterUserReq) Equals(other *AlterUserReq) bool
func (*AlterUserReq) GetAccount ¶
func (p *AlterUserReq) GetAccount() []byte
func (*AlterUserReq) GetEncodedPwd ¶
func (p *AlterUserReq) GetEncodedPwd() []byte
func (*AlterUserReq) LogValue ¶
func (p *AlterUserReq) LogValue() slog.Value
func (*AlterUserReq) ReadField1 ¶
func (*AlterUserReq) ReadField2 ¶
func (*AlterUserReq) String ¶
func (p *AlterUserReq) String() string
func (*AlterUserReq) Validate ¶
func (p *AlterUserReq) Validate() error
type BackupMeta ¶
type BackupMeta struct { SpaceBackups map[nebula.GraphSpaceID]*SpaceBackupInfo `thrift:"space_backups,1" db:"space_backups" json:"space_backups"` MetaFiles [][]byte `thrift:"meta_files,2" db:"meta_files" json:"meta_files"` BackupName []byte `thrift:"backup_name,3" db:"backup_name" json:"backup_name"` Full bool `thrift:"full,4" db:"full" json:"full"` AllSpaces bool `thrift:"all_spaces,5" db:"all_spaces" json:"all_spaces"` CreateTime int64 `thrift:"create_time,6" db:"create_time" json:"create_time"` BaseBackupName []byte `thrift:"base_backup_name,7" db:"base_backup_name" json:"base_backup_name"` StorageHosts []*nebula.HostAddr `thrift:"storage_hosts,8" db:"storage_hosts" json:"storage_hosts"` ClusterID ClusterID `thrift:"cluster_id,9" db:"cluster_id" json:"cluster_id"` }
Attributes:
- SpaceBackups
- MetaFiles
- BackupName
- Full
- AllSpaces
- CreateTime
- BaseBackupName
- StorageHosts
- ClusterID
var CreateBackupResp_Meta_DEFAULT *BackupMeta
func NewBackupMeta ¶
func NewBackupMeta() *BackupMeta
func (*BackupMeta) Equals ¶
func (p *BackupMeta) Equals(other *BackupMeta) bool
func (*BackupMeta) GetAllSpaces ¶
func (p *BackupMeta) GetAllSpaces() bool
func (*BackupMeta) GetBackupName ¶
func (p *BackupMeta) GetBackupName() []byte
func (*BackupMeta) GetBaseBackupName ¶
func (p *BackupMeta) GetBaseBackupName() []byte
func (*BackupMeta) GetClusterID ¶
func (p *BackupMeta) GetClusterID() ClusterID
func (*BackupMeta) GetCreateTime ¶
func (p *BackupMeta) GetCreateTime() int64
func (*BackupMeta) GetFull ¶
func (p *BackupMeta) GetFull() bool
func (*BackupMeta) GetMetaFiles ¶
func (p *BackupMeta) GetMetaFiles() [][]byte
func (*BackupMeta) GetSpaceBackups ¶
func (p *BackupMeta) GetSpaceBackups() map[nebula.GraphSpaceID]*SpaceBackupInfo
func (*BackupMeta) GetStorageHosts ¶
func (p *BackupMeta) GetStorageHosts() []*nebula.HostAddr
func (*BackupMeta) LogValue ¶
func (p *BackupMeta) LogValue() slog.Value
func (*BackupMeta) ReadField1 ¶
func (*BackupMeta) ReadField2 ¶
func (*BackupMeta) ReadField3 ¶
func (*BackupMeta) ReadField4 ¶
func (*BackupMeta) ReadField5 ¶
func (*BackupMeta) ReadField6 ¶
func (*BackupMeta) ReadField7 ¶
func (*BackupMeta) ReadField8 ¶
func (*BackupMeta) ReadField9 ¶
func (*BackupMeta) String ¶
func (p *BackupMeta) String() string
func (*BackupMeta) Validate ¶
func (p *BackupMeta) Validate() error
type BalanceTask ¶
type BalanceTask struct { ID []byte `thrift:"id,1" db:"id" json:"id"` Command []byte `thrift:"command,2" db:"command" json:"command"` Result_ TaskResult_ `thrift:"result,3" db:"result" json:"result"` StartTime int64 `thrift:"start_time,4" db:"start_time" json:"start_time"` StopTime int64 `thrift:"stop_time,5" db:"stop_time" json:"stop_time"` }
Attributes:
- ID
- Command
- Result_
- StartTime
- StopTime
func NewBalanceTask ¶
func NewBalanceTask() *BalanceTask
func (*BalanceTask) Equals ¶
func (p *BalanceTask) Equals(other *BalanceTask) bool
func (*BalanceTask) GetCommand ¶
func (p *BalanceTask) GetCommand() []byte
func (*BalanceTask) GetID ¶
func (p *BalanceTask) GetID() []byte
func (*BalanceTask) GetResult_ ¶
func (p *BalanceTask) GetResult_() TaskResult_
func (*BalanceTask) GetStartTime ¶
func (p *BalanceTask) GetStartTime() int64
func (*BalanceTask) GetStopTime ¶
func (p *BalanceTask) GetStopTime() int64
func (*BalanceTask) LogValue ¶
func (p *BalanceTask) LogValue() slog.Value
func (*BalanceTask) ReadField1 ¶
func (*BalanceTask) ReadField2 ¶
func (*BalanceTask) ReadField3 ¶
func (*BalanceTask) ReadField4 ¶
func (*BalanceTask) ReadField5 ¶
func (*BalanceTask) String ¶
func (p *BalanceTask) String() string
func (*BalanceTask) Validate ¶
func (p *BalanceTask) Validate() error
type ChangePasswordReq ¶
type ChangePasswordReq struct { Account []byte `thrift:"account,1" db:"account" json:"account"` NewEncodedPwd_ []byte `thrift:"new_encoded_pwd,2" db:"new_encoded_pwd" json:"new_encoded_pwd"` OldEncodedPwd []byte `thrift:"old_encoded_pwd,3" db:"old_encoded_pwd" json:"old_encoded_pwd"` }
Attributes:
- Account
- NewEncodedPwd_
- OldEncodedPwd
var MetaServiceChangePasswordArgs_Req_DEFAULT *ChangePasswordReq
func NewChangePasswordReq ¶
func NewChangePasswordReq() *ChangePasswordReq
func (*ChangePasswordReq) Equals ¶
func (p *ChangePasswordReq) Equals(other *ChangePasswordReq) bool
func (*ChangePasswordReq) GetAccount ¶
func (p *ChangePasswordReq) GetAccount() []byte
func (*ChangePasswordReq) GetNewEncodedPwd_ ¶
func (p *ChangePasswordReq) GetNewEncodedPwd_() []byte
func (*ChangePasswordReq) GetOldEncodedPwd ¶
func (p *ChangePasswordReq) GetOldEncodedPwd() []byte
func (*ChangePasswordReq) LogValue ¶
func (p *ChangePasswordReq) LogValue() slog.Value
func (*ChangePasswordReq) ReadField1 ¶
func (*ChangePasswordReq) ReadField2 ¶
func (*ChangePasswordReq) ReadField3 ¶
func (*ChangePasswordReq) String ¶
func (p *ChangePasswordReq) String() string
func (*ChangePasswordReq) Validate ¶
func (p *ChangePasswordReq) Validate() error
type ClearSpaceReq ¶
type ClearSpaceReq struct { SpaceName []byte `thrift:"space_name,1" db:"space_name" json:"space_name"` IfExists bool `thrift:"if_exists,2" db:"if_exists" json:"if_exists"` }
Attributes:
- SpaceName
- IfExists
var MetaServiceClearSpaceArgs_Req_DEFAULT *ClearSpaceReq
func NewClearSpaceReq ¶
func NewClearSpaceReq() *ClearSpaceReq
func (*ClearSpaceReq) Equals ¶
func (p *ClearSpaceReq) Equals(other *ClearSpaceReq) bool
func (*ClearSpaceReq) GetIfExists ¶
func (p *ClearSpaceReq) GetIfExists() bool
func (*ClearSpaceReq) GetSpaceName ¶
func (p *ClearSpaceReq) GetSpaceName() []byte
func (*ClearSpaceReq) LogValue ¶
func (p *ClearSpaceReq) LogValue() slog.Value
func (*ClearSpaceReq) ReadField1 ¶
func (*ClearSpaceReq) ReadField2 ¶
func (*ClearSpaceReq) String ¶
func (p *ClearSpaceReq) String() string
func (*ClearSpaceReq) Validate ¶
func (p *ClearSpaceReq) Validate() error
type ClusterID ¶
type ClusterID int64
var CreateBackupReq_ClusterID_DEFAULT ClusterID
var ID_ClusterID_DEFAULT ClusterID
func ClusterIDPtr ¶
type ColumnDef ¶
type ColumnDef struct { Name []byte `thrift:"name,1,required" db:"name" json:"name"` Type *ColumnTypeDef `thrift:"type,2,required" db:"type" json:"type"` DefaultValue []byte `thrift:"default_value,3" db:"default_value" json:"default_value,omitempty"` Nullable bool `thrift:"nullable,4" db:"nullable" json:"nullable"` Comment []byte `thrift:"comment,5" db:"comment" json:"comment,omitempty"` }
Attributes:
- Name
- Type
- DefaultValue
- Nullable
- Comment
func NewColumnDef ¶
func NewColumnDef() *ColumnDef
func (*ColumnDef) GetComment ¶
func (*ColumnDef) GetDefaultValue ¶
func (*ColumnDef) GetNullable ¶
func (*ColumnDef) GetType ¶
func (p *ColumnDef) GetType() *ColumnTypeDef
func (*ColumnDef) IsSetComment ¶
func (*ColumnDef) IsSetDefaultValue ¶
func (*ColumnDef) IsSetNullable ¶
func (*ColumnDef) ReadField1 ¶
func (*ColumnDef) ReadField2 ¶
func (*ColumnDef) ReadField3 ¶
func (*ColumnDef) ReadField4 ¶
func (*ColumnDef) ReadField5 ¶
type ColumnTypeDef ¶
type ColumnTypeDef struct { Type nebula.PropertyType `thrift:"type,1,required" db:"type" json:"type"` TypeLength int16 `thrift:"type_length,2" db:"type_length" json:"type_length"` GeoShape *GeoShape `thrift:"geo_shape,3" db:"geo_shape" json:"geo_shape,omitempty"` }
Attributes:
- Type
- TypeLength
- GeoShape
var ColumnDef_Type_DEFAULT *ColumnTypeDef
var SpaceDesc_VidType_DEFAULT *ColumnTypeDef = &ColumnTypeDef{
Type: 7,
TypeLength: 8,
}
func NewColumnTypeDef ¶
func NewColumnTypeDef() *ColumnTypeDef
func (*ColumnTypeDef) Equals ¶
func (p *ColumnTypeDef) Equals(other *ColumnTypeDef) bool
func (*ColumnTypeDef) GetGeoShape ¶
func (p *ColumnTypeDef) GetGeoShape() GeoShape
func (*ColumnTypeDef) GetType ¶
func (p *ColumnTypeDef) GetType() nebula.PropertyType
func (*ColumnTypeDef) GetTypeLength ¶
func (p *ColumnTypeDef) GetTypeLength() int16
func (*ColumnTypeDef) IsSetGeoShape ¶
func (p *ColumnTypeDef) IsSetGeoShape() bool
func (*ColumnTypeDef) IsSetTypeLength ¶
func (p *ColumnTypeDef) IsSetTypeLength() bool
func (*ColumnTypeDef) LogValue ¶
func (p *ColumnTypeDef) LogValue() slog.Value
func (*ColumnTypeDef) ReadField1 ¶
func (*ColumnTypeDef) ReadField2 ¶
func (*ColumnTypeDef) ReadField3 ¶
func (*ColumnTypeDef) String ¶
func (p *ColumnTypeDef) String() string
func (*ColumnTypeDef) Validate ¶
func (p *ColumnTypeDef) Validate() error
type ConfigItem ¶
type ConfigItem struct { Module ConfigModule `thrift:"module,1" db:"module" json:"module"` Name []byte `thrift:"name,2" db:"name" json:"name"` Mode ConfigMode `thrift:"mode,3" db:"mode" json:"mode"` Value *nebula.Value `thrift:"value,4" db:"value" json:"value"` }
Attributes:
- Module
- Name
- Mode
- Value
var GetConfigReq_Item_DEFAULT *ConfigItem
var SetConfigReq_Item_DEFAULT *ConfigItem
func NewConfigItem ¶
func NewConfigItem() *ConfigItem
func (*ConfigItem) Equals ¶
func (p *ConfigItem) Equals(other *ConfigItem) bool
func (*ConfigItem) GetMode ¶
func (p *ConfigItem) GetMode() ConfigMode
func (*ConfigItem) GetModule ¶
func (p *ConfigItem) GetModule() ConfigModule
func (*ConfigItem) GetName ¶
func (p *ConfigItem) GetName() []byte
func (*ConfigItem) GetValue ¶
func (p *ConfigItem) GetValue() *nebula.Value
func (*ConfigItem) IsSetValue ¶
func (p *ConfigItem) IsSetValue() bool
func (*ConfigItem) LogValue ¶
func (p *ConfigItem) LogValue() slog.Value
func (*ConfigItem) ReadField1 ¶
func (*ConfigItem) ReadField2 ¶
func (*ConfigItem) ReadField3 ¶
func (*ConfigItem) ReadField4 ¶
func (*ConfigItem) String ¶
func (p *ConfigItem) String() string
func (*ConfigItem) Validate ¶
func (p *ConfigItem) Validate() error
type ConfigMode ¶
type ConfigMode int64
const ( ConfigMode_IMMUTABLE ConfigMode = 0 ConfigMode_REBOOT ConfigMode = 1 ConfigMode_MUTABLE ConfigMode = 2 ConfigMode_IGNORED ConfigMode = 3 )
func ConfigModeFromString ¶
func ConfigModeFromString(s string) (ConfigMode, error)
func ConfigModePtr ¶
func ConfigModePtr(v ConfigMode) *ConfigMode
func (ConfigMode) MarshalText ¶
func (p ConfigMode) MarshalText() ([]byte, error)
func (*ConfigMode) Scan ¶
func (p *ConfigMode) Scan(value interface{}) error
func (ConfigMode) String ¶
func (p ConfigMode) String() string
func (*ConfigMode) UnmarshalText ¶
func (p *ConfigMode) UnmarshalText(text []byte) error
type ConfigModule ¶
type ConfigModule int64
const ( ConfigModule_UNKNOWN ConfigModule = 0 ConfigModule_ALL ConfigModule = 1 ConfigModule_GRAPH ConfigModule = 2 ConfigModule_META ConfigModule = 3 ConfigModule_STORAGE ConfigModule = 4 )
func ConfigModuleFromString ¶
func ConfigModuleFromString(s string) (ConfigModule, error)
func ConfigModulePtr ¶
func ConfigModulePtr(v ConfigModule) *ConfigModule
func (ConfigModule) MarshalText ¶
func (p ConfigModule) MarshalText() ([]byte, error)
func (*ConfigModule) Scan ¶
func (p *ConfigModule) Scan(value interface{}) error
func (ConfigModule) String ¶
func (p ConfigModule) String() string
func (*ConfigModule) UnmarshalText ¶
func (p *ConfigModule) UnmarshalText(text []byte) error
type Correlativity ¶
type Correlativity struct { PartID nebula.PartitionID `thrift:"part_id,1" db:"part_id" json:"part_id"` Proportion float64 `thrift:"proportion,2" db:"proportion" json:"proportion"` }
Attributes:
- PartID
- Proportion
func NewCorrelativity ¶
func NewCorrelativity() *Correlativity
func (*Correlativity) Equals ¶
func (p *Correlativity) Equals(other *Correlativity) bool
func (*Correlativity) GetPartID ¶
func (p *Correlativity) GetPartID() nebula.PartitionID
func (*Correlativity) GetProportion ¶
func (p *Correlativity) GetProportion() float64
func (*Correlativity) LogValue ¶
func (p *Correlativity) LogValue() slog.Value
func (*Correlativity) ReadField1 ¶
func (*Correlativity) ReadField2 ¶
func (*Correlativity) String ¶
func (p *Correlativity) String() string
func (*Correlativity) Validate ¶
func (p *Correlativity) Validate() error
type CreateBackupReq ¶
type CreateBackupReq struct { Spaces [][]byte `thrift:"spaces,1" db:"spaces" json:"spaces,omitempty"` BaseBackupName []byte `thrift:"base_backup_name,2" db:"base_backup_name" json:"base_backup_name,omitempty"` ClusterID *ClusterID `thrift:"cluster_id,3" db:"cluster_id" json:"cluster_id,omitempty"` }
Attributes:
- Spaces
- BaseBackupName
- ClusterID
var MetaServiceCreateBackupArgs_Req_DEFAULT *CreateBackupReq
func NewCreateBackupReq ¶
func NewCreateBackupReq() *CreateBackupReq
func (*CreateBackupReq) Equals ¶
func (p *CreateBackupReq) Equals(other *CreateBackupReq) bool
func (*CreateBackupReq) GetBaseBackupName ¶
func (p *CreateBackupReq) GetBaseBackupName() []byte
func (*CreateBackupReq) GetClusterID ¶
func (p *CreateBackupReq) GetClusterID() ClusterID
func (*CreateBackupReq) GetSpaces ¶
func (p *CreateBackupReq) GetSpaces() [][]byte
func (*CreateBackupReq) IsSetBaseBackupName ¶
func (p *CreateBackupReq) IsSetBaseBackupName() bool
func (*CreateBackupReq) IsSetClusterID ¶
func (p *CreateBackupReq) IsSetClusterID() bool
func (*CreateBackupReq) IsSetSpaces ¶
func (p *CreateBackupReq) IsSetSpaces() bool
func (*CreateBackupReq) LogValue ¶
func (p *CreateBackupReq) LogValue() slog.Value
func (*CreateBackupReq) ReadField1 ¶
func (*CreateBackupReq) ReadField2 ¶
func (*CreateBackupReq) ReadField3 ¶
func (*CreateBackupReq) String ¶
func (p *CreateBackupReq) String() string
func (*CreateBackupReq) Validate ¶
func (p *CreateBackupReq) Validate() error
type CreateBackupResp ¶
type CreateBackupResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Meta *BackupMeta `thrift:"meta,3" db:"meta" json:"meta"` }
Attributes:
- Code
- Leader
- Meta
var MetaServiceCreateBackupResult_Success_DEFAULT *CreateBackupResp
func NewCreateBackupResp ¶
func NewCreateBackupResp() *CreateBackupResp
func (*CreateBackupResp) Equals ¶
func (p *CreateBackupResp) Equals(other *CreateBackupResp) bool
func (*CreateBackupResp) GetCode ¶
func (p *CreateBackupResp) GetCode() nebula.ErrorCode
func (*CreateBackupResp) GetLeader ¶
func (p *CreateBackupResp) GetLeader() *nebula.HostAddr
func (*CreateBackupResp) GetMeta ¶
func (p *CreateBackupResp) GetMeta() *BackupMeta
func (*CreateBackupResp) IsSetLeader ¶
func (p *CreateBackupResp) IsSetLeader() bool
func (*CreateBackupResp) IsSetMeta ¶
func (p *CreateBackupResp) IsSetMeta() bool
func (*CreateBackupResp) LogValue ¶
func (p *CreateBackupResp) LogValue() slog.Value
func (*CreateBackupResp) ReadField1 ¶
func (*CreateBackupResp) ReadField2 ¶
func (*CreateBackupResp) ReadField3 ¶
func (*CreateBackupResp) String ¶
func (p *CreateBackupResp) String() string
func (*CreateBackupResp) Validate ¶
func (p *CreateBackupResp) Validate() error
type CreateEdgeIndexReq ¶
type CreateEdgeIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` EdgeName []byte `thrift:"edge_name,3" db:"edge_name" json:"edge_name"` Fields []*IndexFieldDef `thrift:"fields,4" db:"fields" json:"fields"` IfNotExists bool `thrift:"if_not_exists,5" db:"if_not_exists" json:"if_not_exists"` Comment []byte `thrift:"comment,6" db:"comment" json:"comment,omitempty"` IndexParams *IndexParams `thrift:"index_params,7" db:"index_params" json:"index_params,omitempty"` }
Attributes:
- SpaceID
- IndexName
- EdgeName
- Fields
- IfNotExists
- Comment
- IndexParams
var MetaServiceCreateEdgeIndexArgs_Req_DEFAULT *CreateEdgeIndexReq
func NewCreateEdgeIndexReq ¶
func NewCreateEdgeIndexReq() *CreateEdgeIndexReq
func (*CreateEdgeIndexReq) Equals ¶
func (p *CreateEdgeIndexReq) Equals(other *CreateEdgeIndexReq) bool
func (*CreateEdgeIndexReq) GetComment ¶
func (p *CreateEdgeIndexReq) GetComment() []byte
func (*CreateEdgeIndexReq) GetEdgeName ¶
func (p *CreateEdgeIndexReq) GetEdgeName() []byte
func (*CreateEdgeIndexReq) GetFields ¶
func (p *CreateEdgeIndexReq) GetFields() []*IndexFieldDef
func (*CreateEdgeIndexReq) GetIfNotExists ¶
func (p *CreateEdgeIndexReq) GetIfNotExists() bool
func (*CreateEdgeIndexReq) GetIndexName ¶
func (p *CreateEdgeIndexReq) GetIndexName() []byte
func (*CreateEdgeIndexReq) GetIndexParams ¶
func (p *CreateEdgeIndexReq) GetIndexParams() *IndexParams
func (*CreateEdgeIndexReq) GetSpaceID ¶
func (p *CreateEdgeIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*CreateEdgeIndexReq) IsSetComment ¶
func (p *CreateEdgeIndexReq) IsSetComment() bool
func (*CreateEdgeIndexReq) IsSetIndexParams ¶
func (p *CreateEdgeIndexReq) IsSetIndexParams() bool
func (*CreateEdgeIndexReq) LogValue ¶
func (p *CreateEdgeIndexReq) LogValue() slog.Value
func (*CreateEdgeIndexReq) ReadField1 ¶
func (*CreateEdgeIndexReq) ReadField2 ¶
func (*CreateEdgeIndexReq) ReadField3 ¶
func (*CreateEdgeIndexReq) ReadField4 ¶
func (*CreateEdgeIndexReq) ReadField5 ¶
func (*CreateEdgeIndexReq) ReadField6 ¶
func (*CreateEdgeIndexReq) ReadField7 ¶
func (*CreateEdgeIndexReq) String ¶
func (p *CreateEdgeIndexReq) String() string
func (*CreateEdgeIndexReq) Validate ¶
func (p *CreateEdgeIndexReq) Validate() error
type CreateEdgeReq ¶
type CreateEdgeReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` EdgeName []byte `thrift:"edge_name,2" db:"edge_name" json:"edge_name"` Schema *Schema `thrift:"schema,3" db:"schema" json:"schema"` IfNotExists bool `thrift:"if_not_exists,4" db:"if_not_exists" json:"if_not_exists"` }
Attributes:
- SpaceID
- EdgeName
- Schema
- IfNotExists
var MetaServiceCreateEdgeArgs_Req_DEFAULT *CreateEdgeReq
func NewCreateEdgeReq ¶
func NewCreateEdgeReq() *CreateEdgeReq
func (*CreateEdgeReq) Equals ¶
func (p *CreateEdgeReq) Equals(other *CreateEdgeReq) bool
func (*CreateEdgeReq) GetEdgeName ¶
func (p *CreateEdgeReq) GetEdgeName() []byte
func (*CreateEdgeReq) GetIfNotExists ¶
func (p *CreateEdgeReq) GetIfNotExists() bool
func (*CreateEdgeReq) GetSchema ¶
func (p *CreateEdgeReq) GetSchema() *Schema
func (*CreateEdgeReq) GetSpaceID ¶
func (p *CreateEdgeReq) GetSpaceID() nebula.GraphSpaceID
func (*CreateEdgeReq) IsSetSchema ¶
func (p *CreateEdgeReq) IsSetSchema() bool
func (*CreateEdgeReq) LogValue ¶
func (p *CreateEdgeReq) LogValue() slog.Value
func (*CreateEdgeReq) ReadField1 ¶
func (*CreateEdgeReq) ReadField2 ¶
func (*CreateEdgeReq) ReadField3 ¶
func (*CreateEdgeReq) ReadField4 ¶
func (*CreateEdgeReq) String ¶
func (p *CreateEdgeReq) String() string
func (*CreateEdgeReq) Validate ¶
func (p *CreateEdgeReq) Validate() error
type CreateFTIndexReq ¶
type CreateFTIndexReq struct { FulltextIndexName []byte `thrift:"fulltext_index_name,1" db:"fulltext_index_name" json:"fulltext_index_name"` Index *FTIndex `thrift:"index,2" db:"index" json:"index"` }
Attributes:
- FulltextIndexName
- Index
var MetaServiceCreateFTIndexArgs_Req_DEFAULT *CreateFTIndexReq
func NewCreateFTIndexReq ¶
func NewCreateFTIndexReq() *CreateFTIndexReq
func (*CreateFTIndexReq) Equals ¶
func (p *CreateFTIndexReq) Equals(other *CreateFTIndexReq) bool
func (*CreateFTIndexReq) GetFulltextIndexName ¶
func (p *CreateFTIndexReq) GetFulltextIndexName() []byte
func (*CreateFTIndexReq) GetIndex ¶
func (p *CreateFTIndexReq) GetIndex() *FTIndex
func (*CreateFTIndexReq) IsSetIndex ¶
func (p *CreateFTIndexReq) IsSetIndex() bool
func (*CreateFTIndexReq) LogValue ¶
func (p *CreateFTIndexReq) LogValue() slog.Value
func (*CreateFTIndexReq) ReadField1 ¶
func (*CreateFTIndexReq) ReadField2 ¶
func (*CreateFTIndexReq) String ¶
func (p *CreateFTIndexReq) String() string
func (*CreateFTIndexReq) Validate ¶
func (p *CreateFTIndexReq) Validate() error
type CreateSessionReq ¶
type CreateSessionReq struct { User []byte `thrift:"user,1" db:"user" json:"user"` GraphAddr *nebula.HostAddr `thrift:"graph_addr,2" db:"graph_addr" json:"graph_addr"` ClientIP []byte `thrift:"client_ip,3" db:"client_ip" json:"client_ip"` }
Attributes:
- User
- GraphAddr
- ClientIP
var MetaServiceCreateSessionArgs_Req_DEFAULT *CreateSessionReq
func NewCreateSessionReq ¶
func NewCreateSessionReq() *CreateSessionReq
func (*CreateSessionReq) Equals ¶
func (p *CreateSessionReq) Equals(other *CreateSessionReq) bool
func (*CreateSessionReq) GetClientIP ¶
func (p *CreateSessionReq) GetClientIP() []byte
func (*CreateSessionReq) GetGraphAddr ¶
func (p *CreateSessionReq) GetGraphAddr() *nebula.HostAddr
func (*CreateSessionReq) GetUser ¶
func (p *CreateSessionReq) GetUser() []byte
func (*CreateSessionReq) IsSetGraphAddr ¶
func (p *CreateSessionReq) IsSetGraphAddr() bool
func (*CreateSessionReq) LogValue ¶
func (p *CreateSessionReq) LogValue() slog.Value
func (*CreateSessionReq) ReadField1 ¶
func (*CreateSessionReq) ReadField2 ¶
func (*CreateSessionReq) ReadField3 ¶
func (*CreateSessionReq) String ¶
func (p *CreateSessionReq) String() string
func (*CreateSessionReq) Validate ¶
func (p *CreateSessionReq) Validate() error
type CreateSessionResp ¶
type CreateSessionResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Session *Session `thrift:"session,3" db:"session" json:"session"` }
Attributes:
- Code
- Leader
- Session
var MetaServiceCreateSessionResult_Success_DEFAULT *CreateSessionResp
func NewCreateSessionResp ¶
func NewCreateSessionResp() *CreateSessionResp
func (*CreateSessionResp) Equals ¶
func (p *CreateSessionResp) Equals(other *CreateSessionResp) bool
func (*CreateSessionResp) GetCode ¶
func (p *CreateSessionResp) GetCode() nebula.ErrorCode
func (*CreateSessionResp) GetLeader ¶
func (p *CreateSessionResp) GetLeader() *nebula.HostAddr
func (*CreateSessionResp) GetSession ¶
func (p *CreateSessionResp) GetSession() *Session
func (*CreateSessionResp) IsSetLeader ¶
func (p *CreateSessionResp) IsSetLeader() bool
func (*CreateSessionResp) IsSetSession ¶
func (p *CreateSessionResp) IsSetSession() bool
func (*CreateSessionResp) LogValue ¶
func (p *CreateSessionResp) LogValue() slog.Value
func (*CreateSessionResp) ReadField1 ¶
func (*CreateSessionResp) ReadField2 ¶
func (*CreateSessionResp) ReadField3 ¶
func (*CreateSessionResp) String ¶
func (p *CreateSessionResp) String() string
func (*CreateSessionResp) Validate ¶
func (p *CreateSessionResp) Validate() error
type CreateSnapshotReq ¶
type CreateSnapshotReq struct { }
var MetaServiceCreateSnapshotArgs_Req_DEFAULT *CreateSnapshotReq
func NewCreateSnapshotReq ¶
func NewCreateSnapshotReq() *CreateSnapshotReq
func (*CreateSnapshotReq) Equals ¶
func (p *CreateSnapshotReq) Equals(other *CreateSnapshotReq) bool
func (*CreateSnapshotReq) LogValue ¶
func (p *CreateSnapshotReq) LogValue() slog.Value
func (*CreateSnapshotReq) String ¶
func (p *CreateSnapshotReq) String() string
func (*CreateSnapshotReq) Validate ¶
func (p *CreateSnapshotReq) Validate() error
type CreateSpaceAsReq ¶
type CreateSpaceAsReq struct { OldSpaceName []byte `thrift:"old_space_name,1" db:"old_space_name" json:"old_space_name"` NewSpaceName_ []byte `thrift:"new_space_name,2" db:"new_space_name" json:"new_space_name"` IfNotExists bool `thrift:"if_not_exists,3" db:"if_not_exists" json:"if_not_exists"` }
Attributes:
- OldSpaceName
- NewSpaceName_
- IfNotExists
var MetaServiceCreateSpaceAsArgs_Req_DEFAULT *CreateSpaceAsReq
func NewCreateSpaceAsReq ¶
func NewCreateSpaceAsReq() *CreateSpaceAsReq
func (*CreateSpaceAsReq) Equals ¶
func (p *CreateSpaceAsReq) Equals(other *CreateSpaceAsReq) bool
func (*CreateSpaceAsReq) GetIfNotExists ¶
func (p *CreateSpaceAsReq) GetIfNotExists() bool
func (*CreateSpaceAsReq) GetNewSpaceName_ ¶
func (p *CreateSpaceAsReq) GetNewSpaceName_() []byte
func (*CreateSpaceAsReq) GetOldSpaceName ¶
func (p *CreateSpaceAsReq) GetOldSpaceName() []byte
func (*CreateSpaceAsReq) LogValue ¶
func (p *CreateSpaceAsReq) LogValue() slog.Value
func (*CreateSpaceAsReq) ReadField1 ¶
func (*CreateSpaceAsReq) ReadField2 ¶
func (*CreateSpaceAsReq) ReadField3 ¶
func (*CreateSpaceAsReq) String ¶
func (p *CreateSpaceAsReq) String() string
func (*CreateSpaceAsReq) Validate ¶
func (p *CreateSpaceAsReq) Validate() error
type CreateSpaceReq ¶
type CreateSpaceReq struct { Properties *SpaceDesc `thrift:"properties,1" db:"properties" json:"properties"` IfNotExists bool `thrift:"if_not_exists,2" db:"if_not_exists" json:"if_not_exists"` }
Attributes:
- Properties
- IfNotExists
var MetaServiceCreateSpaceArgs_Req_DEFAULT *CreateSpaceReq
func NewCreateSpaceReq ¶
func NewCreateSpaceReq() *CreateSpaceReq
func (*CreateSpaceReq) Equals ¶
func (p *CreateSpaceReq) Equals(other *CreateSpaceReq) bool
func (*CreateSpaceReq) GetIfNotExists ¶
func (p *CreateSpaceReq) GetIfNotExists() bool
func (*CreateSpaceReq) GetProperties ¶
func (p *CreateSpaceReq) GetProperties() *SpaceDesc
func (*CreateSpaceReq) IsSetProperties ¶
func (p *CreateSpaceReq) IsSetProperties() bool
func (*CreateSpaceReq) LogValue ¶
func (p *CreateSpaceReq) LogValue() slog.Value
func (*CreateSpaceReq) ReadField1 ¶
func (*CreateSpaceReq) ReadField2 ¶
func (*CreateSpaceReq) String ¶
func (p *CreateSpaceReq) String() string
func (*CreateSpaceReq) Validate ¶
func (p *CreateSpaceReq) Validate() error
type CreateTagIndexReq ¶
type CreateTagIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` TagName []byte `thrift:"tag_name,3" db:"tag_name" json:"tag_name"` Fields []*IndexFieldDef `thrift:"fields,4" db:"fields" json:"fields"` IfNotExists bool `thrift:"if_not_exists,5" db:"if_not_exists" json:"if_not_exists"` Comment []byte `thrift:"comment,6" db:"comment" json:"comment,omitempty"` IndexParams *IndexParams `thrift:"index_params,7" db:"index_params" json:"index_params,omitempty"` }
Attributes:
- SpaceID
- IndexName
- TagName
- Fields
- IfNotExists
- Comment
- IndexParams
var MetaServiceCreateTagIndexArgs_Req_DEFAULT *CreateTagIndexReq
func NewCreateTagIndexReq ¶
func NewCreateTagIndexReq() *CreateTagIndexReq
func (*CreateTagIndexReq) Equals ¶
func (p *CreateTagIndexReq) Equals(other *CreateTagIndexReq) bool
func (*CreateTagIndexReq) GetComment ¶
func (p *CreateTagIndexReq) GetComment() []byte
func (*CreateTagIndexReq) GetFields ¶
func (p *CreateTagIndexReq) GetFields() []*IndexFieldDef
func (*CreateTagIndexReq) GetIfNotExists ¶
func (p *CreateTagIndexReq) GetIfNotExists() bool
func (*CreateTagIndexReq) GetIndexName ¶
func (p *CreateTagIndexReq) GetIndexName() []byte
func (*CreateTagIndexReq) GetIndexParams ¶
func (p *CreateTagIndexReq) GetIndexParams() *IndexParams
func (*CreateTagIndexReq) GetSpaceID ¶
func (p *CreateTagIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*CreateTagIndexReq) GetTagName ¶
func (p *CreateTagIndexReq) GetTagName() []byte
func (*CreateTagIndexReq) IsSetComment ¶
func (p *CreateTagIndexReq) IsSetComment() bool
func (*CreateTagIndexReq) IsSetIndexParams ¶
func (p *CreateTagIndexReq) IsSetIndexParams() bool
func (*CreateTagIndexReq) LogValue ¶
func (p *CreateTagIndexReq) LogValue() slog.Value
func (*CreateTagIndexReq) ReadField1 ¶
func (*CreateTagIndexReq) ReadField2 ¶
func (*CreateTagIndexReq) ReadField3 ¶
func (*CreateTagIndexReq) ReadField4 ¶
func (*CreateTagIndexReq) ReadField5 ¶
func (*CreateTagIndexReq) ReadField6 ¶
func (*CreateTagIndexReq) ReadField7 ¶
func (*CreateTagIndexReq) String ¶
func (p *CreateTagIndexReq) String() string
func (*CreateTagIndexReq) Validate ¶
func (p *CreateTagIndexReq) Validate() error
type CreateTagReq ¶
type CreateTagReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` TagName []byte `thrift:"tag_name,2" db:"tag_name" json:"tag_name"` Schema *Schema `thrift:"schema,3" db:"schema" json:"schema"` IfNotExists bool `thrift:"if_not_exists,4" db:"if_not_exists" json:"if_not_exists"` }
Attributes:
- SpaceID
- TagName
- Schema
- IfNotExists
var MetaServiceCreateTagArgs_Req_DEFAULT *CreateTagReq
func NewCreateTagReq ¶
func NewCreateTagReq() *CreateTagReq
func (*CreateTagReq) Equals ¶
func (p *CreateTagReq) Equals(other *CreateTagReq) bool
func (*CreateTagReq) GetIfNotExists ¶
func (p *CreateTagReq) GetIfNotExists() bool
func (*CreateTagReq) GetSchema ¶
func (p *CreateTagReq) GetSchema() *Schema
func (*CreateTagReq) GetSpaceID ¶
func (p *CreateTagReq) GetSpaceID() nebula.GraphSpaceID
func (*CreateTagReq) GetTagName ¶
func (p *CreateTagReq) GetTagName() []byte
func (*CreateTagReq) IsSetSchema ¶
func (p *CreateTagReq) IsSetSchema() bool
func (*CreateTagReq) LogValue ¶
func (p *CreateTagReq) LogValue() slog.Value
func (*CreateTagReq) ReadField1 ¶
func (*CreateTagReq) ReadField2 ¶
func (*CreateTagReq) ReadField3 ¶
func (*CreateTagReq) ReadField4 ¶
func (*CreateTagReq) String ¶
func (p *CreateTagReq) String() string
func (*CreateTagReq) Validate ¶
func (p *CreateTagReq) Validate() error
type CreateUserReq ¶
type CreateUserReq struct { Account []byte `thrift:"account,1" db:"account" json:"account"` EncodedPwd []byte `thrift:"encoded_pwd,2" db:"encoded_pwd" json:"encoded_pwd"` IfNotExists bool `thrift:"if_not_exists,3" db:"if_not_exists" json:"if_not_exists"` }
Attributes:
- Account
- EncodedPwd
- IfNotExists
var MetaServiceCreateUserArgs_Req_DEFAULT *CreateUserReq
func NewCreateUserReq ¶
func NewCreateUserReq() *CreateUserReq
func (*CreateUserReq) Equals ¶
func (p *CreateUserReq) Equals(other *CreateUserReq) bool
func (*CreateUserReq) GetAccount ¶
func (p *CreateUserReq) GetAccount() []byte
func (*CreateUserReq) GetEncodedPwd ¶
func (p *CreateUserReq) GetEncodedPwd() []byte
func (*CreateUserReq) GetIfNotExists ¶
func (p *CreateUserReq) GetIfNotExists() bool
func (*CreateUserReq) LogValue ¶
func (p *CreateUserReq) LogValue() slog.Value
func (*CreateUserReq) ReadField1 ¶
func (*CreateUserReq) ReadField2 ¶
func (*CreateUserReq) ReadField3 ¶
func (*CreateUserReq) String ¶
func (p *CreateUserReq) String() string
func (*CreateUserReq) Validate ¶
func (p *CreateUserReq) Validate() error
type DivideZoneReq ¶
type DivideZoneReq struct { ZoneName []byte `thrift:"zone_name,1" db:"zone_name" json:"zone_name"` ZoneItems map[string][]*nebula.HostAddr `thrift:"zone_items,2" db:"zone_items" json:"zone_items"` }
Attributes:
- ZoneName
- ZoneItems
var MetaServiceDivideZoneArgs_Req_DEFAULT *DivideZoneReq
func NewDivideZoneReq ¶
func NewDivideZoneReq() *DivideZoneReq
func (*DivideZoneReq) Equals ¶
func (p *DivideZoneReq) Equals(other *DivideZoneReq) bool
func (*DivideZoneReq) GetZoneItems ¶
func (p *DivideZoneReq) GetZoneItems() map[string][]*nebula.HostAddr
func (*DivideZoneReq) GetZoneName ¶
func (p *DivideZoneReq) GetZoneName() []byte
func (*DivideZoneReq) LogValue ¶
func (p *DivideZoneReq) LogValue() slog.Value
func (*DivideZoneReq) ReadField1 ¶
func (*DivideZoneReq) ReadField2 ¶
func (*DivideZoneReq) String ¶
func (p *DivideZoneReq) String() string
func (*DivideZoneReq) Validate ¶
func (p *DivideZoneReq) Validate() error
type DropEdgeIndexReq ¶
type DropEdgeIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` IfExists bool `thrift:"if_exists,3" db:"if_exists" json:"if_exists"` }
Attributes:
- SpaceID
- IndexName
- IfExists
var MetaServiceDropEdgeIndexArgs_Req_DEFAULT *DropEdgeIndexReq
func NewDropEdgeIndexReq ¶
func NewDropEdgeIndexReq() *DropEdgeIndexReq
func (*DropEdgeIndexReq) Equals ¶
func (p *DropEdgeIndexReq) Equals(other *DropEdgeIndexReq) bool
func (*DropEdgeIndexReq) GetIfExists ¶
func (p *DropEdgeIndexReq) GetIfExists() bool
func (*DropEdgeIndexReq) GetIndexName ¶
func (p *DropEdgeIndexReq) GetIndexName() []byte
func (*DropEdgeIndexReq) GetSpaceID ¶
func (p *DropEdgeIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*DropEdgeIndexReq) LogValue ¶
func (p *DropEdgeIndexReq) LogValue() slog.Value
func (*DropEdgeIndexReq) ReadField1 ¶
func (*DropEdgeIndexReq) ReadField2 ¶
func (*DropEdgeIndexReq) ReadField3 ¶
func (*DropEdgeIndexReq) String ¶
func (p *DropEdgeIndexReq) String() string
func (*DropEdgeIndexReq) Validate ¶
func (p *DropEdgeIndexReq) Validate() error
type DropEdgeReq ¶
type DropEdgeReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` EdgeName []byte `thrift:"edge_name,2" db:"edge_name" json:"edge_name"` IfExists bool `thrift:"if_exists,3" db:"if_exists" json:"if_exists"` }
Attributes:
- SpaceID
- EdgeName
- IfExists
var MetaServiceDropEdgeArgs_Req_DEFAULT *DropEdgeReq
func NewDropEdgeReq ¶
func NewDropEdgeReq() *DropEdgeReq
func (*DropEdgeReq) Equals ¶
func (p *DropEdgeReq) Equals(other *DropEdgeReq) bool
func (*DropEdgeReq) GetEdgeName ¶
func (p *DropEdgeReq) GetEdgeName() []byte
func (*DropEdgeReq) GetIfExists ¶
func (p *DropEdgeReq) GetIfExists() bool
func (*DropEdgeReq) GetSpaceID ¶
func (p *DropEdgeReq) GetSpaceID() nebula.GraphSpaceID
func (*DropEdgeReq) LogValue ¶
func (p *DropEdgeReq) LogValue() slog.Value
func (*DropEdgeReq) ReadField1 ¶
func (*DropEdgeReq) ReadField2 ¶
func (*DropEdgeReq) ReadField3 ¶
func (*DropEdgeReq) String ¶
func (p *DropEdgeReq) String() string
func (*DropEdgeReq) Validate ¶
func (p *DropEdgeReq) Validate() error
type DropFTIndexReq ¶
type DropFTIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` FulltextIndexName []byte `thrift:"fulltext_index_name,2" db:"fulltext_index_name" json:"fulltext_index_name"` }
Attributes:
- SpaceID
- FulltextIndexName
var MetaServiceDropFTIndexArgs_Req_DEFAULT *DropFTIndexReq
func NewDropFTIndexReq ¶
func NewDropFTIndexReq() *DropFTIndexReq
func (*DropFTIndexReq) Equals ¶
func (p *DropFTIndexReq) Equals(other *DropFTIndexReq) bool
func (*DropFTIndexReq) GetFulltextIndexName ¶
func (p *DropFTIndexReq) GetFulltextIndexName() []byte
func (*DropFTIndexReq) GetSpaceID ¶
func (p *DropFTIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*DropFTIndexReq) LogValue ¶
func (p *DropFTIndexReq) LogValue() slog.Value
func (*DropFTIndexReq) ReadField1 ¶
func (*DropFTIndexReq) ReadField2 ¶
func (*DropFTIndexReq) String ¶
func (p *DropFTIndexReq) String() string
func (*DropFTIndexReq) Validate ¶
func (p *DropFTIndexReq) Validate() error
type DropHostsReq ¶
Attributes:
- Hosts
var MetaServiceDropHostsArgs_Req_DEFAULT *DropHostsReq
func NewDropHostsReq ¶
func NewDropHostsReq() *DropHostsReq
func (*DropHostsReq) Equals ¶
func (p *DropHostsReq) Equals(other *DropHostsReq) bool
func (*DropHostsReq) GetHosts ¶
func (p *DropHostsReq) GetHosts() []*nebula.HostAddr
func (*DropHostsReq) LogValue ¶
func (p *DropHostsReq) LogValue() slog.Value
func (*DropHostsReq) ReadField1 ¶
func (*DropHostsReq) String ¶
func (p *DropHostsReq) String() string
func (*DropHostsReq) Validate ¶
func (p *DropHostsReq) Validate() error
type DropSnapshotReq ¶
type DropSnapshotReq struct {
Names [][]byte `thrift:"names,1" db:"names" json:"names"`
}
Attributes:
- Names
var MetaServiceDropSnapshotArgs_Req_DEFAULT *DropSnapshotReq
func NewDropSnapshotReq ¶
func NewDropSnapshotReq() *DropSnapshotReq
func (*DropSnapshotReq) Equals ¶
func (p *DropSnapshotReq) Equals(other *DropSnapshotReq) bool
func (*DropSnapshotReq) GetNames ¶
func (p *DropSnapshotReq) GetNames() [][]byte
func (*DropSnapshotReq) LogValue ¶
func (p *DropSnapshotReq) LogValue() slog.Value
func (*DropSnapshotReq) ReadField1 ¶
func (*DropSnapshotReq) String ¶
func (p *DropSnapshotReq) String() string
func (*DropSnapshotReq) Validate ¶
func (p *DropSnapshotReq) Validate() error
type DropSpaceReq ¶
type DropSpaceReq struct { SpaceName []byte `thrift:"space_name,1" db:"space_name" json:"space_name"` IfExists bool `thrift:"if_exists,2" db:"if_exists" json:"if_exists"` }
Attributes:
- SpaceName
- IfExists
var MetaServiceDropSpaceArgs_Req_DEFAULT *DropSpaceReq
func NewDropSpaceReq ¶
func NewDropSpaceReq() *DropSpaceReq
func (*DropSpaceReq) Equals ¶
func (p *DropSpaceReq) Equals(other *DropSpaceReq) bool
func (*DropSpaceReq) GetIfExists ¶
func (p *DropSpaceReq) GetIfExists() bool
func (*DropSpaceReq) GetSpaceName ¶
func (p *DropSpaceReq) GetSpaceName() []byte
func (*DropSpaceReq) LogValue ¶
func (p *DropSpaceReq) LogValue() slog.Value
func (*DropSpaceReq) ReadField1 ¶
func (*DropSpaceReq) ReadField2 ¶
func (*DropSpaceReq) String ¶
func (p *DropSpaceReq) String() string
func (*DropSpaceReq) Validate ¶
func (p *DropSpaceReq) Validate() error
type DropTagIndexReq ¶
type DropTagIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` IfExists bool `thrift:"if_exists,3" db:"if_exists" json:"if_exists"` }
Attributes:
- SpaceID
- IndexName
- IfExists
var MetaServiceDropTagIndexArgs_Req_DEFAULT *DropTagIndexReq
func NewDropTagIndexReq ¶
func NewDropTagIndexReq() *DropTagIndexReq
func (*DropTagIndexReq) Equals ¶
func (p *DropTagIndexReq) Equals(other *DropTagIndexReq) bool
func (*DropTagIndexReq) GetIfExists ¶
func (p *DropTagIndexReq) GetIfExists() bool
func (*DropTagIndexReq) GetIndexName ¶
func (p *DropTagIndexReq) GetIndexName() []byte
func (*DropTagIndexReq) GetSpaceID ¶
func (p *DropTagIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*DropTagIndexReq) LogValue ¶
func (p *DropTagIndexReq) LogValue() slog.Value
func (*DropTagIndexReq) ReadField1 ¶
func (*DropTagIndexReq) ReadField2 ¶
func (*DropTagIndexReq) ReadField3 ¶
func (*DropTagIndexReq) String ¶
func (p *DropTagIndexReq) String() string
func (*DropTagIndexReq) Validate ¶
func (p *DropTagIndexReq) Validate() error
type DropTagReq ¶
type DropTagReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` TagName []byte `thrift:"tag_name,2" db:"tag_name" json:"tag_name"` IfExists bool `thrift:"if_exists,3" db:"if_exists" json:"if_exists"` }
Attributes:
- SpaceID
- TagName
- IfExists
var MetaServiceDropTagArgs_Req_DEFAULT *DropTagReq
func NewDropTagReq ¶
func NewDropTagReq() *DropTagReq
func (*DropTagReq) Equals ¶
func (p *DropTagReq) Equals(other *DropTagReq) bool
func (*DropTagReq) GetIfExists ¶
func (p *DropTagReq) GetIfExists() bool
func (*DropTagReq) GetSpaceID ¶
func (p *DropTagReq) GetSpaceID() nebula.GraphSpaceID
func (*DropTagReq) GetTagName ¶
func (p *DropTagReq) GetTagName() []byte
func (*DropTagReq) LogValue ¶
func (p *DropTagReq) LogValue() slog.Value
func (*DropTagReq) ReadField1 ¶
func (*DropTagReq) ReadField2 ¶
func (*DropTagReq) ReadField3 ¶
func (*DropTagReq) String ¶
func (p *DropTagReq) String() string
func (*DropTagReq) Validate ¶
func (p *DropTagReq) Validate() error
type DropUserReq ¶
type DropUserReq struct { Account []byte `thrift:"account,1" db:"account" json:"account"` IfExists bool `thrift:"if_exists,2" db:"if_exists" json:"if_exists"` }
Attributes:
- Account
- IfExists
var MetaServiceDropUserArgs_Req_DEFAULT *DropUserReq
func NewDropUserReq ¶
func NewDropUserReq() *DropUserReq
func (*DropUserReq) Equals ¶
func (p *DropUserReq) Equals(other *DropUserReq) bool
func (*DropUserReq) GetAccount ¶
func (p *DropUserReq) GetAccount() []byte
func (*DropUserReq) GetIfExists ¶
func (p *DropUserReq) GetIfExists() bool
func (*DropUserReq) LogValue ¶
func (p *DropUserReq) LogValue() slog.Value
func (*DropUserReq) ReadField1 ¶
func (*DropUserReq) ReadField2 ¶
func (*DropUserReq) String ¶
func (p *DropUserReq) String() string
func (*DropUserReq) Validate ¶
func (p *DropUserReq) Validate() error
type DropZoneReq ¶
type DropZoneReq struct {
ZoneName []byte `thrift:"zone_name,1" db:"zone_name" json:"zone_name"`
}
Attributes:
- ZoneName
var MetaServiceDropZoneArgs_Req_DEFAULT *DropZoneReq
func NewDropZoneReq ¶
func NewDropZoneReq() *DropZoneReq
func (*DropZoneReq) Equals ¶
func (p *DropZoneReq) Equals(other *DropZoneReq) bool
func (*DropZoneReq) GetZoneName ¶
func (p *DropZoneReq) GetZoneName() []byte
func (*DropZoneReq) LogValue ¶
func (p *DropZoneReq) LogValue() slog.Value
func (*DropZoneReq) ReadField1 ¶
func (*DropZoneReq) String ¶
func (p *DropZoneReq) String() string
func (*DropZoneReq) Validate ¶
func (p *DropZoneReq) Validate() error
type EdgeItem ¶
type EdgeItem struct { EdgeType nebula.EdgeType `thrift:"edge_type,1" db:"edge_type" json:"edge_type"` EdgeName []byte `thrift:"edge_name,2" db:"edge_name" json:"edge_name"` Version SchemaVer `thrift:"version,3" db:"version" json:"version"` Schema *Schema `thrift:"schema,4" db:"schema" json:"schema"` }
Attributes:
- EdgeType
- EdgeName
- Version
- Schema
func NewEdgeItem ¶
func NewEdgeItem() *EdgeItem
func (*EdgeItem) GetEdgeName ¶
func (*EdgeItem) GetEdgeType ¶
func (*EdgeItem) GetVersion ¶
func (*EdgeItem) IsSetSchema ¶
func (*EdgeItem) ReadField1 ¶
func (*EdgeItem) ReadField2 ¶
func (*EdgeItem) ReadField3 ¶
func (*EdgeItem) ReadField4 ¶
type ExecResp ¶
type ExecResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` ID *ID `thrift:"id,2" db:"id" json:"id"` Leader *nebula.HostAddr `thrift:"leader,3" db:"leader" json:"leader"` }
Attributes:
- Code
- ID
- Leader
var MetaServiceAddHostsIntoZoneResult_Success_DEFAULT *ExecResp
var MetaServiceAddHostsResult_Success_DEFAULT *ExecResp
var MetaServiceAddListenerResult_Success_DEFAULT *ExecResp
var MetaServiceAlterEdgeResult_Success_DEFAULT *ExecResp
var MetaServiceAlterSpaceResult_Success_DEFAULT *ExecResp
var MetaServiceAlterTagResult_Success_DEFAULT *ExecResp
var MetaServiceAlterUserResult_Success_DEFAULT *ExecResp
var MetaServiceChangePasswordResult_Success_DEFAULT *ExecResp
var MetaServiceClearSpaceResult_Success_DEFAULT *ExecResp
var MetaServiceCreateEdgeIndexResult_Success_DEFAULT *ExecResp
var MetaServiceCreateEdgeResult_Success_DEFAULT *ExecResp
var MetaServiceCreateFTIndexResult_Success_DEFAULT *ExecResp
var MetaServiceCreateSnapshotResult_Success_DEFAULT *ExecResp
var MetaServiceCreateSpaceAsResult_Success_DEFAULT *ExecResp
var MetaServiceCreateSpaceResult_Success_DEFAULT *ExecResp
var MetaServiceCreateTagIndexResult_Success_DEFAULT *ExecResp
var MetaServiceCreateTagResult_Success_DEFAULT *ExecResp
var MetaServiceCreateUserResult_Success_DEFAULT *ExecResp
var MetaServiceDivideZoneResult_Success_DEFAULT *ExecResp
var MetaServiceDropEdgeIndexResult_Success_DEFAULT *ExecResp
var MetaServiceDropEdgeResult_Success_DEFAULT *ExecResp
var MetaServiceDropFTIndexResult_Success_DEFAULT *ExecResp
var MetaServiceDropHostsResult_Success_DEFAULT *ExecResp
var MetaServiceDropSnapshotResult_Success_DEFAULT *ExecResp
var MetaServiceDropSpaceResult_Success_DEFAULT *ExecResp
var MetaServiceDropTagIndexResult_Success_DEFAULT *ExecResp
var MetaServiceDropTagResult_Success_DEFAULT *ExecResp
var MetaServiceDropUserResult_Success_DEFAULT *ExecResp
var MetaServiceDropZoneResult_Success_DEFAULT *ExecResp
var MetaServiceGrantRoleResult_Success_DEFAULT *ExecResp
var MetaServiceKillQueryResult_Success_DEFAULT *ExecResp
var MetaServiceMergeZoneResult_Success_DEFAULT *ExecResp
var MetaServiceRebuildEdgeIndexResult_Success_DEFAULT *ExecResp
var MetaServiceRebuildTagIndexResult_Success_DEFAULT *ExecResp
var MetaServiceRegConfigResult_Success_DEFAULT *ExecResp
var MetaServiceRemoveListenerResult_Success_DEFAULT *ExecResp
var MetaServiceRenameZoneResult_Success_DEFAULT *ExecResp
var MetaServiceReportTaskFinishResult_Success_DEFAULT *ExecResp
var MetaServiceRevokeRoleResult_Success_DEFAULT *ExecResp
var MetaServiceSetConfigResult_Success_DEFAULT *ExecResp
var MetaServiceSignInServiceResult_Success_DEFAULT *ExecResp
var MetaServiceSignOutServiceResult_Success_DEFAULT *ExecResp
func NewExecResp ¶
func NewExecResp() *ExecResp
func (*ExecResp) IsSetLeader ¶
func (*ExecResp) ReadField1 ¶
func (*ExecResp) ReadField2 ¶
func (*ExecResp) ReadField3 ¶
type ExternalServiceType ¶
type ExternalServiceType int64
const (
ExternalServiceType_ELASTICSEARCH ExternalServiceType = 1
)
func ExternalServiceTypeFromString ¶
func ExternalServiceTypeFromString(s string) (ExternalServiceType, error)
func ExternalServiceTypePtr ¶
func ExternalServiceTypePtr(v ExternalServiceType) *ExternalServiceType
func (ExternalServiceType) MarshalText ¶
func (p ExternalServiceType) MarshalText() ([]byte, error)
func (*ExternalServiceType) Scan ¶
func (p *ExternalServiceType) Scan(value interface{}) error
func (ExternalServiceType) String ¶
func (p ExternalServiceType) String() string
func (*ExternalServiceType) UnmarshalText ¶
func (p *ExternalServiceType) UnmarshalText(text []byte) error
type FTIndex ¶
type FTIndex struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` DependSchema *nebula.SchemaID `thrift:"depend_schema,2" db:"depend_schema" json:"depend_schema"` Fields [][]byte `thrift:"fields,3" db:"fields" json:"fields"` Analyzer []byte `thrift:"analyzer,4" db:"analyzer" json:"analyzer"` }
Attributes:
- SpaceID
- DependSchema
- Fields
- Analyzer
var CreateFTIndexReq_Index_DEFAULT *FTIndex
func NewFTIndex ¶
func NewFTIndex() *FTIndex
func (*FTIndex) GetAnalyzer ¶
func (*FTIndex) GetDependSchema ¶
func (*FTIndex) GetSpaceID ¶
func (p *FTIndex) GetSpaceID() nebula.GraphSpaceID
func (*FTIndex) IsSetDependSchema ¶
func (*FTIndex) ReadField1 ¶
func (*FTIndex) ReadField2 ¶
func (*FTIndex) ReadField3 ¶
func (*FTIndex) ReadField4 ¶
type GeoShape ¶
type GeoShape int64
var ColumnTypeDef_GeoShape_DEFAULT GeoShape
func GeoShapeFromString ¶
func GeoShapePtr ¶
func (GeoShape) MarshalText ¶
func (*GeoShape) UnmarshalText ¶
type GetConfigReq ¶
type GetConfigReq struct {
Item *ConfigItem `thrift:"item,1" db:"item" json:"item"`
}
Attributes:
- Item
var MetaServiceGetConfigArgs_Req_DEFAULT *GetConfigReq
func NewGetConfigReq ¶
func NewGetConfigReq() *GetConfigReq
func (*GetConfigReq) Equals ¶
func (p *GetConfigReq) Equals(other *GetConfigReq) bool
func (*GetConfigReq) GetItem ¶
func (p *GetConfigReq) GetItem() *ConfigItem
func (*GetConfigReq) IsSetItem ¶
func (p *GetConfigReq) IsSetItem() bool
func (*GetConfigReq) LogValue ¶
func (p *GetConfigReq) LogValue() slog.Value
func (*GetConfigReq) ReadField1 ¶
func (*GetConfigReq) String ¶
func (p *GetConfigReq) String() string
func (*GetConfigReq) Validate ¶
func (p *GetConfigReq) Validate() error
type GetConfigResp ¶
type GetConfigResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Items []*ConfigItem `thrift:"items,3" db:"items" json:"items"` }
Attributes:
- Code
- Leader
- Items
var MetaServiceGetConfigResult_Success_DEFAULT *GetConfigResp
func NewGetConfigResp ¶
func NewGetConfigResp() *GetConfigResp
func (*GetConfigResp) Equals ¶
func (p *GetConfigResp) Equals(other *GetConfigResp) bool
func (*GetConfigResp) GetCode ¶
func (p *GetConfigResp) GetCode() nebula.ErrorCode
func (*GetConfigResp) GetItems ¶
func (p *GetConfigResp) GetItems() []*ConfigItem
func (*GetConfigResp) GetLeader ¶
func (p *GetConfigResp) GetLeader() *nebula.HostAddr
func (*GetConfigResp) IsSetLeader ¶
func (p *GetConfigResp) IsSetLeader() bool
func (*GetConfigResp) LogValue ¶
func (p *GetConfigResp) LogValue() slog.Value
func (*GetConfigResp) ReadField1 ¶
func (*GetConfigResp) ReadField2 ¶
func (*GetConfigResp) ReadField3 ¶
func (*GetConfigResp) String ¶
func (p *GetConfigResp) String() string
func (*GetConfigResp) Validate ¶
func (p *GetConfigResp) Validate() error
type GetEdgeIndexReq ¶
type GetEdgeIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` }
Attributes:
- SpaceID
- IndexName
var MetaServiceGetEdgeIndexArgs_Req_DEFAULT *GetEdgeIndexReq
func NewGetEdgeIndexReq ¶
func NewGetEdgeIndexReq() *GetEdgeIndexReq
func (*GetEdgeIndexReq) Equals ¶
func (p *GetEdgeIndexReq) Equals(other *GetEdgeIndexReq) bool
func (*GetEdgeIndexReq) GetIndexName ¶
func (p *GetEdgeIndexReq) GetIndexName() []byte
func (*GetEdgeIndexReq) GetSpaceID ¶
func (p *GetEdgeIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*GetEdgeIndexReq) LogValue ¶
func (p *GetEdgeIndexReq) LogValue() slog.Value
func (*GetEdgeIndexReq) ReadField1 ¶
func (*GetEdgeIndexReq) ReadField2 ¶
func (*GetEdgeIndexReq) String ¶
func (p *GetEdgeIndexReq) String() string
func (*GetEdgeIndexReq) Validate ¶
func (p *GetEdgeIndexReq) Validate() error
type GetEdgeIndexResp ¶
type GetEdgeIndexResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Item *IndexItem `thrift:"item,3" db:"item" json:"item"` }
Attributes:
- Code
- Leader
- Item
var MetaServiceGetEdgeIndexResult_Success_DEFAULT *GetEdgeIndexResp
func NewGetEdgeIndexResp ¶
func NewGetEdgeIndexResp() *GetEdgeIndexResp
func (*GetEdgeIndexResp) Equals ¶
func (p *GetEdgeIndexResp) Equals(other *GetEdgeIndexResp) bool
func (*GetEdgeIndexResp) GetCode ¶
func (p *GetEdgeIndexResp) GetCode() nebula.ErrorCode
func (*GetEdgeIndexResp) GetItem ¶
func (p *GetEdgeIndexResp) GetItem() *IndexItem
func (*GetEdgeIndexResp) GetLeader ¶
func (p *GetEdgeIndexResp) GetLeader() *nebula.HostAddr
func (*GetEdgeIndexResp) IsSetItem ¶
func (p *GetEdgeIndexResp) IsSetItem() bool
func (*GetEdgeIndexResp) IsSetLeader ¶
func (p *GetEdgeIndexResp) IsSetLeader() bool
func (*GetEdgeIndexResp) LogValue ¶
func (p *GetEdgeIndexResp) LogValue() slog.Value
func (*GetEdgeIndexResp) ReadField1 ¶
func (*GetEdgeIndexResp) ReadField2 ¶
func (*GetEdgeIndexResp) ReadField3 ¶
func (*GetEdgeIndexResp) String ¶
func (p *GetEdgeIndexResp) String() string
func (*GetEdgeIndexResp) Validate ¶
func (p *GetEdgeIndexResp) Validate() error
type GetEdgeReq ¶
type GetEdgeReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` EdgeName []byte `thrift:"edge_name,2" db:"edge_name" json:"edge_name"` Version SchemaVer `thrift:"version,3" db:"version" json:"version"` }
Attributes:
- SpaceID
- EdgeName
- Version
var MetaServiceGetEdgeArgs_Req_DEFAULT *GetEdgeReq
func NewGetEdgeReq ¶
func NewGetEdgeReq() *GetEdgeReq
func (*GetEdgeReq) Equals ¶
func (p *GetEdgeReq) Equals(other *GetEdgeReq) bool
func (*GetEdgeReq) GetEdgeName ¶
func (p *GetEdgeReq) GetEdgeName() []byte
func (*GetEdgeReq) GetSpaceID ¶
func (p *GetEdgeReq) GetSpaceID() nebula.GraphSpaceID
func (*GetEdgeReq) GetVersion ¶
func (p *GetEdgeReq) GetVersion() SchemaVer
func (*GetEdgeReq) LogValue ¶
func (p *GetEdgeReq) LogValue() slog.Value
func (*GetEdgeReq) ReadField1 ¶
func (*GetEdgeReq) ReadField2 ¶
func (*GetEdgeReq) ReadField3 ¶
func (*GetEdgeReq) String ¶
func (p *GetEdgeReq) String() string
func (*GetEdgeReq) Validate ¶
func (p *GetEdgeReq) Validate() error
type GetEdgeResp ¶
type GetEdgeResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Schema *Schema `thrift:"schema,3" db:"schema" json:"schema"` }
Attributes:
- Code
- Leader
- Schema
var MetaServiceGetEdgeResult_Success_DEFAULT *GetEdgeResp
func NewGetEdgeResp ¶
func NewGetEdgeResp() *GetEdgeResp
func (*GetEdgeResp) Equals ¶
func (p *GetEdgeResp) Equals(other *GetEdgeResp) bool
func (*GetEdgeResp) GetCode ¶
func (p *GetEdgeResp) GetCode() nebula.ErrorCode
func (*GetEdgeResp) GetLeader ¶
func (p *GetEdgeResp) GetLeader() *nebula.HostAddr
func (*GetEdgeResp) GetSchema ¶
func (p *GetEdgeResp) GetSchema() *Schema
func (*GetEdgeResp) IsSetLeader ¶
func (p *GetEdgeResp) IsSetLeader() bool
func (*GetEdgeResp) IsSetSchema ¶
func (p *GetEdgeResp) IsSetSchema() bool
func (*GetEdgeResp) LogValue ¶
func (p *GetEdgeResp) LogValue() slog.Value
func (*GetEdgeResp) ReadField1 ¶
func (*GetEdgeResp) ReadField2 ¶
func (*GetEdgeResp) ReadField3 ¶
func (*GetEdgeResp) String ¶
func (p *GetEdgeResp) String() string
func (*GetEdgeResp) Validate ¶
func (p *GetEdgeResp) Validate() error
type GetMetaDirInfoReq ¶
type GetMetaDirInfoReq struct { }
var MetaServiceGetMetaDirInfoArgs_Req_DEFAULT *GetMetaDirInfoReq
func NewGetMetaDirInfoReq ¶
func NewGetMetaDirInfoReq() *GetMetaDirInfoReq
func (*GetMetaDirInfoReq) Equals ¶
func (p *GetMetaDirInfoReq) Equals(other *GetMetaDirInfoReq) bool
func (*GetMetaDirInfoReq) LogValue ¶
func (p *GetMetaDirInfoReq) LogValue() slog.Value
func (*GetMetaDirInfoReq) String ¶
func (p *GetMetaDirInfoReq) String() string
func (*GetMetaDirInfoReq) Validate ¶
func (p *GetMetaDirInfoReq) Validate() error
type GetMetaDirInfoResp ¶
type GetMetaDirInfoResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Dir *nebula.DirInfo `thrift:"dir,2" db:"dir" json:"dir"` }
Attributes:
- Code
- Dir
var MetaServiceGetMetaDirInfoResult_Success_DEFAULT *GetMetaDirInfoResp
func NewGetMetaDirInfoResp ¶
func NewGetMetaDirInfoResp() *GetMetaDirInfoResp
func (*GetMetaDirInfoResp) Equals ¶
func (p *GetMetaDirInfoResp) Equals(other *GetMetaDirInfoResp) bool
func (*GetMetaDirInfoResp) GetCode ¶
func (p *GetMetaDirInfoResp) GetCode() nebula.ErrorCode
func (*GetMetaDirInfoResp) GetDir ¶
func (p *GetMetaDirInfoResp) GetDir() *nebula.DirInfo
func (*GetMetaDirInfoResp) IsSetDir ¶
func (p *GetMetaDirInfoResp) IsSetDir() bool
func (*GetMetaDirInfoResp) LogValue ¶
func (p *GetMetaDirInfoResp) LogValue() slog.Value
func (*GetMetaDirInfoResp) ReadField1 ¶
func (*GetMetaDirInfoResp) ReadField2 ¶
func (*GetMetaDirInfoResp) String ¶
func (p *GetMetaDirInfoResp) String() string
func (*GetMetaDirInfoResp) Validate ¶
func (p *GetMetaDirInfoResp) Validate() error
type GetPartsAllocReq ¶
type GetPartsAllocReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceGetPartsAllocArgs_Req_DEFAULT *GetPartsAllocReq
func NewGetPartsAllocReq ¶
func NewGetPartsAllocReq() *GetPartsAllocReq
func (*GetPartsAllocReq) Equals ¶
func (p *GetPartsAllocReq) Equals(other *GetPartsAllocReq) bool
func (*GetPartsAllocReq) GetSpaceID ¶
func (p *GetPartsAllocReq) GetSpaceID() nebula.GraphSpaceID
func (*GetPartsAllocReq) LogValue ¶
func (p *GetPartsAllocReq) LogValue() slog.Value
func (*GetPartsAllocReq) ReadField1 ¶
func (*GetPartsAllocReq) String ¶
func (p *GetPartsAllocReq) String() string
func (*GetPartsAllocReq) Validate ¶
func (p *GetPartsAllocReq) Validate() error
type GetPartsAllocResp ¶
type GetPartsAllocResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Parts map[nebula.PartitionID][]*nebula.HostAddr `thrift:"parts,3" db:"parts" json:"parts"` Terms map[nebula.PartitionID]int64 `thrift:"terms,4" db:"terms" json:"terms,omitempty"` }
Attributes:
- Code
- Leader
- Parts
- Terms
var MetaServiceGetPartsAllocResult_Success_DEFAULT *GetPartsAllocResp
func NewGetPartsAllocResp ¶
func NewGetPartsAllocResp() *GetPartsAllocResp
func (*GetPartsAllocResp) Equals ¶
func (p *GetPartsAllocResp) Equals(other *GetPartsAllocResp) bool
func (*GetPartsAllocResp) GetCode ¶
func (p *GetPartsAllocResp) GetCode() nebula.ErrorCode
func (*GetPartsAllocResp) GetLeader ¶
func (p *GetPartsAllocResp) GetLeader() *nebula.HostAddr
func (*GetPartsAllocResp) GetParts ¶
func (p *GetPartsAllocResp) GetParts() map[nebula.PartitionID][]*nebula.HostAddr
func (*GetPartsAllocResp) GetTerms ¶
func (p *GetPartsAllocResp) GetTerms() map[nebula.PartitionID]int64
func (*GetPartsAllocResp) IsSetLeader ¶
func (p *GetPartsAllocResp) IsSetLeader() bool
func (*GetPartsAllocResp) IsSetTerms ¶
func (p *GetPartsAllocResp) IsSetTerms() bool
func (*GetPartsAllocResp) LogValue ¶
func (p *GetPartsAllocResp) LogValue() slog.Value
func (*GetPartsAllocResp) ReadField1 ¶
func (*GetPartsAllocResp) ReadField2 ¶
func (*GetPartsAllocResp) ReadField3 ¶
func (*GetPartsAllocResp) ReadField4 ¶
func (*GetPartsAllocResp) String ¶
func (p *GetPartsAllocResp) String() string
func (*GetPartsAllocResp) Validate ¶
func (p *GetPartsAllocResp) Validate() error
type GetSegmentIdReq ¶
type GetSegmentIdReq struct {
Length int64 `thrift:"length,1" db:"length" json:"length"`
}
Attributes:
- Length
var MetaServiceGetSegmentIdArgs_Req_DEFAULT *GetSegmentIdReq
func NewGetSegmentIdReq ¶
func NewGetSegmentIdReq() *GetSegmentIdReq
func (*GetSegmentIdReq) Equals ¶
func (p *GetSegmentIdReq) Equals(other *GetSegmentIdReq) bool
func (*GetSegmentIdReq) GetLength ¶
func (p *GetSegmentIdReq) GetLength() int64
func (*GetSegmentIdReq) LogValue ¶
func (p *GetSegmentIdReq) LogValue() slog.Value
func (*GetSegmentIdReq) ReadField1 ¶
func (*GetSegmentIdReq) String ¶
func (p *GetSegmentIdReq) String() string
func (*GetSegmentIdReq) Validate ¶
func (p *GetSegmentIdReq) Validate() error
type GetSegmentIdResp ¶
type GetSegmentIdResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` SegmentID int64 `thrift:"segment_id,3" db:"segment_id" json:"segment_id"` }
Attributes:
- Code
- Leader
- SegmentID
var MetaServiceGetSegmentIdResult_Success_DEFAULT *GetSegmentIdResp
func NewGetSegmentIdResp ¶
func NewGetSegmentIdResp() *GetSegmentIdResp
func (*GetSegmentIdResp) Equals ¶
func (p *GetSegmentIdResp) Equals(other *GetSegmentIdResp) bool
func (*GetSegmentIdResp) GetCode ¶
func (p *GetSegmentIdResp) GetCode() nebula.ErrorCode
func (*GetSegmentIdResp) GetLeader ¶
func (p *GetSegmentIdResp) GetLeader() *nebula.HostAddr
func (*GetSegmentIdResp) GetSegmentID ¶
func (p *GetSegmentIdResp) GetSegmentID() int64
func (*GetSegmentIdResp) IsSetLeader ¶
func (p *GetSegmentIdResp) IsSetLeader() bool
func (*GetSegmentIdResp) LogValue ¶
func (p *GetSegmentIdResp) LogValue() slog.Value
func (*GetSegmentIdResp) ReadField1 ¶
func (*GetSegmentIdResp) ReadField2 ¶
func (*GetSegmentIdResp) ReadField3 ¶
func (*GetSegmentIdResp) String ¶
func (p *GetSegmentIdResp) String() string
func (*GetSegmentIdResp) Validate ¶
func (p *GetSegmentIdResp) Validate() error
type GetSessionReq ¶
type GetSessionReq struct {
SessionID nebula.SessionID `thrift:"session_id,1" db:"session_id" json:"session_id"`
}
Attributes:
- SessionID
var MetaServiceGetSessionArgs_Req_DEFAULT *GetSessionReq
func NewGetSessionReq ¶
func NewGetSessionReq() *GetSessionReq
func (*GetSessionReq) Equals ¶
func (p *GetSessionReq) Equals(other *GetSessionReq) bool
func (*GetSessionReq) GetSessionID ¶
func (p *GetSessionReq) GetSessionID() nebula.SessionID
func (*GetSessionReq) LogValue ¶
func (p *GetSessionReq) LogValue() slog.Value
func (*GetSessionReq) ReadField1 ¶
func (*GetSessionReq) String ¶
func (p *GetSessionReq) String() string
func (*GetSessionReq) Validate ¶
func (p *GetSessionReq) Validate() error
type GetSessionResp ¶
type GetSessionResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Session *Session `thrift:"session,3" db:"session" json:"session"` }
Attributes:
- Code
- Leader
- Session
var MetaServiceGetSessionResult_Success_DEFAULT *GetSessionResp
func NewGetSessionResp ¶
func NewGetSessionResp() *GetSessionResp
func (*GetSessionResp) Equals ¶
func (p *GetSessionResp) Equals(other *GetSessionResp) bool
func (*GetSessionResp) GetCode ¶
func (p *GetSessionResp) GetCode() nebula.ErrorCode
func (*GetSessionResp) GetLeader ¶
func (p *GetSessionResp) GetLeader() *nebula.HostAddr
func (*GetSessionResp) GetSession ¶
func (p *GetSessionResp) GetSession() *Session
func (*GetSessionResp) IsSetLeader ¶
func (p *GetSessionResp) IsSetLeader() bool
func (*GetSessionResp) IsSetSession ¶
func (p *GetSessionResp) IsSetSession() bool
func (*GetSessionResp) LogValue ¶
func (p *GetSessionResp) LogValue() slog.Value
func (*GetSessionResp) ReadField1 ¶
func (*GetSessionResp) ReadField2 ¶
func (*GetSessionResp) ReadField3 ¶
func (*GetSessionResp) String ¶
func (p *GetSessionResp) String() string
func (*GetSessionResp) Validate ¶
func (p *GetSessionResp) Validate() error
type GetSpaceReq ¶
type GetSpaceReq struct {
SpaceName []byte `thrift:"space_name,1" db:"space_name" json:"space_name"`
}
Attributes:
- SpaceName
var MetaServiceGetSpaceArgs_Req_DEFAULT *GetSpaceReq
func NewGetSpaceReq ¶
func NewGetSpaceReq() *GetSpaceReq
func (*GetSpaceReq) Equals ¶
func (p *GetSpaceReq) Equals(other *GetSpaceReq) bool
func (*GetSpaceReq) GetSpaceName ¶
func (p *GetSpaceReq) GetSpaceName() []byte
func (*GetSpaceReq) LogValue ¶
func (p *GetSpaceReq) LogValue() slog.Value
func (*GetSpaceReq) ReadField1 ¶
func (*GetSpaceReq) String ¶
func (p *GetSpaceReq) String() string
func (*GetSpaceReq) Validate ¶
func (p *GetSpaceReq) Validate() error
type GetSpaceResp ¶
type GetSpaceResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Item *SpaceItem `thrift:"item,3" db:"item" json:"item"` }
Attributes:
- Code
- Leader
- Item
var MetaServiceGetSpaceResult_Success_DEFAULT *GetSpaceResp
func NewGetSpaceResp ¶
func NewGetSpaceResp() *GetSpaceResp
func (*GetSpaceResp) Equals ¶
func (p *GetSpaceResp) Equals(other *GetSpaceResp) bool
func (*GetSpaceResp) GetCode ¶
func (p *GetSpaceResp) GetCode() nebula.ErrorCode
func (*GetSpaceResp) GetItem ¶
func (p *GetSpaceResp) GetItem() *SpaceItem
func (*GetSpaceResp) GetLeader ¶
func (p *GetSpaceResp) GetLeader() *nebula.HostAddr
func (*GetSpaceResp) IsSetItem ¶
func (p *GetSpaceResp) IsSetItem() bool
func (*GetSpaceResp) IsSetLeader ¶
func (p *GetSpaceResp) IsSetLeader() bool
func (*GetSpaceResp) LogValue ¶
func (p *GetSpaceResp) LogValue() slog.Value
func (*GetSpaceResp) ReadField1 ¶
func (*GetSpaceResp) ReadField2 ¶
func (*GetSpaceResp) ReadField3 ¶
func (*GetSpaceResp) String ¶
func (p *GetSpaceResp) String() string
func (*GetSpaceResp) Validate ¶
func (p *GetSpaceResp) Validate() error
type GetStatsReq ¶
type GetStatsReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceGetStatsArgs_Req_DEFAULT *GetStatsReq
func NewGetStatsReq ¶
func NewGetStatsReq() *GetStatsReq
func (*GetStatsReq) Equals ¶
func (p *GetStatsReq) Equals(other *GetStatsReq) bool
func (*GetStatsReq) GetSpaceID ¶
func (p *GetStatsReq) GetSpaceID() nebula.GraphSpaceID
func (*GetStatsReq) LogValue ¶
func (p *GetStatsReq) LogValue() slog.Value
func (*GetStatsReq) ReadField1 ¶
func (*GetStatsReq) String ¶
func (p *GetStatsReq) String() string
func (*GetStatsReq) Validate ¶
func (p *GetStatsReq) Validate() error
type GetStatsResp ¶
type GetStatsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Stats *StatsItem `thrift:"stats,3" db:"stats" json:"stats"` }
Attributes:
- Code
- Leader
- Stats
var MetaServiceGetStatsResult_Success_DEFAULT *GetStatsResp
func NewGetStatsResp ¶
func NewGetStatsResp() *GetStatsResp
func (*GetStatsResp) Equals ¶
func (p *GetStatsResp) Equals(other *GetStatsResp) bool
func (*GetStatsResp) GetCode ¶
func (p *GetStatsResp) GetCode() nebula.ErrorCode
func (*GetStatsResp) GetLeader ¶
func (p *GetStatsResp) GetLeader() *nebula.HostAddr
func (*GetStatsResp) GetStats ¶
func (p *GetStatsResp) GetStats() *StatsItem
func (*GetStatsResp) IsSetLeader ¶
func (p *GetStatsResp) IsSetLeader() bool
func (*GetStatsResp) IsSetStats ¶
func (p *GetStatsResp) IsSetStats() bool
func (*GetStatsResp) LogValue ¶
func (p *GetStatsResp) LogValue() slog.Value
func (*GetStatsResp) ReadField1 ¶
func (*GetStatsResp) ReadField2 ¶
func (*GetStatsResp) ReadField3 ¶
func (*GetStatsResp) String ¶
func (p *GetStatsResp) String() string
func (*GetStatsResp) Validate ¶
func (p *GetStatsResp) Validate() error
type GetTagIndexReq ¶
type GetTagIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` }
Attributes:
- SpaceID
- IndexName
var MetaServiceGetTagIndexArgs_Req_DEFAULT *GetTagIndexReq
func NewGetTagIndexReq ¶
func NewGetTagIndexReq() *GetTagIndexReq
func (*GetTagIndexReq) Equals ¶
func (p *GetTagIndexReq) Equals(other *GetTagIndexReq) bool
func (*GetTagIndexReq) GetIndexName ¶
func (p *GetTagIndexReq) GetIndexName() []byte
func (*GetTagIndexReq) GetSpaceID ¶
func (p *GetTagIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*GetTagIndexReq) LogValue ¶
func (p *GetTagIndexReq) LogValue() slog.Value
func (*GetTagIndexReq) ReadField1 ¶
func (*GetTagIndexReq) ReadField2 ¶
func (*GetTagIndexReq) String ¶
func (p *GetTagIndexReq) String() string
func (*GetTagIndexReq) Validate ¶
func (p *GetTagIndexReq) Validate() error
type GetTagIndexResp ¶
type GetTagIndexResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Item *IndexItem `thrift:"item,3" db:"item" json:"item"` }
Attributes:
- Code
- Leader
- Item
var MetaServiceGetTagIndexResult_Success_DEFAULT *GetTagIndexResp
func NewGetTagIndexResp ¶
func NewGetTagIndexResp() *GetTagIndexResp
func (*GetTagIndexResp) Equals ¶
func (p *GetTagIndexResp) Equals(other *GetTagIndexResp) bool
func (*GetTagIndexResp) GetCode ¶
func (p *GetTagIndexResp) GetCode() nebula.ErrorCode
func (*GetTagIndexResp) GetItem ¶
func (p *GetTagIndexResp) GetItem() *IndexItem
func (*GetTagIndexResp) GetLeader ¶
func (p *GetTagIndexResp) GetLeader() *nebula.HostAddr
func (*GetTagIndexResp) IsSetItem ¶
func (p *GetTagIndexResp) IsSetItem() bool
func (*GetTagIndexResp) IsSetLeader ¶
func (p *GetTagIndexResp) IsSetLeader() bool
func (*GetTagIndexResp) LogValue ¶
func (p *GetTagIndexResp) LogValue() slog.Value
func (*GetTagIndexResp) ReadField1 ¶
func (*GetTagIndexResp) ReadField2 ¶
func (*GetTagIndexResp) ReadField3 ¶
func (*GetTagIndexResp) String ¶
func (p *GetTagIndexResp) String() string
func (*GetTagIndexResp) Validate ¶
func (p *GetTagIndexResp) Validate() error
type GetTagReq ¶
type GetTagReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` TagName []byte `thrift:"tag_name,2" db:"tag_name" json:"tag_name"` Version SchemaVer `thrift:"version,3" db:"version" json:"version"` }
Attributes:
- SpaceID
- TagName
- Version
var MetaServiceGetTagArgs_Req_DEFAULT *GetTagReq
func NewGetTagReq ¶
func NewGetTagReq() *GetTagReq
func (*GetTagReq) GetSpaceID ¶
func (p *GetTagReq) GetSpaceID() nebula.GraphSpaceID
func (*GetTagReq) GetTagName ¶
func (*GetTagReq) GetVersion ¶
func (*GetTagReq) ReadField1 ¶
func (*GetTagReq) ReadField2 ¶
func (*GetTagReq) ReadField3 ¶
type GetTagResp ¶
type GetTagResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Schema *Schema `thrift:"schema,3" db:"schema" json:"schema"` }
Attributes:
- Code
- Leader
- Schema
var MetaServiceGetTagResult_Success_DEFAULT *GetTagResp
func NewGetTagResp ¶
func NewGetTagResp() *GetTagResp
func (*GetTagResp) Equals ¶
func (p *GetTagResp) Equals(other *GetTagResp) bool
func (*GetTagResp) GetCode ¶
func (p *GetTagResp) GetCode() nebula.ErrorCode
func (*GetTagResp) GetLeader ¶
func (p *GetTagResp) GetLeader() *nebula.HostAddr
func (*GetTagResp) GetSchema ¶
func (p *GetTagResp) GetSchema() *Schema
func (*GetTagResp) IsSetLeader ¶
func (p *GetTagResp) IsSetLeader() bool
func (*GetTagResp) IsSetSchema ¶
func (p *GetTagResp) IsSetSchema() bool
func (*GetTagResp) LogValue ¶
func (p *GetTagResp) LogValue() slog.Value
func (*GetTagResp) ReadField1 ¶
func (*GetTagResp) ReadField2 ¶
func (*GetTagResp) ReadField3 ¶
func (*GetTagResp) String ¶
func (p *GetTagResp) String() string
func (*GetTagResp) Validate ¶
func (p *GetTagResp) Validate() error
type GetUserRolesReq ¶
type GetUserRolesReq struct {
Account []byte `thrift:"account,1" db:"account" json:"account"`
}
Attributes:
- Account
var MetaServiceGetUserRolesArgs_Req_DEFAULT *GetUserRolesReq
func NewGetUserRolesReq ¶
func NewGetUserRolesReq() *GetUserRolesReq
func (*GetUserRolesReq) Equals ¶
func (p *GetUserRolesReq) Equals(other *GetUserRolesReq) bool
func (*GetUserRolesReq) GetAccount ¶
func (p *GetUserRolesReq) GetAccount() []byte
func (*GetUserRolesReq) LogValue ¶
func (p *GetUserRolesReq) LogValue() slog.Value
func (*GetUserRolesReq) ReadField1 ¶
func (*GetUserRolesReq) String ¶
func (p *GetUserRolesReq) String() string
func (*GetUserRolesReq) Validate ¶
func (p *GetUserRolesReq) Validate() error
type GetWorkerIdReq ¶
type GetWorkerIdReq struct {
Host []byte `thrift:"host,1" db:"host" json:"host"`
}
Attributes:
- Host
var MetaServiceGetWorkerIdArgs_Req_DEFAULT *GetWorkerIdReq
func NewGetWorkerIdReq ¶
func NewGetWorkerIdReq() *GetWorkerIdReq
func (*GetWorkerIdReq) Equals ¶
func (p *GetWorkerIdReq) Equals(other *GetWorkerIdReq) bool
func (*GetWorkerIdReq) GetHost ¶
func (p *GetWorkerIdReq) GetHost() []byte
func (*GetWorkerIdReq) LogValue ¶
func (p *GetWorkerIdReq) LogValue() slog.Value
func (*GetWorkerIdReq) ReadField1 ¶
func (*GetWorkerIdReq) String ¶
func (p *GetWorkerIdReq) String() string
func (*GetWorkerIdReq) Validate ¶
func (p *GetWorkerIdReq) Validate() error
type GetWorkerIdResp ¶
type GetWorkerIdResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Workerid int64 `thrift:"workerid,3" db:"workerid" json:"workerid"` }
Attributes:
- Code
- Leader
- Workerid
var MetaServiceGetWorkerIdResult_Success_DEFAULT *GetWorkerIdResp
func NewGetWorkerIdResp ¶
func NewGetWorkerIdResp() *GetWorkerIdResp
func (*GetWorkerIdResp) Equals ¶
func (p *GetWorkerIdResp) Equals(other *GetWorkerIdResp) bool
func (*GetWorkerIdResp) GetCode ¶
func (p *GetWorkerIdResp) GetCode() nebula.ErrorCode
func (*GetWorkerIdResp) GetLeader ¶
func (p *GetWorkerIdResp) GetLeader() *nebula.HostAddr
func (*GetWorkerIdResp) GetWorkerid ¶
func (p *GetWorkerIdResp) GetWorkerid() int64
func (*GetWorkerIdResp) IsSetLeader ¶
func (p *GetWorkerIdResp) IsSetLeader() bool
func (*GetWorkerIdResp) LogValue ¶
func (p *GetWorkerIdResp) LogValue() slog.Value
func (*GetWorkerIdResp) ReadField1 ¶
func (*GetWorkerIdResp) ReadField2 ¶
func (*GetWorkerIdResp) ReadField3 ¶
func (*GetWorkerIdResp) String ¶
func (p *GetWorkerIdResp) String() string
func (*GetWorkerIdResp) Validate ¶
func (p *GetWorkerIdResp) Validate() error
type GetZoneReq ¶
type GetZoneReq struct {
ZoneName []byte `thrift:"zone_name,1" db:"zone_name" json:"zone_name"`
}
Attributes:
- ZoneName
var MetaServiceGetZoneArgs_Req_DEFAULT *GetZoneReq
func NewGetZoneReq ¶
func NewGetZoneReq() *GetZoneReq
func (*GetZoneReq) Equals ¶
func (p *GetZoneReq) Equals(other *GetZoneReq) bool
func (*GetZoneReq) GetZoneName ¶
func (p *GetZoneReq) GetZoneName() []byte
func (*GetZoneReq) LogValue ¶
func (p *GetZoneReq) LogValue() slog.Value
func (*GetZoneReq) ReadField1 ¶
func (*GetZoneReq) String ¶
func (p *GetZoneReq) String() string
func (*GetZoneReq) Validate ¶
func (p *GetZoneReq) Validate() error
type GetZoneResp ¶
type GetZoneResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Hosts []*nebula.HostAddr `thrift:"hosts,3" db:"hosts" json:"hosts"` }
Attributes:
- Code
- Leader
- Hosts
var MetaServiceGetZoneResult_Success_DEFAULT *GetZoneResp
func NewGetZoneResp ¶
func NewGetZoneResp() *GetZoneResp
func (*GetZoneResp) Equals ¶
func (p *GetZoneResp) Equals(other *GetZoneResp) bool
func (*GetZoneResp) GetCode ¶
func (p *GetZoneResp) GetCode() nebula.ErrorCode
func (*GetZoneResp) GetHosts ¶
func (p *GetZoneResp) GetHosts() []*nebula.HostAddr
func (*GetZoneResp) GetLeader ¶
func (p *GetZoneResp) GetLeader() *nebula.HostAddr
func (*GetZoneResp) IsSetLeader ¶
func (p *GetZoneResp) IsSetLeader() bool
func (*GetZoneResp) LogValue ¶
func (p *GetZoneResp) LogValue() slog.Value
func (*GetZoneResp) ReadField1 ¶
func (*GetZoneResp) ReadField2 ¶
func (*GetZoneResp) ReadField3 ¶
func (*GetZoneResp) String ¶
func (p *GetZoneResp) String() string
func (*GetZoneResp) Validate ¶
func (p *GetZoneResp) Validate() error
type GrantRoleReq ¶
type GrantRoleReq struct {
RoleItem *RoleItem `thrift:"role_item,1" db:"role_item" json:"role_item"`
}
Attributes:
- RoleItem
var MetaServiceGrantRoleArgs_Req_DEFAULT *GrantRoleReq
func NewGrantRoleReq ¶
func NewGrantRoleReq() *GrantRoleReq
func (*GrantRoleReq) Equals ¶
func (p *GrantRoleReq) Equals(other *GrantRoleReq) bool
func (*GrantRoleReq) GetRoleItem ¶
func (p *GrantRoleReq) GetRoleItem() *RoleItem
func (*GrantRoleReq) IsSetRoleItem ¶
func (p *GrantRoleReq) IsSetRoleItem() bool
func (*GrantRoleReq) LogValue ¶
func (p *GrantRoleReq) LogValue() slog.Value
func (*GrantRoleReq) ReadField1 ¶
func (*GrantRoleReq) String ¶
func (p *GrantRoleReq) String() string
func (*GrantRoleReq) Validate ¶
func (p *GrantRoleReq) Validate() error
type HBReq ¶
type HBReq struct { Role HostRole `thrift:"role,1" db:"role" json:"role"` Host *nebula.HostAddr `thrift:"host,2" db:"host" json:"host"` ClusterID ClusterID `thrift:"cluster_id,3" db:"cluster_id" json:"cluster_id"` LeaderPartIds map[nebula.GraphSpaceID][]*LeaderInfo `thrift:"leader_partIds,4" db:"leader_partIds" json:"leader_partIds,omitempty"` GitInfoSha []byte `thrift:"git_info_sha,5" db:"git_info_sha" json:"git_info_sha"` DiskParts map[nebula.GraphSpaceID]map[string]*PartitionList `thrift:"disk_parts,6" db:"disk_parts" json:"disk_parts,omitempty"` Dir *nebula.DirInfo `thrift:"dir,7" db:"dir" json:"dir,omitempty"` Version []byte `thrift:"version,8" db:"version" json:"version,omitempty"` }
Attributes:
- Role
- Host
- ClusterID
- LeaderPartIds
- GitInfoSha
- DiskParts
- Dir
- Version
var MetaServiceHeartBeatArgs_Req_DEFAULT *HBReq
func (*HBReq) GetClusterID ¶
func (*HBReq) GetDiskParts ¶
func (p *HBReq) GetDiskParts() map[nebula.GraphSpaceID]map[string]*PartitionList
func (*HBReq) GetGitInfoSha ¶
func (*HBReq) GetLeaderPartIds ¶
func (p *HBReq) GetLeaderPartIds() map[nebula.GraphSpaceID][]*LeaderInfo
func (*HBReq) GetVersion ¶
func (*HBReq) IsSetDiskParts ¶
func (*HBReq) IsSetLeaderPartIds ¶
func (*HBReq) IsSetVersion ¶
func (*HBReq) ReadField1 ¶
func (*HBReq) ReadField2 ¶
func (*HBReq) ReadField3 ¶
func (*HBReq) ReadField4 ¶
func (*HBReq) ReadField5 ¶
func (*HBReq) ReadField6 ¶
func (*HBReq) ReadField7 ¶
func (*HBReq) ReadField8 ¶
type HBResp ¶
type HBResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` ClusterID ClusterID `thrift:"cluster_id,3" db:"cluster_id" json:"cluster_id"` LastUpdateTimeInMs int64 `thrift:"last_update_time_in_ms,4" db:"last_update_time_in_ms" json:"last_update_time_in_ms"` MetaVersion int32 `thrift:"meta_version,5" db:"meta_version" json:"meta_version"` }
Attributes:
- Code
- Leader
- ClusterID
- LastUpdateTimeInMs
- MetaVersion
var MetaServiceHeartBeatResult_Success_DEFAULT *HBResp
func (*HBResp) GetClusterID ¶
func (*HBResp) GetLastUpdateTimeInMs ¶
func (*HBResp) GetMetaVersion ¶
func (*HBResp) IsSetLeader ¶
func (*HBResp) ReadField1 ¶
func (*HBResp) ReadField2 ¶
func (*HBResp) ReadField3 ¶
func (*HBResp) ReadField4 ¶
func (*HBResp) ReadField5 ¶
type HostBackupInfo ¶
type HostBackupInfo struct { Host *nebula.HostAddr `thrift:"host,1" db:"host" json:"host"` Checkpoints []*nebula.CheckpointInfo `thrift:"checkpoints,2" db:"checkpoints" json:"checkpoints"` }
Attributes:
- Host
- Checkpoints
func NewHostBackupInfo ¶
func NewHostBackupInfo() *HostBackupInfo
func (*HostBackupInfo) Equals ¶
func (p *HostBackupInfo) Equals(other *HostBackupInfo) bool
func (*HostBackupInfo) GetCheckpoints ¶
func (p *HostBackupInfo) GetCheckpoints() []*nebula.CheckpointInfo
func (*HostBackupInfo) GetHost ¶
func (p *HostBackupInfo) GetHost() *nebula.HostAddr
func (*HostBackupInfo) IsSetHost ¶
func (p *HostBackupInfo) IsSetHost() bool
func (*HostBackupInfo) LogValue ¶
func (p *HostBackupInfo) LogValue() slog.Value
func (*HostBackupInfo) ReadField1 ¶
func (*HostBackupInfo) ReadField2 ¶
func (*HostBackupInfo) String ¶
func (p *HostBackupInfo) String() string
func (*HostBackupInfo) Validate ¶
func (p *HostBackupInfo) Validate() error
type HostItem ¶
type HostItem struct { HostAddr *nebula.HostAddr `thrift:"hostAddr,1" db:"hostAddr" json:"hostAddr"` Status HostStatus `thrift:"status,2" db:"status" json:"status"` LeaderParts map[string][]nebula.PartitionID `thrift:"leader_parts,3" db:"leader_parts" json:"leader_parts"` AllParts map[string][]nebula.PartitionID `thrift:"all_parts,4" db:"all_parts" json:"all_parts"` Role HostRole `thrift:"role,5" db:"role" json:"role"` GitInfoSha []byte `thrift:"git_info_sha,6" db:"git_info_sha" json:"git_info_sha"` ZoneName []byte `thrift:"zone_name,7" db:"zone_name" json:"zone_name,omitempty"` Version []byte `thrift:"version,8" db:"version" json:"version,omitempty"` }
Attributes:
- HostAddr
- Status
- LeaderParts
- AllParts
- Role
- GitInfoSha
- ZoneName
- Version
func NewHostItem ¶
func NewHostItem() *HostItem
func (*HostItem) GetAllParts ¶
func (p *HostItem) GetAllParts() map[string][]nebula.PartitionID
func (*HostItem) GetGitInfoSha ¶
func (*HostItem) GetHostAddr ¶
func (*HostItem) GetLeaderParts ¶
func (p *HostItem) GetLeaderParts() map[string][]nebula.PartitionID
func (*HostItem) GetStatus ¶
func (p *HostItem) GetStatus() HostStatus
func (*HostItem) GetVersion ¶
func (*HostItem) GetZoneName ¶
func (*HostItem) IsSetHostAddr ¶
func (*HostItem) IsSetVersion ¶
func (*HostItem) IsSetZoneName ¶
func (*HostItem) ReadField1 ¶
func (*HostItem) ReadField2 ¶
func (*HostItem) ReadField3 ¶
func (*HostItem) ReadField4 ¶
func (*HostItem) ReadField5 ¶
func (*HostItem) ReadField6 ¶
func (*HostItem) ReadField7 ¶
func (*HostItem) ReadField8 ¶
type HostPair ¶
type HostPair struct { FromHost *nebula.HostAddr `thrift:"from_host,1" db:"from_host" json:"from_host"` ToHost *nebula.HostAddr `thrift:"to_host,2" db:"to_host" json:"to_host"` }
Attributes:
- FromHost
- ToHost
func NewHostPair ¶
func NewHostPair() *HostPair
func (*HostPair) GetFromHost ¶
func (*HostPair) IsSetFromHost ¶
func (*HostPair) IsSetToHost ¶
func (*HostPair) ReadField1 ¶
func (*HostPair) ReadField2 ¶
type HostRole ¶
type HostRole int64
func HostRoleFromString ¶
func HostRolePtr ¶
func (HostRole) MarshalText ¶
func (*HostRole) UnmarshalText ¶
type HostStatus ¶
type HostStatus int64
const ( HostStatus_ONLINE HostStatus = 0 HostStatus_OFFLINE HostStatus = 1 HostStatus_UNKNOWN HostStatus = 2 )
func HostStatusFromString ¶
func HostStatusFromString(s string) (HostStatus, error)
func HostStatusPtr ¶
func HostStatusPtr(v HostStatus) *HostStatus
func (HostStatus) MarshalText ¶
func (p HostStatus) MarshalText() ([]byte, error)
func (*HostStatus) Scan ¶
func (p *HostStatus) Scan(value interface{}) error
func (HostStatus) String ¶
func (p HostStatus) String() string
func (*HostStatus) UnmarshalText ¶
func (p *HostStatus) UnmarshalText(text []byte) error
type ID ¶
type ID struct { SpaceID *nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id,omitempty"` TagID *nebula.TagID `thrift:"tag_id,2" db:"tag_id" json:"tag_id,omitempty"` EdgeType *nebula.EdgeType `thrift:"edge_type,3" db:"edge_type" json:"edge_type,omitempty"` IndexID *nebula.IndexID `thrift:"index_id,4" db:"index_id" json:"index_id,omitempty"` ClusterID *ClusterID `thrift:"cluster_id,5" db:"cluster_id" json:"cluster_id,omitempty"` }
Attributes:
- SpaceID
- TagID
- EdgeType
- IndexID
- ClusterID
var ExecResp_ID_DEFAULT *ID
var IdName_ID_DEFAULT *ID
func (*ID) CountSetFieldsID ¶
func (*ID) GetClusterID ¶
func (*ID) GetEdgeType ¶
func (*ID) GetIndexID ¶
func (*ID) GetSpaceID ¶
func (p *ID) GetSpaceID() nebula.GraphSpaceID
func (*ID) IsSetClusterID ¶
func (*ID) IsSetEdgeType ¶
func (*ID) IsSetIndexID ¶
func (*ID) IsSetSpaceID ¶
func (*ID) IsSetTagID ¶
type IdName ¶
type IdName struct { ID *ID `thrift:"id,1" db:"id" json:"id"` Name []byte `thrift:"name,2" db:"name" json:"name"` }
Attributes:
- ID
- Name
func (*IdName) ReadField1 ¶
func (*IdName) ReadField2 ¶
type IndexFieldDef ¶
type IndexFieldDef struct { Name []byte `thrift:"name,1,required" db:"name" json:"name"` TypeLength *int16 `thrift:"type_length,2" db:"type_length" json:"type_length,omitempty"` }
Attributes:
- Name
- TypeLength
func NewIndexFieldDef ¶
func NewIndexFieldDef() *IndexFieldDef
func (*IndexFieldDef) Equals ¶
func (p *IndexFieldDef) Equals(other *IndexFieldDef) bool
func (*IndexFieldDef) GetName ¶
func (p *IndexFieldDef) GetName() []byte
func (*IndexFieldDef) GetTypeLength ¶
func (p *IndexFieldDef) GetTypeLength() int16
func (*IndexFieldDef) IsSetTypeLength ¶
func (p *IndexFieldDef) IsSetTypeLength() bool
func (*IndexFieldDef) LogValue ¶
func (p *IndexFieldDef) LogValue() slog.Value
func (*IndexFieldDef) ReadField1 ¶
func (*IndexFieldDef) ReadField2 ¶
func (*IndexFieldDef) String ¶
func (p *IndexFieldDef) String() string
func (*IndexFieldDef) Validate ¶
func (p *IndexFieldDef) Validate() error
type IndexItem ¶
type IndexItem struct { IndexID nebula.IndexID `thrift:"index_id,1" db:"index_id" json:"index_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` SchemaID *nebula.SchemaID `thrift:"schema_id,3" db:"schema_id" json:"schema_id"` SchemaName []byte `thrift:"schema_name,4" db:"schema_name" json:"schema_name"` Fields []*ColumnDef `thrift:"fields,5" db:"fields" json:"fields"` Comment []byte `thrift:"comment,6" db:"comment" json:"comment,omitempty"` IndexParams *IndexParams `thrift:"index_params,7" db:"index_params" json:"index_params,omitempty"` }
Attributes:
- IndexID
- IndexName
- SchemaID
- SchemaName
- Fields
- Comment
- IndexParams
var GetEdgeIndexResp_Item_DEFAULT *IndexItem
var GetTagIndexResp_Item_DEFAULT *IndexItem
func NewIndexItem ¶
func NewIndexItem() *IndexItem
func (*IndexItem) GetComment ¶
func (*IndexItem) GetIndexID ¶
func (*IndexItem) GetIndexName ¶
func (*IndexItem) GetIndexParams ¶
func (p *IndexItem) GetIndexParams() *IndexParams
func (*IndexItem) GetSchemaID ¶
func (*IndexItem) GetSchemaName ¶
func (*IndexItem) IsSetComment ¶
func (*IndexItem) IsSetIndexParams ¶
func (*IndexItem) IsSetSchemaID ¶
func (*IndexItem) ReadField1 ¶
func (*IndexItem) ReadField2 ¶
func (*IndexItem) ReadField3 ¶
func (*IndexItem) ReadField4 ¶
func (*IndexItem) ReadField5 ¶
func (*IndexItem) ReadField6 ¶
func (*IndexItem) ReadField7 ¶
type IndexParams ¶
type IndexParams struct { S2MaxLevel *int32 `thrift:"s2_max_level,1" db:"s2_max_level" json:"s2_max_level,omitempty"` S2MaxCells *int32 `thrift:"s2_max_cells,2" db:"s2_max_cells" json:"s2_max_cells,omitempty"` }
Attributes:
- S2MaxLevel
- S2MaxCells
var CreateEdgeIndexReq_IndexParams_DEFAULT *IndexParams
var CreateTagIndexReq_IndexParams_DEFAULT *IndexParams
var IndexItem_IndexParams_DEFAULT *IndexParams
func NewIndexParams ¶
func NewIndexParams() *IndexParams
func (*IndexParams) Equals ¶
func (p *IndexParams) Equals(other *IndexParams) bool
func (*IndexParams) GetS2MaxCells ¶
func (p *IndexParams) GetS2MaxCells() int32
func (*IndexParams) GetS2MaxLevel ¶
func (p *IndexParams) GetS2MaxLevel() int32
func (*IndexParams) IsSetS2MaxCells ¶
func (p *IndexParams) IsSetS2MaxCells() bool
func (*IndexParams) IsSetS2MaxLevel ¶
func (p *IndexParams) IsSetS2MaxLevel() bool
func (*IndexParams) LogValue ¶
func (p *IndexParams) LogValue() slog.Value
func (*IndexParams) ReadField1 ¶
func (*IndexParams) ReadField2 ¶
func (*IndexParams) String ¶
func (p *IndexParams) String() string
func (*IndexParams) Validate ¶
func (p *IndexParams) Validate() error
type IndexStatus ¶
type IndexStatus struct { Name []byte `thrift:"name,1" db:"name" json:"name"` Status []byte `thrift:"status,2" db:"status" json:"status"` }
Attributes:
- Name
- Status
func NewIndexStatus ¶
func NewIndexStatus() *IndexStatus
func (*IndexStatus) Equals ¶
func (p *IndexStatus) Equals(other *IndexStatus) bool
func (*IndexStatus) GetName ¶
func (p *IndexStatus) GetName() []byte
func (*IndexStatus) GetStatus ¶
func (p *IndexStatus) GetStatus() []byte
func (*IndexStatus) LogValue ¶
func (p *IndexStatus) LogValue() slog.Value
func (*IndexStatus) ReadField1 ¶
func (*IndexStatus) ReadField2 ¶
func (*IndexStatus) String ¶
func (p *IndexStatus) String() string
func (*IndexStatus) Validate ¶
func (p *IndexStatus) Validate() error
type IsolationLevel ¶
type IsolationLevel int64
const ( IsolationLevel_DEFAULT IsolationLevel = 0 IsolationLevel_TOSS IsolationLevel = 1 )
var SpaceDesc_IsolationLevel_DEFAULT IsolationLevel
func IsolationLevelFromString ¶
func IsolationLevelFromString(s string) (IsolationLevel, error)
func IsolationLevelPtr ¶
func IsolationLevelPtr(v IsolationLevel) *IsolationLevel
func (IsolationLevel) MarshalText ¶
func (p IsolationLevel) MarshalText() ([]byte, error)
func (*IsolationLevel) Scan ¶
func (p *IsolationLevel) Scan(value interface{}) error
func (IsolationLevel) String ¶
func (p IsolationLevel) String() string
func (*IsolationLevel) UnmarshalText ¶
func (p *IsolationLevel) UnmarshalText(text []byte) error
type JobDesc ¶
type JobDesc struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` JobID int32 `thrift:"job_id,2" db:"job_id" json:"job_id"` Type JobType `thrift:"type,3" db:"type" json:"type"` Paras []string `thrift:"paras,4" db:"paras" json:"paras"` Status JobStatus `thrift:"status,5" db:"status" json:"status"` StartTime int64 `thrift:"start_time,6" db:"start_time" json:"start_time"` StopTime int64 `thrift:"stop_time,7" db:"stop_time" json:"stop_time"` Code nebula.ErrorCode `thrift:"code,8" db:"code" json:"code"` }
Attributes:
- SpaceID
- JobID
- Type
- Paras
- Status
- StartTime
- StopTime
- Code
func NewJobDesc ¶
func NewJobDesc() *JobDesc
func (*JobDesc) GetSpaceID ¶
func (p *JobDesc) GetSpaceID() nebula.GraphSpaceID
func (*JobDesc) GetStartTime ¶
func (*JobDesc) GetStopTime ¶
func (*JobDesc) ReadField1 ¶
func (*JobDesc) ReadField2 ¶
func (*JobDesc) ReadField3 ¶
func (*JobDesc) ReadField4 ¶
func (*JobDesc) ReadField5 ¶
func (*JobDesc) ReadField6 ¶
func (*JobDesc) ReadField7 ¶
func (*JobDesc) ReadField8 ¶
type JobOp ¶
type JobOp int64
func JobOpFromString ¶
func (JobOp) MarshalText ¶
func (*JobOp) UnmarshalText ¶
type JobStatus ¶
type JobStatus int64
func JobStatusFromString ¶
func JobStatusPtr ¶
func (JobStatus) MarshalText ¶
func (*JobStatus) UnmarshalText ¶
type JobType ¶
type JobType int64
const ( JobType_COMPACT JobType = 0 JobType_FLUSH JobType = 1 JobType_REBUILD_TAG_INDEX JobType = 2 JobType_REBUILD_EDGE_INDEX JobType = 3 JobType_REBUILD_FULLTEXT_INDEX JobType = 4 JobType_STATS JobType = 5 JobType_DATA_BALANCE JobType = 6 JobType_DOWNLOAD JobType = 7 JobType_INGEST JobType = 8 JobType_LEADER_BALANCE JobType = 9 JobType_ZONE_BALANCE JobType = 10 JobType_UNKNOWN JobType = 99 )
func JobTypeFromString ¶
func JobTypePtr ¶
func (JobType) MarshalText ¶
func (*JobType) UnmarshalText ¶
type KillQueryReq ¶
type KillQueryReq struct {
KillQueries map[nebula.SessionID][]nebula.ExecutionPlanID `thrift:"kill_queries,1" db:"kill_queries" json:"kill_queries"`
}
Attributes:
- KillQueries
var MetaServiceKillQueryArgs_Req_DEFAULT *KillQueryReq
func NewKillQueryReq ¶
func NewKillQueryReq() *KillQueryReq
func (*KillQueryReq) Equals ¶
func (p *KillQueryReq) Equals(other *KillQueryReq) bool
func (*KillQueryReq) GetKillQueries ¶
func (p *KillQueryReq) GetKillQueries() map[nebula.SessionID][]nebula.ExecutionPlanID
func (*KillQueryReq) LogValue ¶
func (p *KillQueryReq) LogValue() slog.Value
func (*KillQueryReq) ReadField1 ¶
func (*KillQueryReq) String ¶
func (p *KillQueryReq) String() string
func (*KillQueryReq) Validate ¶
func (p *KillQueryReq) Validate() error
type LeaderInfo ¶
type LeaderInfo struct { PartID nebula.PartitionID `thrift:"part_id,1" db:"part_id" json:"part_id"` Term int64 `thrift:"term,2" db:"term" json:"term"` }
Attributes:
- PartID
- Term
func NewLeaderInfo ¶
func NewLeaderInfo() *LeaderInfo
func (*LeaderInfo) Equals ¶
func (p *LeaderInfo) Equals(other *LeaderInfo) bool
func (*LeaderInfo) GetPartID ¶
func (p *LeaderInfo) GetPartID() nebula.PartitionID
func (*LeaderInfo) GetTerm ¶
func (p *LeaderInfo) GetTerm() int64
func (*LeaderInfo) LogValue ¶
func (p *LeaderInfo) LogValue() slog.Value
func (*LeaderInfo) ReadField1 ¶
func (*LeaderInfo) ReadField2 ¶
func (*LeaderInfo) String ¶
func (p *LeaderInfo) String() string
func (*LeaderInfo) Validate ¶
func (p *LeaderInfo) Validate() error
type ListClusterInfoReq ¶
type ListClusterInfoReq struct { }
var MetaServiceListClusterArgs_Req_DEFAULT *ListClusterInfoReq
func NewListClusterInfoReq ¶
func NewListClusterInfoReq() *ListClusterInfoReq
func (*ListClusterInfoReq) Equals ¶
func (p *ListClusterInfoReq) Equals(other *ListClusterInfoReq) bool
func (*ListClusterInfoReq) LogValue ¶
func (p *ListClusterInfoReq) LogValue() slog.Value
func (*ListClusterInfoReq) String ¶
func (p *ListClusterInfoReq) String() string
func (*ListClusterInfoReq) Validate ¶
func (p *ListClusterInfoReq) Validate() error
type ListClusterInfoResp ¶
type ListClusterInfoResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` HostServices map[string][]*ServiceInfo `thrift:"host_services,3" db:"host_services" json:"host_services"` }
Attributes:
- Code
- Leader
- HostServices
var MetaServiceListClusterResult_Success_DEFAULT *ListClusterInfoResp
func NewListClusterInfoResp ¶
func NewListClusterInfoResp() *ListClusterInfoResp
func (*ListClusterInfoResp) Equals ¶
func (p *ListClusterInfoResp) Equals(other *ListClusterInfoResp) bool
func (*ListClusterInfoResp) GetCode ¶
func (p *ListClusterInfoResp) GetCode() nebula.ErrorCode
func (*ListClusterInfoResp) GetHostServices ¶
func (p *ListClusterInfoResp) GetHostServices() map[string][]*ServiceInfo
func (*ListClusterInfoResp) GetLeader ¶
func (p *ListClusterInfoResp) GetLeader() *nebula.HostAddr
func (*ListClusterInfoResp) IsSetLeader ¶
func (p *ListClusterInfoResp) IsSetLeader() bool
func (*ListClusterInfoResp) LogValue ¶
func (p *ListClusterInfoResp) LogValue() slog.Value
func (*ListClusterInfoResp) ReadField1 ¶
func (*ListClusterInfoResp) ReadField2 ¶
func (*ListClusterInfoResp) ReadField3 ¶
func (*ListClusterInfoResp) String ¶
func (p *ListClusterInfoResp) String() string
func (*ListClusterInfoResp) Validate ¶
func (p *ListClusterInfoResp) Validate() error
type ListConfigsReq ¶
type ListConfigsReq struct { Space []byte `thrift:"space,1" db:"space" json:"space"` Module ConfigModule `thrift:"module,2" db:"module" json:"module"` }
Attributes:
- Space
- Module
var MetaServiceListConfigsArgs_Req_DEFAULT *ListConfigsReq
func NewListConfigsReq ¶
func NewListConfigsReq() *ListConfigsReq
func (*ListConfigsReq) Equals ¶
func (p *ListConfigsReq) Equals(other *ListConfigsReq) bool
func (*ListConfigsReq) GetModule ¶
func (p *ListConfigsReq) GetModule() ConfigModule
func (*ListConfigsReq) GetSpace ¶
func (p *ListConfigsReq) GetSpace() []byte
func (*ListConfigsReq) LogValue ¶
func (p *ListConfigsReq) LogValue() slog.Value
func (*ListConfigsReq) ReadField1 ¶
func (*ListConfigsReq) ReadField2 ¶
func (*ListConfigsReq) String ¶
func (p *ListConfigsReq) String() string
func (*ListConfigsReq) Validate ¶
func (p *ListConfigsReq) Validate() error
type ListConfigsResp ¶
type ListConfigsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Items []*ConfigItem `thrift:"items,3" db:"items" json:"items"` }
Attributes:
- Code
- Leader
- Items
var MetaServiceListConfigsResult_Success_DEFAULT *ListConfigsResp
func NewListConfigsResp ¶
func NewListConfigsResp() *ListConfigsResp
func (*ListConfigsResp) Equals ¶
func (p *ListConfigsResp) Equals(other *ListConfigsResp) bool
func (*ListConfigsResp) GetCode ¶
func (p *ListConfigsResp) GetCode() nebula.ErrorCode
func (*ListConfigsResp) GetItems ¶
func (p *ListConfigsResp) GetItems() []*ConfigItem
func (*ListConfigsResp) GetLeader ¶
func (p *ListConfigsResp) GetLeader() *nebula.HostAddr
func (*ListConfigsResp) IsSetLeader ¶
func (p *ListConfigsResp) IsSetLeader() bool
func (*ListConfigsResp) LogValue ¶
func (p *ListConfigsResp) LogValue() slog.Value
func (*ListConfigsResp) ReadField1 ¶
func (*ListConfigsResp) ReadField2 ¶
func (*ListConfigsResp) ReadField3 ¶
func (*ListConfigsResp) String ¶
func (p *ListConfigsResp) String() string
func (*ListConfigsResp) Validate ¶
func (p *ListConfigsResp) Validate() error
type ListEdgeIndexesReq ¶
type ListEdgeIndexesReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListEdgeIndexesArgs_Req_DEFAULT *ListEdgeIndexesReq
func NewListEdgeIndexesReq ¶
func NewListEdgeIndexesReq() *ListEdgeIndexesReq
func (*ListEdgeIndexesReq) Equals ¶
func (p *ListEdgeIndexesReq) Equals(other *ListEdgeIndexesReq) bool
func (*ListEdgeIndexesReq) GetSpaceID ¶
func (p *ListEdgeIndexesReq) GetSpaceID() nebula.GraphSpaceID
func (*ListEdgeIndexesReq) LogValue ¶
func (p *ListEdgeIndexesReq) LogValue() slog.Value
func (*ListEdgeIndexesReq) ReadField1 ¶
func (*ListEdgeIndexesReq) String ¶
func (p *ListEdgeIndexesReq) String() string
func (*ListEdgeIndexesReq) Validate ¶
func (p *ListEdgeIndexesReq) Validate() error
type ListEdgeIndexesResp ¶
type ListEdgeIndexesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Items []*IndexItem `thrift:"items,3" db:"items" json:"items"` }
Attributes:
- Code
- Leader
- Items
var MetaServiceListEdgeIndexesResult_Success_DEFAULT *ListEdgeIndexesResp
func NewListEdgeIndexesResp ¶
func NewListEdgeIndexesResp() *ListEdgeIndexesResp
func (*ListEdgeIndexesResp) Equals ¶
func (p *ListEdgeIndexesResp) Equals(other *ListEdgeIndexesResp) bool
func (*ListEdgeIndexesResp) GetCode ¶
func (p *ListEdgeIndexesResp) GetCode() nebula.ErrorCode
func (*ListEdgeIndexesResp) GetItems ¶
func (p *ListEdgeIndexesResp) GetItems() []*IndexItem
func (*ListEdgeIndexesResp) GetLeader ¶
func (p *ListEdgeIndexesResp) GetLeader() *nebula.HostAddr
func (*ListEdgeIndexesResp) IsSetLeader ¶
func (p *ListEdgeIndexesResp) IsSetLeader() bool
func (*ListEdgeIndexesResp) LogValue ¶
func (p *ListEdgeIndexesResp) LogValue() slog.Value
func (*ListEdgeIndexesResp) ReadField1 ¶
func (*ListEdgeIndexesResp) ReadField2 ¶
func (*ListEdgeIndexesResp) ReadField3 ¶
func (*ListEdgeIndexesResp) String ¶
func (p *ListEdgeIndexesResp) String() string
func (*ListEdgeIndexesResp) Validate ¶
func (p *ListEdgeIndexesResp) Validate() error
type ListEdgesReq ¶
type ListEdgesReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListEdgesArgs_Req_DEFAULT *ListEdgesReq
func NewListEdgesReq ¶
func NewListEdgesReq() *ListEdgesReq
func (*ListEdgesReq) Equals ¶
func (p *ListEdgesReq) Equals(other *ListEdgesReq) bool
func (*ListEdgesReq) GetSpaceID ¶
func (p *ListEdgesReq) GetSpaceID() nebula.GraphSpaceID
func (*ListEdgesReq) LogValue ¶
func (p *ListEdgesReq) LogValue() slog.Value
func (*ListEdgesReq) ReadField1 ¶
func (*ListEdgesReq) String ¶
func (p *ListEdgesReq) String() string
func (*ListEdgesReq) Validate ¶
func (p *ListEdgesReq) Validate() error
type ListEdgesResp ¶
type ListEdgesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Edges []*EdgeItem `thrift:"edges,3" db:"edges" json:"edges"` }
Attributes:
- Code
- Leader
- Edges
var MetaServiceListEdgesResult_Success_DEFAULT *ListEdgesResp
func NewListEdgesResp ¶
func NewListEdgesResp() *ListEdgesResp
func (*ListEdgesResp) Equals ¶
func (p *ListEdgesResp) Equals(other *ListEdgesResp) bool
func (*ListEdgesResp) GetCode ¶
func (p *ListEdgesResp) GetCode() nebula.ErrorCode
func (*ListEdgesResp) GetEdges ¶
func (p *ListEdgesResp) GetEdges() []*EdgeItem
func (*ListEdgesResp) GetLeader ¶
func (p *ListEdgesResp) GetLeader() *nebula.HostAddr
func (*ListEdgesResp) IsSetLeader ¶
func (p *ListEdgesResp) IsSetLeader() bool
func (*ListEdgesResp) LogValue ¶
func (p *ListEdgesResp) LogValue() slog.Value
func (*ListEdgesResp) ReadField1 ¶
func (*ListEdgesResp) ReadField2 ¶
func (*ListEdgesResp) ReadField3 ¶
func (*ListEdgesResp) String ¶
func (p *ListEdgesResp) String() string
func (*ListEdgesResp) Validate ¶
func (p *ListEdgesResp) Validate() error
type ListFTIndexesReq ¶
type ListFTIndexesReq struct { }
var MetaServiceListFTIndexesArgs_Req_DEFAULT *ListFTIndexesReq
func NewListFTIndexesReq ¶
func NewListFTIndexesReq() *ListFTIndexesReq
func (*ListFTIndexesReq) Equals ¶
func (p *ListFTIndexesReq) Equals(other *ListFTIndexesReq) bool
func (*ListFTIndexesReq) LogValue ¶
func (p *ListFTIndexesReq) LogValue() slog.Value
func (*ListFTIndexesReq) String ¶
func (p *ListFTIndexesReq) String() string
func (*ListFTIndexesReq) Validate ¶
func (p *ListFTIndexesReq) Validate() error
type ListFTIndexesResp ¶
type ListFTIndexesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Indexes map[string]*FTIndex `thrift:"indexes,3" db:"indexes" json:"indexes"` }
Attributes:
- Code
- Leader
- Indexes
var MetaServiceListFTIndexesResult_Success_DEFAULT *ListFTIndexesResp
func NewListFTIndexesResp ¶
func NewListFTIndexesResp() *ListFTIndexesResp
func (*ListFTIndexesResp) Equals ¶
func (p *ListFTIndexesResp) Equals(other *ListFTIndexesResp) bool
func (*ListFTIndexesResp) GetCode ¶
func (p *ListFTIndexesResp) GetCode() nebula.ErrorCode
func (*ListFTIndexesResp) GetIndexes ¶
func (p *ListFTIndexesResp) GetIndexes() map[string]*FTIndex
func (*ListFTIndexesResp) GetLeader ¶
func (p *ListFTIndexesResp) GetLeader() *nebula.HostAddr
func (*ListFTIndexesResp) IsSetLeader ¶
func (p *ListFTIndexesResp) IsSetLeader() bool
func (*ListFTIndexesResp) LogValue ¶
func (p *ListFTIndexesResp) LogValue() slog.Value
func (*ListFTIndexesResp) ReadField1 ¶
func (*ListFTIndexesResp) ReadField2 ¶
func (*ListFTIndexesResp) ReadField3 ¶
func (*ListFTIndexesResp) String ¶
func (p *ListFTIndexesResp) String() string
func (*ListFTIndexesResp) Validate ¶
func (p *ListFTIndexesResp) Validate() error
type ListHostType ¶
type ListHostType int64
const ( ListHostType_ALLOC ListHostType = 0 ListHostType_GRAPH ListHostType = 1 ListHostType_META ListHostType = 2 ListHostType_STORAGE ListHostType = 3 ListHostType_AGENT ListHostType = 4 ListHostType_STORAGE_LISTENER ListHostType = 5 )
func ListHostTypeFromString ¶
func ListHostTypeFromString(s string) (ListHostType, error)
func ListHostTypePtr ¶
func ListHostTypePtr(v ListHostType) *ListHostType
func (ListHostType) MarshalText ¶
func (p ListHostType) MarshalText() ([]byte, error)
func (*ListHostType) Scan ¶
func (p *ListHostType) Scan(value interface{}) error
func (ListHostType) String ¶
func (p ListHostType) String() string
func (*ListHostType) UnmarshalText ¶
func (p *ListHostType) UnmarshalText(text []byte) error
type ListHostsReq ¶
type ListHostsReq struct {
Type ListHostType `thrift:"type,1" db:"type" json:"type"`
}
Attributes:
- Type
var MetaServiceListHostsArgs_Req_DEFAULT *ListHostsReq
func NewListHostsReq ¶
func NewListHostsReq() *ListHostsReq
func (*ListHostsReq) Equals ¶
func (p *ListHostsReq) Equals(other *ListHostsReq) bool
func (*ListHostsReq) GetType ¶
func (p *ListHostsReq) GetType() ListHostType
func (*ListHostsReq) LogValue ¶
func (p *ListHostsReq) LogValue() slog.Value
func (*ListHostsReq) ReadField1 ¶
func (*ListHostsReq) String ¶
func (p *ListHostsReq) String() string
func (*ListHostsReq) Validate ¶
func (p *ListHostsReq) Validate() error
type ListHostsResp ¶
type ListHostsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Hosts []*HostItem `thrift:"hosts,3" db:"hosts" json:"hosts"` }
Attributes:
- Code
- Leader
- Hosts
var MetaServiceListHostsResult_Success_DEFAULT *ListHostsResp
func NewListHostsResp ¶
func NewListHostsResp() *ListHostsResp
func (*ListHostsResp) Equals ¶
func (p *ListHostsResp) Equals(other *ListHostsResp) bool
func (*ListHostsResp) GetCode ¶
func (p *ListHostsResp) GetCode() nebula.ErrorCode
func (*ListHostsResp) GetHosts ¶
func (p *ListHostsResp) GetHosts() []*HostItem
func (*ListHostsResp) GetLeader ¶
func (p *ListHostsResp) GetLeader() *nebula.HostAddr
func (*ListHostsResp) IsSetLeader ¶
func (p *ListHostsResp) IsSetLeader() bool
func (*ListHostsResp) LogValue ¶
func (p *ListHostsResp) LogValue() slog.Value
func (*ListHostsResp) ReadField1 ¶
func (*ListHostsResp) ReadField2 ¶
func (*ListHostsResp) ReadField3 ¶
func (*ListHostsResp) String ¶
func (p *ListHostsResp) String() string
func (*ListHostsResp) Validate ¶
func (p *ListHostsResp) Validate() error
type ListIndexStatusReq ¶
type ListIndexStatusReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListEdgeIndexStatusArgs_Req_DEFAULT *ListIndexStatusReq
var MetaServiceListTagIndexStatusArgs_Req_DEFAULT *ListIndexStatusReq
func NewListIndexStatusReq ¶
func NewListIndexStatusReq() *ListIndexStatusReq
func (*ListIndexStatusReq) Equals ¶
func (p *ListIndexStatusReq) Equals(other *ListIndexStatusReq) bool
func (*ListIndexStatusReq) GetSpaceID ¶
func (p *ListIndexStatusReq) GetSpaceID() nebula.GraphSpaceID
func (*ListIndexStatusReq) LogValue ¶
func (p *ListIndexStatusReq) LogValue() slog.Value
func (*ListIndexStatusReq) ReadField1 ¶
func (*ListIndexStatusReq) String ¶
func (p *ListIndexStatusReq) String() string
func (*ListIndexStatusReq) Validate ¶
func (p *ListIndexStatusReq) Validate() error
type ListIndexStatusResp ¶
type ListIndexStatusResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Statuses []*IndexStatus `thrift:"statuses,3" db:"statuses" json:"statuses"` }
Attributes:
- Code
- Leader
- Statuses
var MetaServiceListEdgeIndexStatusResult_Success_DEFAULT *ListIndexStatusResp
var MetaServiceListTagIndexStatusResult_Success_DEFAULT *ListIndexStatusResp
func NewListIndexStatusResp ¶
func NewListIndexStatusResp() *ListIndexStatusResp
func (*ListIndexStatusResp) Equals ¶
func (p *ListIndexStatusResp) Equals(other *ListIndexStatusResp) bool
func (*ListIndexStatusResp) GetCode ¶
func (p *ListIndexStatusResp) GetCode() nebula.ErrorCode
func (*ListIndexStatusResp) GetLeader ¶
func (p *ListIndexStatusResp) GetLeader() *nebula.HostAddr
func (*ListIndexStatusResp) GetStatuses ¶
func (p *ListIndexStatusResp) GetStatuses() []*IndexStatus
func (*ListIndexStatusResp) IsSetLeader ¶
func (p *ListIndexStatusResp) IsSetLeader() bool
func (*ListIndexStatusResp) LogValue ¶
func (p *ListIndexStatusResp) LogValue() slog.Value
func (*ListIndexStatusResp) ReadField1 ¶
func (*ListIndexStatusResp) ReadField2 ¶
func (*ListIndexStatusResp) ReadField3 ¶
func (*ListIndexStatusResp) String ¶
func (p *ListIndexStatusResp) String() string
func (*ListIndexStatusResp) Validate ¶
func (p *ListIndexStatusResp) Validate() error
type ListListenerReq ¶
type ListListenerReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListListenerArgs_Req_DEFAULT *ListListenerReq
func NewListListenerReq ¶
func NewListListenerReq() *ListListenerReq
func (*ListListenerReq) Equals ¶
func (p *ListListenerReq) Equals(other *ListListenerReq) bool
func (*ListListenerReq) GetSpaceID ¶
func (p *ListListenerReq) GetSpaceID() nebula.GraphSpaceID
func (*ListListenerReq) LogValue ¶
func (p *ListListenerReq) LogValue() slog.Value
func (*ListListenerReq) ReadField1 ¶
func (*ListListenerReq) String ¶
func (p *ListListenerReq) String() string
func (*ListListenerReq) Validate ¶
func (p *ListListenerReq) Validate() error
type ListListenerResp ¶
type ListListenerResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Listeners []*ListenerInfo `thrift:"listeners,3" db:"listeners" json:"listeners"` }
Attributes:
- Code
- Leader
- Listeners
var MetaServiceListListenerResult_Success_DEFAULT *ListListenerResp
func NewListListenerResp ¶
func NewListListenerResp() *ListListenerResp
func (*ListListenerResp) Equals ¶
func (p *ListListenerResp) Equals(other *ListListenerResp) bool
func (*ListListenerResp) GetCode ¶
func (p *ListListenerResp) GetCode() nebula.ErrorCode
func (*ListListenerResp) GetLeader ¶
func (p *ListListenerResp) GetLeader() *nebula.HostAddr
func (*ListListenerResp) GetListeners ¶
func (p *ListListenerResp) GetListeners() []*ListenerInfo
func (*ListListenerResp) IsSetLeader ¶
func (p *ListListenerResp) IsSetLeader() bool
func (*ListListenerResp) LogValue ¶
func (p *ListListenerResp) LogValue() slog.Value
func (*ListListenerResp) ReadField1 ¶
func (*ListListenerResp) ReadField2 ¶
func (*ListListenerResp) ReadField3 ¶
func (*ListListenerResp) String ¶
func (p *ListListenerResp) String() string
func (*ListListenerResp) Validate ¶
func (p *ListListenerResp) Validate() error
type ListPartsReq ¶
type ListPartsReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartIds []nebula.PartitionID `thrift:"part_ids,2" db:"part_ids" json:"part_ids"` }
Attributes:
- SpaceID
- PartIds
var MetaServiceListPartsArgs_Req_DEFAULT *ListPartsReq
func NewListPartsReq ¶
func NewListPartsReq() *ListPartsReq
func (*ListPartsReq) Equals ¶
func (p *ListPartsReq) Equals(other *ListPartsReq) bool
func (*ListPartsReq) GetPartIds ¶
func (p *ListPartsReq) GetPartIds() []nebula.PartitionID
func (*ListPartsReq) GetSpaceID ¶
func (p *ListPartsReq) GetSpaceID() nebula.GraphSpaceID
func (*ListPartsReq) LogValue ¶
func (p *ListPartsReq) LogValue() slog.Value
func (*ListPartsReq) ReadField1 ¶
func (*ListPartsReq) ReadField2 ¶
func (*ListPartsReq) String ¶
func (p *ListPartsReq) String() string
func (*ListPartsReq) Validate ¶
func (p *ListPartsReq) Validate() error
type ListPartsResp ¶
type ListPartsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Parts []*PartItem `thrift:"parts,3" db:"parts" json:"parts"` }
Attributes:
- Code
- Leader
- Parts
var MetaServiceListPartsResult_Success_DEFAULT *ListPartsResp
func NewListPartsResp ¶
func NewListPartsResp() *ListPartsResp
func (*ListPartsResp) Equals ¶
func (p *ListPartsResp) Equals(other *ListPartsResp) bool
func (*ListPartsResp) GetCode ¶
func (p *ListPartsResp) GetCode() nebula.ErrorCode
func (*ListPartsResp) GetLeader ¶
func (p *ListPartsResp) GetLeader() *nebula.HostAddr
func (*ListPartsResp) GetParts ¶
func (p *ListPartsResp) GetParts() []*PartItem
func (*ListPartsResp) IsSetLeader ¶
func (p *ListPartsResp) IsSetLeader() bool
func (*ListPartsResp) LogValue ¶
func (p *ListPartsResp) LogValue() slog.Value
func (*ListPartsResp) ReadField1 ¶
func (*ListPartsResp) ReadField2 ¶
func (*ListPartsResp) ReadField3 ¶
func (*ListPartsResp) String ¶
func (p *ListPartsResp) String() string
func (*ListPartsResp) Validate ¶
func (p *ListPartsResp) Validate() error
type ListRolesReq ¶
type ListRolesReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListRolesArgs_Req_DEFAULT *ListRolesReq
func NewListRolesReq ¶
func NewListRolesReq() *ListRolesReq
func (*ListRolesReq) Equals ¶
func (p *ListRolesReq) Equals(other *ListRolesReq) bool
func (*ListRolesReq) GetSpaceID ¶
func (p *ListRolesReq) GetSpaceID() nebula.GraphSpaceID
func (*ListRolesReq) LogValue ¶
func (p *ListRolesReq) LogValue() slog.Value
func (*ListRolesReq) ReadField1 ¶
func (*ListRolesReq) String ¶
func (p *ListRolesReq) String() string
func (*ListRolesReq) Validate ¶
func (p *ListRolesReq) Validate() error
type ListRolesResp ¶
type ListRolesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Roles []*RoleItem `thrift:"roles,3" db:"roles" json:"roles"` }
Attributes:
- Code
- Leader
- Roles
var MetaServiceGetUserRolesResult_Success_DEFAULT *ListRolesResp
var MetaServiceListRolesResult_Success_DEFAULT *ListRolesResp
func NewListRolesResp ¶
func NewListRolesResp() *ListRolesResp
func (*ListRolesResp) Equals ¶
func (p *ListRolesResp) Equals(other *ListRolesResp) bool
func (*ListRolesResp) GetCode ¶
func (p *ListRolesResp) GetCode() nebula.ErrorCode
func (*ListRolesResp) GetLeader ¶
func (p *ListRolesResp) GetLeader() *nebula.HostAddr
func (*ListRolesResp) GetRoles ¶
func (p *ListRolesResp) GetRoles() []*RoleItem
func (*ListRolesResp) IsSetLeader ¶
func (p *ListRolesResp) IsSetLeader() bool
func (*ListRolesResp) LogValue ¶
func (p *ListRolesResp) LogValue() slog.Value
func (*ListRolesResp) ReadField1 ¶
func (*ListRolesResp) ReadField2 ¶
func (*ListRolesResp) ReadField3 ¶
func (*ListRolesResp) String ¶
func (p *ListRolesResp) String() string
func (*ListRolesResp) Validate ¶
func (p *ListRolesResp) Validate() error
type ListServiceClientsReq ¶
type ListServiceClientsReq struct {
Type ExternalServiceType `thrift:"type,1" db:"type" json:"type"`
}
Attributes:
- Type
var MetaServiceListServiceClientsArgs_Req_DEFAULT *ListServiceClientsReq
func NewListServiceClientsReq ¶
func NewListServiceClientsReq() *ListServiceClientsReq
func (*ListServiceClientsReq) Equals ¶
func (p *ListServiceClientsReq) Equals(other *ListServiceClientsReq) bool
func (*ListServiceClientsReq) GetType ¶
func (p *ListServiceClientsReq) GetType() ExternalServiceType
func (*ListServiceClientsReq) LogValue ¶
func (p *ListServiceClientsReq) LogValue() slog.Value
func (*ListServiceClientsReq) ReadField1 ¶
func (*ListServiceClientsReq) String ¶
func (p *ListServiceClientsReq) String() string
func (*ListServiceClientsReq) Validate ¶
func (p *ListServiceClientsReq) Validate() error
type ListServiceClientsResp ¶
type ListServiceClientsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Clients map[ExternalServiceType][]*ServiceClient `thrift:"clients,3" db:"clients" json:"clients"` }
Attributes:
- Code
- Leader
- Clients
var MetaServiceListServiceClientsResult_Success_DEFAULT *ListServiceClientsResp
func NewListServiceClientsResp ¶
func NewListServiceClientsResp() *ListServiceClientsResp
func (*ListServiceClientsResp) Equals ¶
func (p *ListServiceClientsResp) Equals(other *ListServiceClientsResp) bool
func (*ListServiceClientsResp) GetClients ¶
func (p *ListServiceClientsResp) GetClients() map[ExternalServiceType][]*ServiceClient
func (*ListServiceClientsResp) GetCode ¶
func (p *ListServiceClientsResp) GetCode() nebula.ErrorCode
func (*ListServiceClientsResp) GetLeader ¶
func (p *ListServiceClientsResp) GetLeader() *nebula.HostAddr
func (*ListServiceClientsResp) IsSetLeader ¶
func (p *ListServiceClientsResp) IsSetLeader() bool
func (*ListServiceClientsResp) LogValue ¶
func (p *ListServiceClientsResp) LogValue() slog.Value
func (*ListServiceClientsResp) ReadField1 ¶
func (*ListServiceClientsResp) ReadField2 ¶
func (*ListServiceClientsResp) ReadField3 ¶
func (*ListServiceClientsResp) String ¶
func (p *ListServiceClientsResp) String() string
func (*ListServiceClientsResp) Validate ¶
func (p *ListServiceClientsResp) Validate() error
type ListSessionsReq ¶
type ListSessionsReq struct { }
var MetaServiceListSessionsArgs_Req_DEFAULT *ListSessionsReq
func NewListSessionsReq ¶
func NewListSessionsReq() *ListSessionsReq
func (*ListSessionsReq) Equals ¶
func (p *ListSessionsReq) Equals(other *ListSessionsReq) bool
func (*ListSessionsReq) LogValue ¶
func (p *ListSessionsReq) LogValue() slog.Value
func (*ListSessionsReq) String ¶
func (p *ListSessionsReq) String() string
func (*ListSessionsReq) Validate ¶
func (p *ListSessionsReq) Validate() error
type ListSessionsResp ¶
type ListSessionsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Sessions []*Session `thrift:"sessions,3" db:"sessions" json:"sessions"` }
Attributes:
- Code
- Leader
- Sessions
var MetaServiceListSessionsResult_Success_DEFAULT *ListSessionsResp
func NewListSessionsResp ¶
func NewListSessionsResp() *ListSessionsResp
func (*ListSessionsResp) Equals ¶
func (p *ListSessionsResp) Equals(other *ListSessionsResp) bool
func (*ListSessionsResp) GetCode ¶
func (p *ListSessionsResp) GetCode() nebula.ErrorCode
func (*ListSessionsResp) GetLeader ¶
func (p *ListSessionsResp) GetLeader() *nebula.HostAddr
func (*ListSessionsResp) GetSessions ¶
func (p *ListSessionsResp) GetSessions() []*Session
func (*ListSessionsResp) IsSetLeader ¶
func (p *ListSessionsResp) IsSetLeader() bool
func (*ListSessionsResp) LogValue ¶
func (p *ListSessionsResp) LogValue() slog.Value
func (*ListSessionsResp) ReadField1 ¶
func (*ListSessionsResp) ReadField2 ¶
func (*ListSessionsResp) ReadField3 ¶
func (*ListSessionsResp) String ¶
func (p *ListSessionsResp) String() string
func (*ListSessionsResp) Validate ¶
func (p *ListSessionsResp) Validate() error
type ListSnapshotsReq ¶
type ListSnapshotsReq struct { }
var MetaServiceListSnapshotsArgs_Req_DEFAULT *ListSnapshotsReq
func NewListSnapshotsReq ¶
func NewListSnapshotsReq() *ListSnapshotsReq
func (*ListSnapshotsReq) Equals ¶
func (p *ListSnapshotsReq) Equals(other *ListSnapshotsReq) bool
func (*ListSnapshotsReq) LogValue ¶
func (p *ListSnapshotsReq) LogValue() slog.Value
func (*ListSnapshotsReq) String ¶
func (p *ListSnapshotsReq) String() string
func (*ListSnapshotsReq) Validate ¶
func (p *ListSnapshotsReq) Validate() error
type ListSnapshotsResp ¶
type ListSnapshotsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Snapshots []*Snapshot `thrift:"snapshots,3" db:"snapshots" json:"snapshots"` }
Attributes:
- Code
- Leader
- Snapshots
var MetaServiceListSnapshotsResult_Success_DEFAULT *ListSnapshotsResp
func NewListSnapshotsResp ¶
func NewListSnapshotsResp() *ListSnapshotsResp
func (*ListSnapshotsResp) Equals ¶
func (p *ListSnapshotsResp) Equals(other *ListSnapshotsResp) bool
func (*ListSnapshotsResp) GetCode ¶
func (p *ListSnapshotsResp) GetCode() nebula.ErrorCode
func (*ListSnapshotsResp) GetLeader ¶
func (p *ListSnapshotsResp) GetLeader() *nebula.HostAddr
func (*ListSnapshotsResp) GetSnapshots ¶
func (p *ListSnapshotsResp) GetSnapshots() []*Snapshot
func (*ListSnapshotsResp) IsSetLeader ¶
func (p *ListSnapshotsResp) IsSetLeader() bool
func (*ListSnapshotsResp) LogValue ¶
func (p *ListSnapshotsResp) LogValue() slog.Value
func (*ListSnapshotsResp) ReadField1 ¶
func (*ListSnapshotsResp) ReadField2 ¶
func (*ListSnapshotsResp) ReadField3 ¶
func (*ListSnapshotsResp) String ¶
func (p *ListSnapshotsResp) String() string
func (*ListSnapshotsResp) Validate ¶
func (p *ListSnapshotsResp) Validate() error
type ListSpacesReq ¶
type ListSpacesReq struct { }
var MetaServiceListSpacesArgs_Req_DEFAULT *ListSpacesReq
func NewListSpacesReq ¶
func NewListSpacesReq() *ListSpacesReq
func (*ListSpacesReq) Equals ¶
func (p *ListSpacesReq) Equals(other *ListSpacesReq) bool
func (*ListSpacesReq) LogValue ¶
func (p *ListSpacesReq) LogValue() slog.Value
func (*ListSpacesReq) String ¶
func (p *ListSpacesReq) String() string
func (*ListSpacesReq) Validate ¶
func (p *ListSpacesReq) Validate() error
type ListSpacesResp ¶
type ListSpacesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Spaces []*IdName `thrift:"spaces,3" db:"spaces" json:"spaces"` }
Attributes:
- Code
- Leader
- Spaces
var MetaServiceListSpacesResult_Success_DEFAULT *ListSpacesResp
func NewListSpacesResp ¶
func NewListSpacesResp() *ListSpacesResp
func (*ListSpacesResp) Equals ¶
func (p *ListSpacesResp) Equals(other *ListSpacesResp) bool
func (*ListSpacesResp) GetCode ¶
func (p *ListSpacesResp) GetCode() nebula.ErrorCode
func (*ListSpacesResp) GetLeader ¶
func (p *ListSpacesResp) GetLeader() *nebula.HostAddr
func (*ListSpacesResp) GetSpaces ¶
func (p *ListSpacesResp) GetSpaces() []*IdName
func (*ListSpacesResp) IsSetLeader ¶
func (p *ListSpacesResp) IsSetLeader() bool
func (*ListSpacesResp) LogValue ¶
func (p *ListSpacesResp) LogValue() slog.Value
func (*ListSpacesResp) ReadField1 ¶
func (*ListSpacesResp) ReadField2 ¶
func (*ListSpacesResp) ReadField3 ¶
func (*ListSpacesResp) String ¶
func (p *ListSpacesResp) String() string
func (*ListSpacesResp) Validate ¶
func (p *ListSpacesResp) Validate() error
type ListTagIndexesReq ¶
type ListTagIndexesReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListTagIndexesArgs_Req_DEFAULT *ListTagIndexesReq
func NewListTagIndexesReq ¶
func NewListTagIndexesReq() *ListTagIndexesReq
func (*ListTagIndexesReq) Equals ¶
func (p *ListTagIndexesReq) Equals(other *ListTagIndexesReq) bool
func (*ListTagIndexesReq) GetSpaceID ¶
func (p *ListTagIndexesReq) GetSpaceID() nebula.GraphSpaceID
func (*ListTagIndexesReq) LogValue ¶
func (p *ListTagIndexesReq) LogValue() slog.Value
func (*ListTagIndexesReq) ReadField1 ¶
func (*ListTagIndexesReq) String ¶
func (p *ListTagIndexesReq) String() string
func (*ListTagIndexesReq) Validate ¶
func (p *ListTagIndexesReq) Validate() error
type ListTagIndexesResp ¶
type ListTagIndexesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Items []*IndexItem `thrift:"items,3" db:"items" json:"items"` }
Attributes:
- Code
- Leader
- Items
var MetaServiceListTagIndexesResult_Success_DEFAULT *ListTagIndexesResp
func NewListTagIndexesResp ¶
func NewListTagIndexesResp() *ListTagIndexesResp
func (*ListTagIndexesResp) Equals ¶
func (p *ListTagIndexesResp) Equals(other *ListTagIndexesResp) bool
func (*ListTagIndexesResp) GetCode ¶
func (p *ListTagIndexesResp) GetCode() nebula.ErrorCode
func (*ListTagIndexesResp) GetItems ¶
func (p *ListTagIndexesResp) GetItems() []*IndexItem
func (*ListTagIndexesResp) GetLeader ¶
func (p *ListTagIndexesResp) GetLeader() *nebula.HostAddr
func (*ListTagIndexesResp) IsSetLeader ¶
func (p *ListTagIndexesResp) IsSetLeader() bool
func (*ListTagIndexesResp) LogValue ¶
func (p *ListTagIndexesResp) LogValue() slog.Value
func (*ListTagIndexesResp) ReadField1 ¶
func (*ListTagIndexesResp) ReadField2 ¶
func (*ListTagIndexesResp) ReadField3 ¶
func (*ListTagIndexesResp) String ¶
func (p *ListTagIndexesResp) String() string
func (*ListTagIndexesResp) Validate ¶
func (p *ListTagIndexesResp) Validate() error
type ListTagsReq ¶
type ListTagsReq struct {
SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var MetaServiceListTagsArgs_Req_DEFAULT *ListTagsReq
func NewListTagsReq ¶
func NewListTagsReq() *ListTagsReq
func (*ListTagsReq) Equals ¶
func (p *ListTagsReq) Equals(other *ListTagsReq) bool
func (*ListTagsReq) GetSpaceID ¶
func (p *ListTagsReq) GetSpaceID() nebula.GraphSpaceID
func (*ListTagsReq) LogValue ¶
func (p *ListTagsReq) LogValue() slog.Value
func (*ListTagsReq) ReadField1 ¶
func (*ListTagsReq) String ¶
func (p *ListTagsReq) String() string
func (*ListTagsReq) Validate ¶
func (p *ListTagsReq) Validate() error
type ListTagsResp ¶
type ListTagsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Tags []*TagItem `thrift:"tags,3" db:"tags" json:"tags"` }
Attributes:
- Code
- Leader
- Tags
var MetaServiceListTagsResult_Success_DEFAULT *ListTagsResp
func NewListTagsResp ¶
func NewListTagsResp() *ListTagsResp
func (*ListTagsResp) Equals ¶
func (p *ListTagsResp) Equals(other *ListTagsResp) bool
func (*ListTagsResp) GetCode ¶
func (p *ListTagsResp) GetCode() nebula.ErrorCode
func (*ListTagsResp) GetLeader ¶
func (p *ListTagsResp) GetLeader() *nebula.HostAddr
func (*ListTagsResp) GetTags ¶
func (p *ListTagsResp) GetTags() []*TagItem
func (*ListTagsResp) IsSetLeader ¶
func (p *ListTagsResp) IsSetLeader() bool
func (*ListTagsResp) LogValue ¶
func (p *ListTagsResp) LogValue() slog.Value
func (*ListTagsResp) ReadField1 ¶
func (*ListTagsResp) ReadField2 ¶
func (*ListTagsResp) ReadField3 ¶
func (*ListTagsResp) String ¶
func (p *ListTagsResp) String() string
func (*ListTagsResp) Validate ¶
func (p *ListTagsResp) Validate() error
type ListUsersReq ¶
type ListUsersReq struct { }
var MetaServiceListUsersArgs_Req_DEFAULT *ListUsersReq
func NewListUsersReq ¶
func NewListUsersReq() *ListUsersReq
func (*ListUsersReq) Equals ¶
func (p *ListUsersReq) Equals(other *ListUsersReq) bool
func (*ListUsersReq) LogValue ¶
func (p *ListUsersReq) LogValue() slog.Value
func (*ListUsersReq) String ¶
func (p *ListUsersReq) String() string
func (*ListUsersReq) Validate ¶
func (p *ListUsersReq) Validate() error
type ListUsersResp ¶
type ListUsersResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Users map[string][]byte `thrift:"users,3" db:"users" json:"users"` }
Attributes:
- Code
- Leader
- Users
var MetaServiceListUsersResult_Success_DEFAULT *ListUsersResp
func NewListUsersResp ¶
func NewListUsersResp() *ListUsersResp
func (*ListUsersResp) Equals ¶
func (p *ListUsersResp) Equals(other *ListUsersResp) bool
func (*ListUsersResp) GetCode ¶
func (p *ListUsersResp) GetCode() nebula.ErrorCode
func (*ListUsersResp) GetLeader ¶
func (p *ListUsersResp) GetLeader() *nebula.HostAddr
func (*ListUsersResp) GetUsers ¶
func (p *ListUsersResp) GetUsers() map[string][]byte
func (*ListUsersResp) IsSetLeader ¶
func (p *ListUsersResp) IsSetLeader() bool
func (*ListUsersResp) LogValue ¶
func (p *ListUsersResp) LogValue() slog.Value
func (*ListUsersResp) ReadField1 ¶
func (*ListUsersResp) ReadField2 ¶
func (*ListUsersResp) ReadField3 ¶
func (*ListUsersResp) String ¶
func (p *ListUsersResp) String() string
func (*ListUsersResp) Validate ¶
func (p *ListUsersResp) Validate() error
type ListZonesReq ¶
type ListZonesReq struct { }
var MetaServiceListZonesArgs_Req_DEFAULT *ListZonesReq
func NewListZonesReq ¶
func NewListZonesReq() *ListZonesReq
func (*ListZonesReq) Equals ¶
func (p *ListZonesReq) Equals(other *ListZonesReq) bool
func (*ListZonesReq) LogValue ¶
func (p *ListZonesReq) LogValue() slog.Value
func (*ListZonesReq) String ¶
func (p *ListZonesReq) String() string
func (*ListZonesReq) Validate ¶
func (p *ListZonesReq) Validate() error
type ListZonesResp ¶
type ListZonesResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` Zones []*Zone `thrift:"zones,3" db:"zones" json:"zones"` }
Attributes:
- Code
- Leader
- Zones
var MetaServiceListZonesResult_Success_DEFAULT *ListZonesResp
func NewListZonesResp ¶
func NewListZonesResp() *ListZonesResp
func (*ListZonesResp) Equals ¶
func (p *ListZonesResp) Equals(other *ListZonesResp) bool
func (*ListZonesResp) GetCode ¶
func (p *ListZonesResp) GetCode() nebula.ErrorCode
func (*ListZonesResp) GetLeader ¶
func (p *ListZonesResp) GetLeader() *nebula.HostAddr
func (*ListZonesResp) GetZones ¶
func (p *ListZonesResp) GetZones() []*Zone
func (*ListZonesResp) IsSetLeader ¶
func (p *ListZonesResp) IsSetLeader() bool
func (*ListZonesResp) LogValue ¶
func (p *ListZonesResp) LogValue() slog.Value
func (*ListZonesResp) ReadField1 ¶
func (*ListZonesResp) ReadField2 ¶
func (*ListZonesResp) ReadField3 ¶
func (*ListZonesResp) String ¶
func (p *ListZonesResp) String() string
func (*ListZonesResp) Validate ¶
func (p *ListZonesResp) Validate() error
type ListenerInfo ¶
type ListenerInfo struct { Type ListenerType `thrift:"type,1" db:"type" json:"type"` Host *nebula.HostAddr `thrift:"host,2" db:"host" json:"host"` PartID nebula.PartitionID `thrift:"part_id,3" db:"part_id" json:"part_id"` Status HostStatus `thrift:"status,4" db:"status" json:"status"` }
Attributes:
- Type
- Host
- PartID
- Status
func NewListenerInfo ¶
func NewListenerInfo() *ListenerInfo
func (*ListenerInfo) Equals ¶
func (p *ListenerInfo) Equals(other *ListenerInfo) bool
func (*ListenerInfo) GetHost ¶
func (p *ListenerInfo) GetHost() *nebula.HostAddr
func (*ListenerInfo) GetPartID ¶
func (p *ListenerInfo) GetPartID() nebula.PartitionID
func (*ListenerInfo) GetStatus ¶
func (p *ListenerInfo) GetStatus() HostStatus
func (*ListenerInfo) GetType ¶
func (p *ListenerInfo) GetType() ListenerType
func (*ListenerInfo) IsSetHost ¶
func (p *ListenerInfo) IsSetHost() bool
func (*ListenerInfo) LogValue ¶
func (p *ListenerInfo) LogValue() slog.Value
func (*ListenerInfo) ReadField1 ¶
func (*ListenerInfo) ReadField2 ¶
func (*ListenerInfo) ReadField3 ¶
func (*ListenerInfo) ReadField4 ¶
func (*ListenerInfo) String ¶
func (p *ListenerInfo) String() string
func (*ListenerInfo) Validate ¶
func (p *ListenerInfo) Validate() error
type ListenerType ¶
type ListenerType int64
const ( ListenerType_UNKNOWN ListenerType = 0 ListenerType_ELASTICSEARCH ListenerType = 1 )
func ListenerTypeFromString ¶
func ListenerTypeFromString(s string) (ListenerType, error)
func ListenerTypePtr ¶
func ListenerTypePtr(v ListenerType) *ListenerType
func (ListenerType) MarshalText ¶
func (p ListenerType) MarshalText() ([]byte, error)
func (*ListenerType) Scan ¶
func (p *ListenerType) Scan(value interface{}) error
func (ListenerType) String ¶
func (p ListenerType) String() string
func (*ListenerType) UnmarshalText ¶
func (p *ListenerType) UnmarshalText(text []byte) error
type MergeZoneReq ¶
type MergeZoneReq struct { Zones [][]byte `thrift:"zones,1" db:"zones" json:"zones"` ZoneName []byte `thrift:"zone_name,2" db:"zone_name" json:"zone_name"` }
Attributes:
- Zones
- ZoneName
var MetaServiceMergeZoneArgs_Req_DEFAULT *MergeZoneReq
func NewMergeZoneReq ¶
func NewMergeZoneReq() *MergeZoneReq
func (*MergeZoneReq) Equals ¶
func (p *MergeZoneReq) Equals(other *MergeZoneReq) bool
func (*MergeZoneReq) GetZoneName ¶
func (p *MergeZoneReq) GetZoneName() []byte
func (*MergeZoneReq) GetZones ¶
func (p *MergeZoneReq) GetZones() [][]byte
func (*MergeZoneReq) LogValue ¶
func (p *MergeZoneReq) LogValue() slog.Value
func (*MergeZoneReq) ReadField1 ¶
func (*MergeZoneReq) ReadField2 ¶
func (*MergeZoneReq) String ¶
func (p *MergeZoneReq) String() string
func (*MergeZoneReq) Validate ¶
func (p *MergeZoneReq) Validate() error
type MetaService ¶
type MetaService interface { // Parameters: // - Req CreateSpace(ctx context.Context, req *CreateSpaceReq) (_r *ExecResp, _err error) // Parameters: // - Req DropSpace(ctx context.Context, req *DropSpaceReq) (_r *ExecResp, _err error) // Parameters: // - Req ClearSpace(ctx context.Context, req *ClearSpaceReq) (_r *ExecResp, _err error) // Parameters: // - Req GetSpace(ctx context.Context, req *GetSpaceReq) (_r *GetSpaceResp, _err error) // Parameters: // - Req ListSpaces(ctx context.Context, req *ListSpacesReq) (_r *ListSpacesResp, _err error) // Parameters: // - Req AlterSpace(ctx context.Context, req *AlterSpaceReq) (_r *ExecResp, _err error) // Parameters: // - Req CreateSpaceAs(ctx context.Context, req *CreateSpaceAsReq) (_r *ExecResp, _err error) // Parameters: // - Req CreateTag(ctx context.Context, req *CreateTagReq) (_r *ExecResp, _err error) // Parameters: // - Req AlterTag(ctx context.Context, req *AlterTagReq) (_r *ExecResp, _err error) // Parameters: // - Req DropTag(ctx context.Context, req *DropTagReq) (_r *ExecResp, _err error) // Parameters: // - Req GetTag(ctx context.Context, req *GetTagReq) (_r *GetTagResp, _err error) // Parameters: // - Req ListTags(ctx context.Context, req *ListTagsReq) (_r *ListTagsResp, _err error) // Parameters: // - Req CreateEdge(ctx context.Context, req *CreateEdgeReq) (_r *ExecResp, _err error) // Parameters: // - Req AlterEdge(ctx context.Context, req *AlterEdgeReq) (_r *ExecResp, _err error) // Parameters: // - Req DropEdge(ctx context.Context, req *DropEdgeReq) (_r *ExecResp, _err error) // Parameters: // - Req GetEdge(ctx context.Context, req *GetEdgeReq) (_r *GetEdgeResp, _err error) // Parameters: // - Req ListEdges(ctx context.Context, req *ListEdgesReq) (_r *ListEdgesResp, _err error) // Parameters: // - Req AddHosts(ctx context.Context, req *AddHostsReq) (_r *ExecResp, _err error) // Parameters: // - Req AddHostsIntoZone(ctx context.Context, req *AddHostsIntoZoneReq) (_r *ExecResp, _err error) // Parameters: // - Req DropHosts(ctx context.Context, req *DropHostsReq) (_r *ExecResp, _err error) // Parameters: // - Req ListHosts(ctx context.Context, req *ListHostsReq) (_r *ListHostsResp, _err error) // Parameters: // - Req GetPartsAlloc(ctx context.Context, req *GetPartsAllocReq) (_r *GetPartsAllocResp, _err error) // Parameters: // - Req ListParts(ctx context.Context, req *ListPartsReq) (_r *ListPartsResp, _err error) // Parameters: // - Req GetWorkerId(ctx context.Context, req *GetWorkerIdReq) (_r *GetWorkerIdResp, _err error) // Parameters: // - Req CreateTagIndex(ctx context.Context, req *CreateTagIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req DropTagIndex(ctx context.Context, req *DropTagIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req GetTagIndex(ctx context.Context, req *GetTagIndexReq) (_r *GetTagIndexResp, _err error) // Parameters: // - Req ListTagIndexes(ctx context.Context, req *ListTagIndexesReq) (_r *ListTagIndexesResp, _err error) // Parameters: // - Req RebuildTagIndex(ctx context.Context, req *RebuildIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req ListTagIndexStatus(ctx context.Context, req *ListIndexStatusReq) (_r *ListIndexStatusResp, _err error) // Parameters: // - Req CreateEdgeIndex(ctx context.Context, req *CreateEdgeIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req DropEdgeIndex(ctx context.Context, req *DropEdgeIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req GetEdgeIndex(ctx context.Context, req *GetEdgeIndexReq) (_r *GetEdgeIndexResp, _err error) // Parameters: // - Req ListEdgeIndexes(ctx context.Context, req *ListEdgeIndexesReq) (_r *ListEdgeIndexesResp, _err error) // Parameters: // - Req RebuildEdgeIndex(ctx context.Context, req *RebuildIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req ListEdgeIndexStatus(ctx context.Context, req *ListIndexStatusReq) (_r *ListIndexStatusResp, _err error) // Parameters: // - Req CreateUser(ctx context.Context, req *CreateUserReq) (_r *ExecResp, _err error) // Parameters: // - Req DropUser(ctx context.Context, req *DropUserReq) (_r *ExecResp, _err error) // Parameters: // - Req AlterUser(ctx context.Context, req *AlterUserReq) (_r *ExecResp, _err error) // Parameters: // - Req GrantRole(ctx context.Context, req *GrantRoleReq) (_r *ExecResp, _err error) // Parameters: // - Req RevokeRole(ctx context.Context, req *RevokeRoleReq) (_r *ExecResp, _err error) // Parameters: // - Req ListUsers(ctx context.Context, req *ListUsersReq) (_r *ListUsersResp, _err error) // Parameters: // - Req ListRoles(ctx context.Context, req *ListRolesReq) (_r *ListRolesResp, _err error) // Parameters: // - Req GetUserRoles(ctx context.Context, req *GetUserRolesReq) (_r *ListRolesResp, _err error) // Parameters: // - Req ChangePassword(ctx context.Context, req *ChangePasswordReq) (_r *ExecResp, _err error) // Parameters: // - Req HeartBeat(ctx context.Context, req *HBReq) (_r *HBResp, _err error) // Parameters: // - Req AgentHeartbeat(ctx context.Context, req *AgentHBReq) (_r *AgentHBResp, _err error) // Parameters: // - Req RegConfig(ctx context.Context, req *RegConfigReq) (_r *ExecResp, _err error) // Parameters: // - Req GetConfig(ctx context.Context, req *GetConfigReq) (_r *GetConfigResp, _err error) // Parameters: // - Req SetConfig(ctx context.Context, req *SetConfigReq) (_r *ExecResp, _err error) // Parameters: // - Req ListConfigs(ctx context.Context, req *ListConfigsReq) (_r *ListConfigsResp, _err error) // Parameters: // - Req CreateSnapshot(ctx context.Context, req *CreateSnapshotReq) (_r *ExecResp, _err error) // Parameters: // - Req DropSnapshot(ctx context.Context, req *DropSnapshotReq) (_r *ExecResp, _err error) // Parameters: // - Req ListSnapshots(ctx context.Context, req *ListSnapshotsReq) (_r *ListSnapshotsResp, _err error) // Parameters: // - Req RunAdminJob(ctx context.Context, req *AdminJobReq) (_r *AdminJobResp, _err error) // Parameters: // - Req MergeZone(ctx context.Context, req *MergeZoneReq) (_r *ExecResp, _err error) // Parameters: // - Req DropZone(ctx context.Context, req *DropZoneReq) (_r *ExecResp, _err error) // Parameters: // - Req DivideZone(ctx context.Context, req *DivideZoneReq) (_r *ExecResp, _err error) // Parameters: // - Req RenameZone(ctx context.Context, req *RenameZoneReq) (_r *ExecResp, _err error) // Parameters: // - Req GetZone(ctx context.Context, req *GetZoneReq) (_r *GetZoneResp, _err error) // Parameters: // - Req ListZones(ctx context.Context, req *ListZonesReq) (_r *ListZonesResp, _err error) // Parameters: // - Req AddListener(ctx context.Context, req *AddListenerReq) (_r *ExecResp, _err error) // Parameters: // - Req RemoveListener(ctx context.Context, req *RemoveListenerReq) (_r *ExecResp, _err error) // Parameters: // - Req ListListener(ctx context.Context, req *ListListenerReq) (_r *ListListenerResp, _err error) // Parameters: // - Req GetStats(ctx context.Context, req *GetStatsReq) (_r *GetStatsResp, _err error) // Parameters: // - Req SignInService(ctx context.Context, req *SignInServiceReq) (_r *ExecResp, _err error) // Parameters: // - Req SignOutService(ctx context.Context, req *SignOutServiceReq) (_r *ExecResp, _err error) // Parameters: // - Req ListServiceClients(ctx context.Context, req *ListServiceClientsReq) (_r *ListServiceClientsResp, _err error) // Parameters: // - Req CreateFTIndex(ctx context.Context, req *CreateFTIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req DropFTIndex(ctx context.Context, req *DropFTIndexReq) (_r *ExecResp, _err error) // Parameters: // - Req ListFTIndexes(ctx context.Context, req *ListFTIndexesReq) (_r *ListFTIndexesResp, _err error) // Parameters: // - Req CreateSession(ctx context.Context, req *CreateSessionReq) (_r *CreateSessionResp, _err error) // Parameters: // - Req UpdateSessions(ctx context.Context, req *UpdateSessionsReq) (_r *UpdateSessionsResp, _err error) // Parameters: // - Req ListSessions(ctx context.Context, req *ListSessionsReq) (_r *ListSessionsResp, _err error) // Parameters: // - Req GetSession(ctx context.Context, req *GetSessionReq) (_r *GetSessionResp, _err error) // Parameters: // - Req RemoveSession(ctx context.Context, req *RemoveSessionReq) (_r *RemoveSessionResp, _err error) // Parameters: // - Req KillQuery(ctx context.Context, req *KillQueryReq) (_r *ExecResp, _err error) // Parameters: // - Req ReportTaskFinish(ctx context.Context, req *ReportTaskReq) (_r *ExecResp, _err error) // Parameters: // - Req CreateBackup(ctx context.Context, req *CreateBackupReq) (_r *CreateBackupResp, _err error) // Parameters: // - Req RestoreMeta(ctx context.Context, req *RestoreMetaReq) (_r *RestoreMetaResp, _err error) // Parameters: // - Req ListCluster(ctx context.Context, req *ListClusterInfoReq) (_r *ListClusterInfoResp, _err error) // Parameters: // - Req GetMetaDirInfo(ctx context.Context, req *GetMetaDirInfoReq) (_r *GetMetaDirInfoResp, _err error) // Parameters: // - Req VerifyClientVersion(ctx context.Context, req *VerifyClientVersionReq) (_r *VerifyClientVersionResp, _err error) // Parameters: // - Req SaveGraphVersion(ctx context.Context, req *SaveGraphVersionReq) (_r *SaveGraphVersionResp, _err error) // Parameters: // - Req GetSegmentId(ctx context.Context, req *GetSegmentIdReq) (_r *GetSegmentIdResp, _err error) }
type MetaServiceAddHostsArgs ¶
type MetaServiceAddHostsArgs struct {
Req *AddHostsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAddHostsArgs ¶
func NewMetaServiceAddHostsArgs() *MetaServiceAddHostsArgs
func (*MetaServiceAddHostsArgs) GetReq ¶
func (p *MetaServiceAddHostsArgs) GetReq() *AddHostsReq
func (*MetaServiceAddHostsArgs) IsSetReq ¶
func (p *MetaServiceAddHostsArgs) IsSetReq() bool
func (*MetaServiceAddHostsArgs) LogValue ¶
func (p *MetaServiceAddHostsArgs) LogValue() slog.Value
func (*MetaServiceAddHostsArgs) ReadField1 ¶
func (*MetaServiceAddHostsArgs) String ¶
func (p *MetaServiceAddHostsArgs) String() string
type MetaServiceAddHostsIntoZoneArgs ¶
type MetaServiceAddHostsIntoZoneArgs struct {
Req *AddHostsIntoZoneReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAddHostsIntoZoneArgs ¶
func NewMetaServiceAddHostsIntoZoneArgs() *MetaServiceAddHostsIntoZoneArgs
func (*MetaServiceAddHostsIntoZoneArgs) GetReq ¶
func (p *MetaServiceAddHostsIntoZoneArgs) GetReq() *AddHostsIntoZoneReq
func (*MetaServiceAddHostsIntoZoneArgs) IsSetReq ¶
func (p *MetaServiceAddHostsIntoZoneArgs) IsSetReq() bool
func (*MetaServiceAddHostsIntoZoneArgs) LogValue ¶
func (p *MetaServiceAddHostsIntoZoneArgs) LogValue() slog.Value
func (*MetaServiceAddHostsIntoZoneArgs) ReadField1 ¶
func (*MetaServiceAddHostsIntoZoneArgs) String ¶
func (p *MetaServiceAddHostsIntoZoneArgs) String() string
type MetaServiceAddHostsIntoZoneResult ¶
type MetaServiceAddHostsIntoZoneResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAddHostsIntoZoneResult ¶
func NewMetaServiceAddHostsIntoZoneResult() *MetaServiceAddHostsIntoZoneResult
func (*MetaServiceAddHostsIntoZoneResult) GetSuccess ¶
func (p *MetaServiceAddHostsIntoZoneResult) GetSuccess() *ExecResp
func (*MetaServiceAddHostsIntoZoneResult) IsSetSuccess ¶
func (p *MetaServiceAddHostsIntoZoneResult) IsSetSuccess() bool
func (*MetaServiceAddHostsIntoZoneResult) LogValue ¶
func (p *MetaServiceAddHostsIntoZoneResult) LogValue() slog.Value
func (*MetaServiceAddHostsIntoZoneResult) ReadField0 ¶
func (*MetaServiceAddHostsIntoZoneResult) String ¶
func (p *MetaServiceAddHostsIntoZoneResult) String() string
type MetaServiceAddHostsResult ¶
type MetaServiceAddHostsResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAddHostsResult ¶
func NewMetaServiceAddHostsResult() *MetaServiceAddHostsResult
func (*MetaServiceAddHostsResult) GetSuccess ¶
func (p *MetaServiceAddHostsResult) GetSuccess() *ExecResp
func (*MetaServiceAddHostsResult) IsSetSuccess ¶
func (p *MetaServiceAddHostsResult) IsSetSuccess() bool
func (*MetaServiceAddHostsResult) LogValue ¶
func (p *MetaServiceAddHostsResult) LogValue() slog.Value
func (*MetaServiceAddHostsResult) ReadField0 ¶
func (*MetaServiceAddHostsResult) String ¶
func (p *MetaServiceAddHostsResult) String() string
type MetaServiceAddListenerArgs ¶
type MetaServiceAddListenerArgs struct {
Req *AddListenerReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAddListenerArgs ¶
func NewMetaServiceAddListenerArgs() *MetaServiceAddListenerArgs
func (*MetaServiceAddListenerArgs) GetReq ¶
func (p *MetaServiceAddListenerArgs) GetReq() *AddListenerReq
func (*MetaServiceAddListenerArgs) IsSetReq ¶
func (p *MetaServiceAddListenerArgs) IsSetReq() bool
func (*MetaServiceAddListenerArgs) LogValue ¶
func (p *MetaServiceAddListenerArgs) LogValue() slog.Value
func (*MetaServiceAddListenerArgs) ReadField1 ¶
func (*MetaServiceAddListenerArgs) String ¶
func (p *MetaServiceAddListenerArgs) String() string
type MetaServiceAddListenerResult ¶
type MetaServiceAddListenerResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAddListenerResult ¶
func NewMetaServiceAddListenerResult() *MetaServiceAddListenerResult
func (*MetaServiceAddListenerResult) GetSuccess ¶
func (p *MetaServiceAddListenerResult) GetSuccess() *ExecResp
func (*MetaServiceAddListenerResult) IsSetSuccess ¶
func (p *MetaServiceAddListenerResult) IsSetSuccess() bool
func (*MetaServiceAddListenerResult) LogValue ¶
func (p *MetaServiceAddListenerResult) LogValue() slog.Value
func (*MetaServiceAddListenerResult) ReadField0 ¶
func (*MetaServiceAddListenerResult) String ¶
func (p *MetaServiceAddListenerResult) String() string
type MetaServiceAgentHeartbeatArgs ¶
type MetaServiceAgentHeartbeatArgs struct {
Req *AgentHBReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAgentHeartbeatArgs ¶
func NewMetaServiceAgentHeartbeatArgs() *MetaServiceAgentHeartbeatArgs
func (*MetaServiceAgentHeartbeatArgs) GetReq ¶
func (p *MetaServiceAgentHeartbeatArgs) GetReq() *AgentHBReq
func (*MetaServiceAgentHeartbeatArgs) IsSetReq ¶
func (p *MetaServiceAgentHeartbeatArgs) IsSetReq() bool
func (*MetaServiceAgentHeartbeatArgs) LogValue ¶
func (p *MetaServiceAgentHeartbeatArgs) LogValue() slog.Value
func (*MetaServiceAgentHeartbeatArgs) ReadField1 ¶
func (*MetaServiceAgentHeartbeatArgs) String ¶
func (p *MetaServiceAgentHeartbeatArgs) String() string
type MetaServiceAgentHeartbeatResult ¶
type MetaServiceAgentHeartbeatResult struct {
Success *AgentHBResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAgentHeartbeatResult ¶
func NewMetaServiceAgentHeartbeatResult() *MetaServiceAgentHeartbeatResult
func (*MetaServiceAgentHeartbeatResult) GetSuccess ¶
func (p *MetaServiceAgentHeartbeatResult) GetSuccess() *AgentHBResp
func (*MetaServiceAgentHeartbeatResult) IsSetSuccess ¶
func (p *MetaServiceAgentHeartbeatResult) IsSetSuccess() bool
func (*MetaServiceAgentHeartbeatResult) LogValue ¶
func (p *MetaServiceAgentHeartbeatResult) LogValue() slog.Value
func (*MetaServiceAgentHeartbeatResult) ReadField0 ¶
func (*MetaServiceAgentHeartbeatResult) String ¶
func (p *MetaServiceAgentHeartbeatResult) String() string
type MetaServiceAlterEdgeArgs ¶
type MetaServiceAlterEdgeArgs struct {
Req *AlterEdgeReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAlterEdgeArgs ¶
func NewMetaServiceAlterEdgeArgs() *MetaServiceAlterEdgeArgs
func (*MetaServiceAlterEdgeArgs) GetReq ¶
func (p *MetaServiceAlterEdgeArgs) GetReq() *AlterEdgeReq
func (*MetaServiceAlterEdgeArgs) IsSetReq ¶
func (p *MetaServiceAlterEdgeArgs) IsSetReq() bool
func (*MetaServiceAlterEdgeArgs) LogValue ¶
func (p *MetaServiceAlterEdgeArgs) LogValue() slog.Value
func (*MetaServiceAlterEdgeArgs) ReadField1 ¶
func (*MetaServiceAlterEdgeArgs) String ¶
func (p *MetaServiceAlterEdgeArgs) String() string
type MetaServiceAlterEdgeResult ¶
type MetaServiceAlterEdgeResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAlterEdgeResult ¶
func NewMetaServiceAlterEdgeResult() *MetaServiceAlterEdgeResult
func (*MetaServiceAlterEdgeResult) GetSuccess ¶
func (p *MetaServiceAlterEdgeResult) GetSuccess() *ExecResp
func (*MetaServiceAlterEdgeResult) IsSetSuccess ¶
func (p *MetaServiceAlterEdgeResult) IsSetSuccess() bool
func (*MetaServiceAlterEdgeResult) LogValue ¶
func (p *MetaServiceAlterEdgeResult) LogValue() slog.Value
func (*MetaServiceAlterEdgeResult) ReadField0 ¶
func (*MetaServiceAlterEdgeResult) String ¶
func (p *MetaServiceAlterEdgeResult) String() string
type MetaServiceAlterSpaceArgs ¶
type MetaServiceAlterSpaceArgs struct {
Req *AlterSpaceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAlterSpaceArgs ¶
func NewMetaServiceAlterSpaceArgs() *MetaServiceAlterSpaceArgs
func (*MetaServiceAlterSpaceArgs) GetReq ¶
func (p *MetaServiceAlterSpaceArgs) GetReq() *AlterSpaceReq
func (*MetaServiceAlterSpaceArgs) IsSetReq ¶
func (p *MetaServiceAlterSpaceArgs) IsSetReq() bool
func (*MetaServiceAlterSpaceArgs) LogValue ¶
func (p *MetaServiceAlterSpaceArgs) LogValue() slog.Value
func (*MetaServiceAlterSpaceArgs) ReadField1 ¶
func (*MetaServiceAlterSpaceArgs) String ¶
func (p *MetaServiceAlterSpaceArgs) String() string
type MetaServiceAlterSpaceResult ¶
type MetaServiceAlterSpaceResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAlterSpaceResult ¶
func NewMetaServiceAlterSpaceResult() *MetaServiceAlterSpaceResult
func (*MetaServiceAlterSpaceResult) GetSuccess ¶
func (p *MetaServiceAlterSpaceResult) GetSuccess() *ExecResp
func (*MetaServiceAlterSpaceResult) IsSetSuccess ¶
func (p *MetaServiceAlterSpaceResult) IsSetSuccess() bool
func (*MetaServiceAlterSpaceResult) LogValue ¶
func (p *MetaServiceAlterSpaceResult) LogValue() slog.Value
func (*MetaServiceAlterSpaceResult) ReadField0 ¶
func (*MetaServiceAlterSpaceResult) String ¶
func (p *MetaServiceAlterSpaceResult) String() string
type MetaServiceAlterTagArgs ¶
type MetaServiceAlterTagArgs struct {
Req *AlterTagReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAlterTagArgs ¶
func NewMetaServiceAlterTagArgs() *MetaServiceAlterTagArgs
func (*MetaServiceAlterTagArgs) GetReq ¶
func (p *MetaServiceAlterTagArgs) GetReq() *AlterTagReq
func (*MetaServiceAlterTagArgs) IsSetReq ¶
func (p *MetaServiceAlterTagArgs) IsSetReq() bool
func (*MetaServiceAlterTagArgs) LogValue ¶
func (p *MetaServiceAlterTagArgs) LogValue() slog.Value
func (*MetaServiceAlterTagArgs) ReadField1 ¶
func (*MetaServiceAlterTagArgs) String ¶
func (p *MetaServiceAlterTagArgs) String() string
type MetaServiceAlterTagResult ¶
type MetaServiceAlterTagResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAlterTagResult ¶
func NewMetaServiceAlterTagResult() *MetaServiceAlterTagResult
func (*MetaServiceAlterTagResult) GetSuccess ¶
func (p *MetaServiceAlterTagResult) GetSuccess() *ExecResp
func (*MetaServiceAlterTagResult) IsSetSuccess ¶
func (p *MetaServiceAlterTagResult) IsSetSuccess() bool
func (*MetaServiceAlterTagResult) LogValue ¶
func (p *MetaServiceAlterTagResult) LogValue() slog.Value
func (*MetaServiceAlterTagResult) ReadField0 ¶
func (*MetaServiceAlterTagResult) String ¶
func (p *MetaServiceAlterTagResult) String() string
type MetaServiceAlterUserArgs ¶
type MetaServiceAlterUserArgs struct {
Req *AlterUserReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceAlterUserArgs ¶
func NewMetaServiceAlterUserArgs() *MetaServiceAlterUserArgs
func (*MetaServiceAlterUserArgs) GetReq ¶
func (p *MetaServiceAlterUserArgs) GetReq() *AlterUserReq
func (*MetaServiceAlterUserArgs) IsSetReq ¶
func (p *MetaServiceAlterUserArgs) IsSetReq() bool
func (*MetaServiceAlterUserArgs) LogValue ¶
func (p *MetaServiceAlterUserArgs) LogValue() slog.Value
func (*MetaServiceAlterUserArgs) ReadField1 ¶
func (*MetaServiceAlterUserArgs) String ¶
func (p *MetaServiceAlterUserArgs) String() string
type MetaServiceAlterUserResult ¶
type MetaServiceAlterUserResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceAlterUserResult ¶
func NewMetaServiceAlterUserResult() *MetaServiceAlterUserResult
func (*MetaServiceAlterUserResult) GetSuccess ¶
func (p *MetaServiceAlterUserResult) GetSuccess() *ExecResp
func (*MetaServiceAlterUserResult) IsSetSuccess ¶
func (p *MetaServiceAlterUserResult) IsSetSuccess() bool
func (*MetaServiceAlterUserResult) LogValue ¶
func (p *MetaServiceAlterUserResult) LogValue() slog.Value
func (*MetaServiceAlterUserResult) ReadField0 ¶
func (*MetaServiceAlterUserResult) String ¶
func (p *MetaServiceAlterUserResult) String() string
type MetaServiceChangePasswordArgs ¶
type MetaServiceChangePasswordArgs struct {
Req *ChangePasswordReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceChangePasswordArgs ¶
func NewMetaServiceChangePasswordArgs() *MetaServiceChangePasswordArgs
func (*MetaServiceChangePasswordArgs) GetReq ¶
func (p *MetaServiceChangePasswordArgs) GetReq() *ChangePasswordReq
func (*MetaServiceChangePasswordArgs) IsSetReq ¶
func (p *MetaServiceChangePasswordArgs) IsSetReq() bool
func (*MetaServiceChangePasswordArgs) LogValue ¶
func (p *MetaServiceChangePasswordArgs) LogValue() slog.Value
func (*MetaServiceChangePasswordArgs) ReadField1 ¶
func (*MetaServiceChangePasswordArgs) String ¶
func (p *MetaServiceChangePasswordArgs) String() string
type MetaServiceChangePasswordResult ¶
type MetaServiceChangePasswordResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceChangePasswordResult ¶
func NewMetaServiceChangePasswordResult() *MetaServiceChangePasswordResult
func (*MetaServiceChangePasswordResult) GetSuccess ¶
func (p *MetaServiceChangePasswordResult) GetSuccess() *ExecResp
func (*MetaServiceChangePasswordResult) IsSetSuccess ¶
func (p *MetaServiceChangePasswordResult) IsSetSuccess() bool
func (*MetaServiceChangePasswordResult) LogValue ¶
func (p *MetaServiceChangePasswordResult) LogValue() slog.Value
func (*MetaServiceChangePasswordResult) ReadField0 ¶
func (*MetaServiceChangePasswordResult) String ¶
func (p *MetaServiceChangePasswordResult) String() string
type MetaServiceClearSpaceArgs ¶
type MetaServiceClearSpaceArgs struct {
Req *ClearSpaceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceClearSpaceArgs ¶
func NewMetaServiceClearSpaceArgs() *MetaServiceClearSpaceArgs
func (*MetaServiceClearSpaceArgs) GetReq ¶
func (p *MetaServiceClearSpaceArgs) GetReq() *ClearSpaceReq
func (*MetaServiceClearSpaceArgs) IsSetReq ¶
func (p *MetaServiceClearSpaceArgs) IsSetReq() bool
func (*MetaServiceClearSpaceArgs) LogValue ¶
func (p *MetaServiceClearSpaceArgs) LogValue() slog.Value
func (*MetaServiceClearSpaceArgs) ReadField1 ¶
func (*MetaServiceClearSpaceArgs) String ¶
func (p *MetaServiceClearSpaceArgs) String() string
type MetaServiceClearSpaceResult ¶
type MetaServiceClearSpaceResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceClearSpaceResult ¶
func NewMetaServiceClearSpaceResult() *MetaServiceClearSpaceResult
func (*MetaServiceClearSpaceResult) GetSuccess ¶
func (p *MetaServiceClearSpaceResult) GetSuccess() *ExecResp
func (*MetaServiceClearSpaceResult) IsSetSuccess ¶
func (p *MetaServiceClearSpaceResult) IsSetSuccess() bool
func (*MetaServiceClearSpaceResult) LogValue ¶
func (p *MetaServiceClearSpaceResult) LogValue() slog.Value
func (*MetaServiceClearSpaceResult) ReadField0 ¶
func (*MetaServiceClearSpaceResult) String ¶
func (p *MetaServiceClearSpaceResult) String() string
type MetaServiceClient ¶
type MetaServiceClient struct {
// contains filtered or unexported fields
}
func NewMetaServiceClient ¶
func NewMetaServiceClient(c thrift.TClient) *MetaServiceClient
func NewMetaServiceClientFactory ¶
func NewMetaServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *MetaServiceClient
func NewMetaServiceClientProtocol ¶
func NewMetaServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *MetaServiceClient
func (*MetaServiceClient) AddHosts ¶
func (p *MetaServiceClient) AddHosts(ctx context.Context, req *AddHostsReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AddHostsIntoZone ¶
func (p *MetaServiceClient) AddHostsIntoZone(ctx context.Context, req *AddHostsIntoZoneReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AddListener ¶
func (p *MetaServiceClient) AddListener(ctx context.Context, req *AddListenerReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AgentHeartbeat ¶
func (p *MetaServiceClient) AgentHeartbeat(ctx context.Context, req *AgentHBReq) (_r *AgentHBResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AlterEdge ¶
func (p *MetaServiceClient) AlterEdge(ctx context.Context, req *AlterEdgeReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AlterSpace ¶
func (p *MetaServiceClient) AlterSpace(ctx context.Context, req *AlterSpaceReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AlterTag ¶
func (p *MetaServiceClient) AlterTag(ctx context.Context, req *AlterTagReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) AlterUser ¶
func (p *MetaServiceClient) AlterUser(ctx context.Context, req *AlterUserReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ChangePassword ¶
func (p *MetaServiceClient) ChangePassword(ctx context.Context, req *ChangePasswordReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ClearSpace ¶
func (p *MetaServiceClient) ClearSpace(ctx context.Context, req *ClearSpaceReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) Client_ ¶
func (p *MetaServiceClient) Client_() thrift.TClient
func (*MetaServiceClient) CreateBackup ¶
func (p *MetaServiceClient) CreateBackup(ctx context.Context, req *CreateBackupReq) (_r *CreateBackupResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateEdge ¶
func (p *MetaServiceClient) CreateEdge(ctx context.Context, req *CreateEdgeReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateEdgeIndex ¶
func (p *MetaServiceClient) CreateEdgeIndex(ctx context.Context, req *CreateEdgeIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateFTIndex ¶
func (p *MetaServiceClient) CreateFTIndex(ctx context.Context, req *CreateFTIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateSession ¶
func (p *MetaServiceClient) CreateSession(ctx context.Context, req *CreateSessionReq) (_r *CreateSessionResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateSnapshot ¶
func (p *MetaServiceClient) CreateSnapshot(ctx context.Context, req *CreateSnapshotReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateSpace ¶
func (p *MetaServiceClient) CreateSpace(ctx context.Context, req *CreateSpaceReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateSpaceAs ¶
func (p *MetaServiceClient) CreateSpaceAs(ctx context.Context, req *CreateSpaceAsReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateTag ¶
func (p *MetaServiceClient) CreateTag(ctx context.Context, req *CreateTagReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateTagIndex ¶
func (p *MetaServiceClient) CreateTagIndex(ctx context.Context, req *CreateTagIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) CreateUser ¶
func (p *MetaServiceClient) CreateUser(ctx context.Context, req *CreateUserReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DivideZone ¶
func (p *MetaServiceClient) DivideZone(ctx context.Context, req *DivideZoneReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropEdge ¶
func (p *MetaServiceClient) DropEdge(ctx context.Context, req *DropEdgeReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropEdgeIndex ¶
func (p *MetaServiceClient) DropEdgeIndex(ctx context.Context, req *DropEdgeIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropFTIndex ¶
func (p *MetaServiceClient) DropFTIndex(ctx context.Context, req *DropFTIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropHosts ¶
func (p *MetaServiceClient) DropHosts(ctx context.Context, req *DropHostsReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropSnapshot ¶
func (p *MetaServiceClient) DropSnapshot(ctx context.Context, req *DropSnapshotReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropSpace ¶
func (p *MetaServiceClient) DropSpace(ctx context.Context, req *DropSpaceReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropTag ¶
func (p *MetaServiceClient) DropTag(ctx context.Context, req *DropTagReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropTagIndex ¶
func (p *MetaServiceClient) DropTagIndex(ctx context.Context, req *DropTagIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropUser ¶
func (p *MetaServiceClient) DropUser(ctx context.Context, req *DropUserReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) DropZone ¶
func (p *MetaServiceClient) DropZone(ctx context.Context, req *DropZoneReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetConfig ¶
func (p *MetaServiceClient) GetConfig(ctx context.Context, req *GetConfigReq) (_r *GetConfigResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetEdge ¶
func (p *MetaServiceClient) GetEdge(ctx context.Context, req *GetEdgeReq) (_r *GetEdgeResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetEdgeIndex ¶
func (p *MetaServiceClient) GetEdgeIndex(ctx context.Context, req *GetEdgeIndexReq) (_r *GetEdgeIndexResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetMetaDirInfo ¶
func (p *MetaServiceClient) GetMetaDirInfo(ctx context.Context, req *GetMetaDirInfoReq) (_r *GetMetaDirInfoResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetPartsAlloc ¶
func (p *MetaServiceClient) GetPartsAlloc(ctx context.Context, req *GetPartsAllocReq) (_r *GetPartsAllocResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetSegmentId ¶
func (p *MetaServiceClient) GetSegmentId(ctx context.Context, req *GetSegmentIdReq) (_r *GetSegmentIdResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetSession ¶
func (p *MetaServiceClient) GetSession(ctx context.Context, req *GetSessionReq) (_r *GetSessionResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetSpace ¶
func (p *MetaServiceClient) GetSpace(ctx context.Context, req *GetSpaceReq) (_r *GetSpaceResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetStats ¶
func (p *MetaServiceClient) GetStats(ctx context.Context, req *GetStatsReq) (_r *GetStatsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetTag ¶
func (p *MetaServiceClient) GetTag(ctx context.Context, req *GetTagReq) (_r *GetTagResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetTagIndex ¶
func (p *MetaServiceClient) GetTagIndex(ctx context.Context, req *GetTagIndexReq) (_r *GetTagIndexResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetUserRoles ¶
func (p *MetaServiceClient) GetUserRoles(ctx context.Context, req *GetUserRolesReq) (_r *ListRolesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetWorkerId ¶
func (p *MetaServiceClient) GetWorkerId(ctx context.Context, req *GetWorkerIdReq) (_r *GetWorkerIdResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GetZone ¶
func (p *MetaServiceClient) GetZone(ctx context.Context, req *GetZoneReq) (_r *GetZoneResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) GrantRole ¶
func (p *MetaServiceClient) GrantRole(ctx context.Context, req *GrantRoleReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) KillQuery ¶
func (p *MetaServiceClient) KillQuery(ctx context.Context, req *KillQueryReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) LastResponseMeta_ ¶
func (p *MetaServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*MetaServiceClient) ListCluster ¶
func (p *MetaServiceClient) ListCluster(ctx context.Context, req *ListClusterInfoReq) (_r *ListClusterInfoResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListConfigs ¶
func (p *MetaServiceClient) ListConfigs(ctx context.Context, req *ListConfigsReq) (_r *ListConfigsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListEdgeIndexStatus ¶
func (p *MetaServiceClient) ListEdgeIndexStatus(ctx context.Context, req *ListIndexStatusReq) (_r *ListIndexStatusResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListEdgeIndexes ¶
func (p *MetaServiceClient) ListEdgeIndexes(ctx context.Context, req *ListEdgeIndexesReq) (_r *ListEdgeIndexesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListEdges ¶
func (p *MetaServiceClient) ListEdges(ctx context.Context, req *ListEdgesReq) (_r *ListEdgesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListFTIndexes ¶
func (p *MetaServiceClient) ListFTIndexes(ctx context.Context, req *ListFTIndexesReq) (_r *ListFTIndexesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListHosts ¶
func (p *MetaServiceClient) ListHosts(ctx context.Context, req *ListHostsReq) (_r *ListHostsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListListener ¶
func (p *MetaServiceClient) ListListener(ctx context.Context, req *ListListenerReq) (_r *ListListenerResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListParts ¶
func (p *MetaServiceClient) ListParts(ctx context.Context, req *ListPartsReq) (_r *ListPartsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListRoles ¶
func (p *MetaServiceClient) ListRoles(ctx context.Context, req *ListRolesReq) (_r *ListRolesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListServiceClients ¶
func (p *MetaServiceClient) ListServiceClients(ctx context.Context, req *ListServiceClientsReq) (_r *ListServiceClientsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListSessions ¶
func (p *MetaServiceClient) ListSessions(ctx context.Context, req *ListSessionsReq) (_r *ListSessionsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListSnapshots ¶
func (p *MetaServiceClient) ListSnapshots(ctx context.Context, req *ListSnapshotsReq) (_r *ListSnapshotsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListSpaces ¶
func (p *MetaServiceClient) ListSpaces(ctx context.Context, req *ListSpacesReq) (_r *ListSpacesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListTagIndexStatus ¶
func (p *MetaServiceClient) ListTagIndexStatus(ctx context.Context, req *ListIndexStatusReq) (_r *ListIndexStatusResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListTagIndexes ¶
func (p *MetaServiceClient) ListTagIndexes(ctx context.Context, req *ListTagIndexesReq) (_r *ListTagIndexesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListTags ¶
func (p *MetaServiceClient) ListTags(ctx context.Context, req *ListTagsReq) (_r *ListTagsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListUsers ¶
func (p *MetaServiceClient) ListUsers(ctx context.Context, req *ListUsersReq) (_r *ListUsersResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ListZones ¶
func (p *MetaServiceClient) ListZones(ctx context.Context, req *ListZonesReq) (_r *ListZonesResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) MergeZone ¶
func (p *MetaServiceClient) MergeZone(ctx context.Context, req *MergeZoneReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RebuildEdgeIndex ¶
func (p *MetaServiceClient) RebuildEdgeIndex(ctx context.Context, req *RebuildIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RebuildTagIndex ¶
func (p *MetaServiceClient) RebuildTagIndex(ctx context.Context, req *RebuildIndexReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RegConfig ¶
func (p *MetaServiceClient) RegConfig(ctx context.Context, req *RegConfigReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RemoveListener ¶
func (p *MetaServiceClient) RemoveListener(ctx context.Context, req *RemoveListenerReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RemoveSession ¶
func (p *MetaServiceClient) RemoveSession(ctx context.Context, req *RemoveSessionReq) (_r *RemoveSessionResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RenameZone ¶
func (p *MetaServiceClient) RenameZone(ctx context.Context, req *RenameZoneReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) ReportTaskFinish ¶
func (p *MetaServiceClient) ReportTaskFinish(ctx context.Context, req *ReportTaskReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RestoreMeta ¶
func (p *MetaServiceClient) RestoreMeta(ctx context.Context, req *RestoreMetaReq) (_r *RestoreMetaResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RevokeRole ¶
func (p *MetaServiceClient) RevokeRole(ctx context.Context, req *RevokeRoleReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) RunAdminJob ¶
func (p *MetaServiceClient) RunAdminJob(ctx context.Context, req *AdminJobReq) (_r *AdminJobResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) SaveGraphVersion ¶
func (p *MetaServiceClient) SaveGraphVersion(ctx context.Context, req *SaveGraphVersionReq) (_r *SaveGraphVersionResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) SetConfig ¶
func (p *MetaServiceClient) SetConfig(ctx context.Context, req *SetConfigReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) SetLastResponseMeta_ ¶
func (p *MetaServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
func (*MetaServiceClient) SignInService ¶
func (p *MetaServiceClient) SignInService(ctx context.Context, req *SignInServiceReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) SignOutService ¶
func (p *MetaServiceClient) SignOutService(ctx context.Context, req *SignOutServiceReq) (_r *ExecResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) UpdateSessions ¶
func (p *MetaServiceClient) UpdateSessions(ctx context.Context, req *UpdateSessionsReq) (_r *UpdateSessionsResp, _err error)
Parameters:
- Req
func (*MetaServiceClient) VerifyClientVersion ¶
func (p *MetaServiceClient) VerifyClientVersion(ctx context.Context, req *VerifyClientVersionReq) (_r *VerifyClientVersionResp, _err error)
Parameters:
- Req
type MetaServiceCreateBackupArgs ¶
type MetaServiceCreateBackupArgs struct {
Req *CreateBackupReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateBackupArgs ¶
func NewMetaServiceCreateBackupArgs() *MetaServiceCreateBackupArgs
func (*MetaServiceCreateBackupArgs) GetReq ¶
func (p *MetaServiceCreateBackupArgs) GetReq() *CreateBackupReq
func (*MetaServiceCreateBackupArgs) IsSetReq ¶
func (p *MetaServiceCreateBackupArgs) IsSetReq() bool
func (*MetaServiceCreateBackupArgs) LogValue ¶
func (p *MetaServiceCreateBackupArgs) LogValue() slog.Value
func (*MetaServiceCreateBackupArgs) ReadField1 ¶
func (*MetaServiceCreateBackupArgs) String ¶
func (p *MetaServiceCreateBackupArgs) String() string
type MetaServiceCreateBackupResult ¶
type MetaServiceCreateBackupResult struct {
Success *CreateBackupResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateBackupResult ¶
func NewMetaServiceCreateBackupResult() *MetaServiceCreateBackupResult
func (*MetaServiceCreateBackupResult) GetSuccess ¶
func (p *MetaServiceCreateBackupResult) GetSuccess() *CreateBackupResp
func (*MetaServiceCreateBackupResult) IsSetSuccess ¶
func (p *MetaServiceCreateBackupResult) IsSetSuccess() bool
func (*MetaServiceCreateBackupResult) LogValue ¶
func (p *MetaServiceCreateBackupResult) LogValue() slog.Value
func (*MetaServiceCreateBackupResult) ReadField0 ¶
func (*MetaServiceCreateBackupResult) String ¶
func (p *MetaServiceCreateBackupResult) String() string
type MetaServiceCreateEdgeArgs ¶
type MetaServiceCreateEdgeArgs struct {
Req *CreateEdgeReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateEdgeArgs ¶
func NewMetaServiceCreateEdgeArgs() *MetaServiceCreateEdgeArgs
func (*MetaServiceCreateEdgeArgs) GetReq ¶
func (p *MetaServiceCreateEdgeArgs) GetReq() *CreateEdgeReq
func (*MetaServiceCreateEdgeArgs) IsSetReq ¶
func (p *MetaServiceCreateEdgeArgs) IsSetReq() bool
func (*MetaServiceCreateEdgeArgs) LogValue ¶
func (p *MetaServiceCreateEdgeArgs) LogValue() slog.Value
func (*MetaServiceCreateEdgeArgs) ReadField1 ¶
func (*MetaServiceCreateEdgeArgs) String ¶
func (p *MetaServiceCreateEdgeArgs) String() string
type MetaServiceCreateEdgeIndexArgs ¶
type MetaServiceCreateEdgeIndexArgs struct {
Req *CreateEdgeIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateEdgeIndexArgs ¶
func NewMetaServiceCreateEdgeIndexArgs() *MetaServiceCreateEdgeIndexArgs
func (*MetaServiceCreateEdgeIndexArgs) GetReq ¶
func (p *MetaServiceCreateEdgeIndexArgs) GetReq() *CreateEdgeIndexReq
func (*MetaServiceCreateEdgeIndexArgs) IsSetReq ¶
func (p *MetaServiceCreateEdgeIndexArgs) IsSetReq() bool
func (*MetaServiceCreateEdgeIndexArgs) LogValue ¶
func (p *MetaServiceCreateEdgeIndexArgs) LogValue() slog.Value
func (*MetaServiceCreateEdgeIndexArgs) ReadField1 ¶
func (*MetaServiceCreateEdgeIndexArgs) String ¶
func (p *MetaServiceCreateEdgeIndexArgs) String() string
type MetaServiceCreateEdgeIndexResult ¶
type MetaServiceCreateEdgeIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateEdgeIndexResult ¶
func NewMetaServiceCreateEdgeIndexResult() *MetaServiceCreateEdgeIndexResult
func (*MetaServiceCreateEdgeIndexResult) GetSuccess ¶
func (p *MetaServiceCreateEdgeIndexResult) GetSuccess() *ExecResp
func (*MetaServiceCreateEdgeIndexResult) IsSetSuccess ¶
func (p *MetaServiceCreateEdgeIndexResult) IsSetSuccess() bool
func (*MetaServiceCreateEdgeIndexResult) LogValue ¶
func (p *MetaServiceCreateEdgeIndexResult) LogValue() slog.Value
func (*MetaServiceCreateEdgeIndexResult) ReadField0 ¶
func (*MetaServiceCreateEdgeIndexResult) String ¶
func (p *MetaServiceCreateEdgeIndexResult) String() string
type MetaServiceCreateEdgeResult ¶
type MetaServiceCreateEdgeResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateEdgeResult ¶
func NewMetaServiceCreateEdgeResult() *MetaServiceCreateEdgeResult
func (*MetaServiceCreateEdgeResult) GetSuccess ¶
func (p *MetaServiceCreateEdgeResult) GetSuccess() *ExecResp
func (*MetaServiceCreateEdgeResult) IsSetSuccess ¶
func (p *MetaServiceCreateEdgeResult) IsSetSuccess() bool
func (*MetaServiceCreateEdgeResult) LogValue ¶
func (p *MetaServiceCreateEdgeResult) LogValue() slog.Value
func (*MetaServiceCreateEdgeResult) ReadField0 ¶
func (*MetaServiceCreateEdgeResult) String ¶
func (p *MetaServiceCreateEdgeResult) String() string
type MetaServiceCreateFTIndexArgs ¶
type MetaServiceCreateFTIndexArgs struct {
Req *CreateFTIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateFTIndexArgs ¶
func NewMetaServiceCreateFTIndexArgs() *MetaServiceCreateFTIndexArgs
func (*MetaServiceCreateFTIndexArgs) GetReq ¶
func (p *MetaServiceCreateFTIndexArgs) GetReq() *CreateFTIndexReq
func (*MetaServiceCreateFTIndexArgs) IsSetReq ¶
func (p *MetaServiceCreateFTIndexArgs) IsSetReq() bool
func (*MetaServiceCreateFTIndexArgs) LogValue ¶
func (p *MetaServiceCreateFTIndexArgs) LogValue() slog.Value
func (*MetaServiceCreateFTIndexArgs) ReadField1 ¶
func (*MetaServiceCreateFTIndexArgs) String ¶
func (p *MetaServiceCreateFTIndexArgs) String() string
type MetaServiceCreateFTIndexResult ¶
type MetaServiceCreateFTIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateFTIndexResult ¶
func NewMetaServiceCreateFTIndexResult() *MetaServiceCreateFTIndexResult
func (*MetaServiceCreateFTIndexResult) GetSuccess ¶
func (p *MetaServiceCreateFTIndexResult) GetSuccess() *ExecResp
func (*MetaServiceCreateFTIndexResult) IsSetSuccess ¶
func (p *MetaServiceCreateFTIndexResult) IsSetSuccess() bool
func (*MetaServiceCreateFTIndexResult) LogValue ¶
func (p *MetaServiceCreateFTIndexResult) LogValue() slog.Value
func (*MetaServiceCreateFTIndexResult) ReadField0 ¶
func (*MetaServiceCreateFTIndexResult) String ¶
func (p *MetaServiceCreateFTIndexResult) String() string
type MetaServiceCreateSessionArgs ¶
type MetaServiceCreateSessionArgs struct {
Req *CreateSessionReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateSessionArgs ¶
func NewMetaServiceCreateSessionArgs() *MetaServiceCreateSessionArgs
func (*MetaServiceCreateSessionArgs) GetReq ¶
func (p *MetaServiceCreateSessionArgs) GetReq() *CreateSessionReq
func (*MetaServiceCreateSessionArgs) IsSetReq ¶
func (p *MetaServiceCreateSessionArgs) IsSetReq() bool
func (*MetaServiceCreateSessionArgs) LogValue ¶
func (p *MetaServiceCreateSessionArgs) LogValue() slog.Value
func (*MetaServiceCreateSessionArgs) ReadField1 ¶
func (*MetaServiceCreateSessionArgs) String ¶
func (p *MetaServiceCreateSessionArgs) String() string
type MetaServiceCreateSessionResult ¶
type MetaServiceCreateSessionResult struct {
Success *CreateSessionResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateSessionResult ¶
func NewMetaServiceCreateSessionResult() *MetaServiceCreateSessionResult
func (*MetaServiceCreateSessionResult) GetSuccess ¶
func (p *MetaServiceCreateSessionResult) GetSuccess() *CreateSessionResp
func (*MetaServiceCreateSessionResult) IsSetSuccess ¶
func (p *MetaServiceCreateSessionResult) IsSetSuccess() bool
func (*MetaServiceCreateSessionResult) LogValue ¶
func (p *MetaServiceCreateSessionResult) LogValue() slog.Value
func (*MetaServiceCreateSessionResult) ReadField0 ¶
func (*MetaServiceCreateSessionResult) String ¶
func (p *MetaServiceCreateSessionResult) String() string
type MetaServiceCreateSnapshotArgs ¶
type MetaServiceCreateSnapshotArgs struct {
Req *CreateSnapshotReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateSnapshotArgs ¶
func NewMetaServiceCreateSnapshotArgs() *MetaServiceCreateSnapshotArgs
func (*MetaServiceCreateSnapshotArgs) GetReq ¶
func (p *MetaServiceCreateSnapshotArgs) GetReq() *CreateSnapshotReq
func (*MetaServiceCreateSnapshotArgs) IsSetReq ¶
func (p *MetaServiceCreateSnapshotArgs) IsSetReq() bool
func (*MetaServiceCreateSnapshotArgs) LogValue ¶
func (p *MetaServiceCreateSnapshotArgs) LogValue() slog.Value
func (*MetaServiceCreateSnapshotArgs) ReadField1 ¶
func (*MetaServiceCreateSnapshotArgs) String ¶
func (p *MetaServiceCreateSnapshotArgs) String() string
type MetaServiceCreateSnapshotResult ¶
type MetaServiceCreateSnapshotResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateSnapshotResult ¶
func NewMetaServiceCreateSnapshotResult() *MetaServiceCreateSnapshotResult
func (*MetaServiceCreateSnapshotResult) GetSuccess ¶
func (p *MetaServiceCreateSnapshotResult) GetSuccess() *ExecResp
func (*MetaServiceCreateSnapshotResult) IsSetSuccess ¶
func (p *MetaServiceCreateSnapshotResult) IsSetSuccess() bool
func (*MetaServiceCreateSnapshotResult) LogValue ¶
func (p *MetaServiceCreateSnapshotResult) LogValue() slog.Value
func (*MetaServiceCreateSnapshotResult) ReadField0 ¶
func (*MetaServiceCreateSnapshotResult) String ¶
func (p *MetaServiceCreateSnapshotResult) String() string
type MetaServiceCreateSpaceArgs ¶
type MetaServiceCreateSpaceArgs struct {
Req *CreateSpaceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateSpaceArgs ¶
func NewMetaServiceCreateSpaceArgs() *MetaServiceCreateSpaceArgs
func (*MetaServiceCreateSpaceArgs) GetReq ¶
func (p *MetaServiceCreateSpaceArgs) GetReq() *CreateSpaceReq
func (*MetaServiceCreateSpaceArgs) IsSetReq ¶
func (p *MetaServiceCreateSpaceArgs) IsSetReq() bool
func (*MetaServiceCreateSpaceArgs) LogValue ¶
func (p *MetaServiceCreateSpaceArgs) LogValue() slog.Value
func (*MetaServiceCreateSpaceArgs) ReadField1 ¶
func (*MetaServiceCreateSpaceArgs) String ¶
func (p *MetaServiceCreateSpaceArgs) String() string
type MetaServiceCreateSpaceAsArgs ¶
type MetaServiceCreateSpaceAsArgs struct {
Req *CreateSpaceAsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateSpaceAsArgs ¶
func NewMetaServiceCreateSpaceAsArgs() *MetaServiceCreateSpaceAsArgs
func (*MetaServiceCreateSpaceAsArgs) GetReq ¶
func (p *MetaServiceCreateSpaceAsArgs) GetReq() *CreateSpaceAsReq
func (*MetaServiceCreateSpaceAsArgs) IsSetReq ¶
func (p *MetaServiceCreateSpaceAsArgs) IsSetReq() bool
func (*MetaServiceCreateSpaceAsArgs) LogValue ¶
func (p *MetaServiceCreateSpaceAsArgs) LogValue() slog.Value
func (*MetaServiceCreateSpaceAsArgs) ReadField1 ¶
func (*MetaServiceCreateSpaceAsArgs) String ¶
func (p *MetaServiceCreateSpaceAsArgs) String() string
type MetaServiceCreateSpaceAsResult ¶
type MetaServiceCreateSpaceAsResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateSpaceAsResult ¶
func NewMetaServiceCreateSpaceAsResult() *MetaServiceCreateSpaceAsResult
func (*MetaServiceCreateSpaceAsResult) GetSuccess ¶
func (p *MetaServiceCreateSpaceAsResult) GetSuccess() *ExecResp
func (*MetaServiceCreateSpaceAsResult) IsSetSuccess ¶
func (p *MetaServiceCreateSpaceAsResult) IsSetSuccess() bool
func (*MetaServiceCreateSpaceAsResult) LogValue ¶
func (p *MetaServiceCreateSpaceAsResult) LogValue() slog.Value
func (*MetaServiceCreateSpaceAsResult) ReadField0 ¶
func (*MetaServiceCreateSpaceAsResult) String ¶
func (p *MetaServiceCreateSpaceAsResult) String() string
type MetaServiceCreateSpaceResult ¶
type MetaServiceCreateSpaceResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateSpaceResult ¶
func NewMetaServiceCreateSpaceResult() *MetaServiceCreateSpaceResult
func (*MetaServiceCreateSpaceResult) GetSuccess ¶
func (p *MetaServiceCreateSpaceResult) GetSuccess() *ExecResp
func (*MetaServiceCreateSpaceResult) IsSetSuccess ¶
func (p *MetaServiceCreateSpaceResult) IsSetSuccess() bool
func (*MetaServiceCreateSpaceResult) LogValue ¶
func (p *MetaServiceCreateSpaceResult) LogValue() slog.Value
func (*MetaServiceCreateSpaceResult) ReadField0 ¶
func (*MetaServiceCreateSpaceResult) String ¶
func (p *MetaServiceCreateSpaceResult) String() string
type MetaServiceCreateTagArgs ¶
type MetaServiceCreateTagArgs struct {
Req *CreateTagReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateTagArgs ¶
func NewMetaServiceCreateTagArgs() *MetaServiceCreateTagArgs
func (*MetaServiceCreateTagArgs) GetReq ¶
func (p *MetaServiceCreateTagArgs) GetReq() *CreateTagReq
func (*MetaServiceCreateTagArgs) IsSetReq ¶
func (p *MetaServiceCreateTagArgs) IsSetReq() bool
func (*MetaServiceCreateTagArgs) LogValue ¶
func (p *MetaServiceCreateTagArgs) LogValue() slog.Value
func (*MetaServiceCreateTagArgs) ReadField1 ¶
func (*MetaServiceCreateTagArgs) String ¶
func (p *MetaServiceCreateTagArgs) String() string
type MetaServiceCreateTagIndexArgs ¶
type MetaServiceCreateTagIndexArgs struct {
Req *CreateTagIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateTagIndexArgs ¶
func NewMetaServiceCreateTagIndexArgs() *MetaServiceCreateTagIndexArgs
func (*MetaServiceCreateTagIndexArgs) GetReq ¶
func (p *MetaServiceCreateTagIndexArgs) GetReq() *CreateTagIndexReq
func (*MetaServiceCreateTagIndexArgs) IsSetReq ¶
func (p *MetaServiceCreateTagIndexArgs) IsSetReq() bool
func (*MetaServiceCreateTagIndexArgs) LogValue ¶
func (p *MetaServiceCreateTagIndexArgs) LogValue() slog.Value
func (*MetaServiceCreateTagIndexArgs) ReadField1 ¶
func (*MetaServiceCreateTagIndexArgs) String ¶
func (p *MetaServiceCreateTagIndexArgs) String() string
type MetaServiceCreateTagIndexResult ¶
type MetaServiceCreateTagIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateTagIndexResult ¶
func NewMetaServiceCreateTagIndexResult() *MetaServiceCreateTagIndexResult
func (*MetaServiceCreateTagIndexResult) GetSuccess ¶
func (p *MetaServiceCreateTagIndexResult) GetSuccess() *ExecResp
func (*MetaServiceCreateTagIndexResult) IsSetSuccess ¶
func (p *MetaServiceCreateTagIndexResult) IsSetSuccess() bool
func (*MetaServiceCreateTagIndexResult) LogValue ¶
func (p *MetaServiceCreateTagIndexResult) LogValue() slog.Value
func (*MetaServiceCreateTagIndexResult) ReadField0 ¶
func (*MetaServiceCreateTagIndexResult) String ¶
func (p *MetaServiceCreateTagIndexResult) String() string
type MetaServiceCreateTagResult ¶
type MetaServiceCreateTagResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateTagResult ¶
func NewMetaServiceCreateTagResult() *MetaServiceCreateTagResult
func (*MetaServiceCreateTagResult) GetSuccess ¶
func (p *MetaServiceCreateTagResult) GetSuccess() *ExecResp
func (*MetaServiceCreateTagResult) IsSetSuccess ¶
func (p *MetaServiceCreateTagResult) IsSetSuccess() bool
func (*MetaServiceCreateTagResult) LogValue ¶
func (p *MetaServiceCreateTagResult) LogValue() slog.Value
func (*MetaServiceCreateTagResult) ReadField0 ¶
func (*MetaServiceCreateTagResult) String ¶
func (p *MetaServiceCreateTagResult) String() string
type MetaServiceCreateUserArgs ¶
type MetaServiceCreateUserArgs struct {
Req *CreateUserReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceCreateUserArgs ¶
func NewMetaServiceCreateUserArgs() *MetaServiceCreateUserArgs
func (*MetaServiceCreateUserArgs) GetReq ¶
func (p *MetaServiceCreateUserArgs) GetReq() *CreateUserReq
func (*MetaServiceCreateUserArgs) IsSetReq ¶
func (p *MetaServiceCreateUserArgs) IsSetReq() bool
func (*MetaServiceCreateUserArgs) LogValue ¶
func (p *MetaServiceCreateUserArgs) LogValue() slog.Value
func (*MetaServiceCreateUserArgs) ReadField1 ¶
func (*MetaServiceCreateUserArgs) String ¶
func (p *MetaServiceCreateUserArgs) String() string
type MetaServiceCreateUserResult ¶
type MetaServiceCreateUserResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceCreateUserResult ¶
func NewMetaServiceCreateUserResult() *MetaServiceCreateUserResult
func (*MetaServiceCreateUserResult) GetSuccess ¶
func (p *MetaServiceCreateUserResult) GetSuccess() *ExecResp
func (*MetaServiceCreateUserResult) IsSetSuccess ¶
func (p *MetaServiceCreateUserResult) IsSetSuccess() bool
func (*MetaServiceCreateUserResult) LogValue ¶
func (p *MetaServiceCreateUserResult) LogValue() slog.Value
func (*MetaServiceCreateUserResult) ReadField0 ¶
func (*MetaServiceCreateUserResult) String ¶
func (p *MetaServiceCreateUserResult) String() string
type MetaServiceDivideZoneArgs ¶
type MetaServiceDivideZoneArgs struct {
Req *DivideZoneReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDivideZoneArgs ¶
func NewMetaServiceDivideZoneArgs() *MetaServiceDivideZoneArgs
func (*MetaServiceDivideZoneArgs) GetReq ¶
func (p *MetaServiceDivideZoneArgs) GetReq() *DivideZoneReq
func (*MetaServiceDivideZoneArgs) IsSetReq ¶
func (p *MetaServiceDivideZoneArgs) IsSetReq() bool
func (*MetaServiceDivideZoneArgs) LogValue ¶
func (p *MetaServiceDivideZoneArgs) LogValue() slog.Value
func (*MetaServiceDivideZoneArgs) ReadField1 ¶
func (*MetaServiceDivideZoneArgs) String ¶
func (p *MetaServiceDivideZoneArgs) String() string
type MetaServiceDivideZoneResult ¶
type MetaServiceDivideZoneResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDivideZoneResult ¶
func NewMetaServiceDivideZoneResult() *MetaServiceDivideZoneResult
func (*MetaServiceDivideZoneResult) GetSuccess ¶
func (p *MetaServiceDivideZoneResult) GetSuccess() *ExecResp
func (*MetaServiceDivideZoneResult) IsSetSuccess ¶
func (p *MetaServiceDivideZoneResult) IsSetSuccess() bool
func (*MetaServiceDivideZoneResult) LogValue ¶
func (p *MetaServiceDivideZoneResult) LogValue() slog.Value
func (*MetaServiceDivideZoneResult) ReadField0 ¶
func (*MetaServiceDivideZoneResult) String ¶
func (p *MetaServiceDivideZoneResult) String() string
type MetaServiceDropEdgeArgs ¶
type MetaServiceDropEdgeArgs struct {
Req *DropEdgeReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropEdgeArgs ¶
func NewMetaServiceDropEdgeArgs() *MetaServiceDropEdgeArgs
func (*MetaServiceDropEdgeArgs) GetReq ¶
func (p *MetaServiceDropEdgeArgs) GetReq() *DropEdgeReq
func (*MetaServiceDropEdgeArgs) IsSetReq ¶
func (p *MetaServiceDropEdgeArgs) IsSetReq() bool
func (*MetaServiceDropEdgeArgs) LogValue ¶
func (p *MetaServiceDropEdgeArgs) LogValue() slog.Value
func (*MetaServiceDropEdgeArgs) ReadField1 ¶
func (*MetaServiceDropEdgeArgs) String ¶
func (p *MetaServiceDropEdgeArgs) String() string
type MetaServiceDropEdgeIndexArgs ¶
type MetaServiceDropEdgeIndexArgs struct {
Req *DropEdgeIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropEdgeIndexArgs ¶
func NewMetaServiceDropEdgeIndexArgs() *MetaServiceDropEdgeIndexArgs
func (*MetaServiceDropEdgeIndexArgs) GetReq ¶
func (p *MetaServiceDropEdgeIndexArgs) GetReq() *DropEdgeIndexReq
func (*MetaServiceDropEdgeIndexArgs) IsSetReq ¶
func (p *MetaServiceDropEdgeIndexArgs) IsSetReq() bool
func (*MetaServiceDropEdgeIndexArgs) LogValue ¶
func (p *MetaServiceDropEdgeIndexArgs) LogValue() slog.Value
func (*MetaServiceDropEdgeIndexArgs) ReadField1 ¶
func (*MetaServiceDropEdgeIndexArgs) String ¶
func (p *MetaServiceDropEdgeIndexArgs) String() string
type MetaServiceDropEdgeIndexResult ¶
type MetaServiceDropEdgeIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropEdgeIndexResult ¶
func NewMetaServiceDropEdgeIndexResult() *MetaServiceDropEdgeIndexResult
func (*MetaServiceDropEdgeIndexResult) GetSuccess ¶
func (p *MetaServiceDropEdgeIndexResult) GetSuccess() *ExecResp
func (*MetaServiceDropEdgeIndexResult) IsSetSuccess ¶
func (p *MetaServiceDropEdgeIndexResult) IsSetSuccess() bool
func (*MetaServiceDropEdgeIndexResult) LogValue ¶
func (p *MetaServiceDropEdgeIndexResult) LogValue() slog.Value
func (*MetaServiceDropEdgeIndexResult) ReadField0 ¶
func (*MetaServiceDropEdgeIndexResult) String ¶
func (p *MetaServiceDropEdgeIndexResult) String() string
type MetaServiceDropEdgeResult ¶
type MetaServiceDropEdgeResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropEdgeResult ¶
func NewMetaServiceDropEdgeResult() *MetaServiceDropEdgeResult
func (*MetaServiceDropEdgeResult) GetSuccess ¶
func (p *MetaServiceDropEdgeResult) GetSuccess() *ExecResp
func (*MetaServiceDropEdgeResult) IsSetSuccess ¶
func (p *MetaServiceDropEdgeResult) IsSetSuccess() bool
func (*MetaServiceDropEdgeResult) LogValue ¶
func (p *MetaServiceDropEdgeResult) LogValue() slog.Value
func (*MetaServiceDropEdgeResult) ReadField0 ¶
func (*MetaServiceDropEdgeResult) String ¶
func (p *MetaServiceDropEdgeResult) String() string
type MetaServiceDropFTIndexArgs ¶
type MetaServiceDropFTIndexArgs struct {
Req *DropFTIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropFTIndexArgs ¶
func NewMetaServiceDropFTIndexArgs() *MetaServiceDropFTIndexArgs
func (*MetaServiceDropFTIndexArgs) GetReq ¶
func (p *MetaServiceDropFTIndexArgs) GetReq() *DropFTIndexReq
func (*MetaServiceDropFTIndexArgs) IsSetReq ¶
func (p *MetaServiceDropFTIndexArgs) IsSetReq() bool
func (*MetaServiceDropFTIndexArgs) LogValue ¶
func (p *MetaServiceDropFTIndexArgs) LogValue() slog.Value
func (*MetaServiceDropFTIndexArgs) ReadField1 ¶
func (*MetaServiceDropFTIndexArgs) String ¶
func (p *MetaServiceDropFTIndexArgs) String() string
type MetaServiceDropFTIndexResult ¶
type MetaServiceDropFTIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropFTIndexResult ¶
func NewMetaServiceDropFTIndexResult() *MetaServiceDropFTIndexResult
func (*MetaServiceDropFTIndexResult) GetSuccess ¶
func (p *MetaServiceDropFTIndexResult) GetSuccess() *ExecResp
func (*MetaServiceDropFTIndexResult) IsSetSuccess ¶
func (p *MetaServiceDropFTIndexResult) IsSetSuccess() bool
func (*MetaServiceDropFTIndexResult) LogValue ¶
func (p *MetaServiceDropFTIndexResult) LogValue() slog.Value
func (*MetaServiceDropFTIndexResult) ReadField0 ¶
func (*MetaServiceDropFTIndexResult) String ¶
func (p *MetaServiceDropFTIndexResult) String() string
type MetaServiceDropHostsArgs ¶
type MetaServiceDropHostsArgs struct {
Req *DropHostsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropHostsArgs ¶
func NewMetaServiceDropHostsArgs() *MetaServiceDropHostsArgs
func (*MetaServiceDropHostsArgs) GetReq ¶
func (p *MetaServiceDropHostsArgs) GetReq() *DropHostsReq
func (*MetaServiceDropHostsArgs) IsSetReq ¶
func (p *MetaServiceDropHostsArgs) IsSetReq() bool
func (*MetaServiceDropHostsArgs) LogValue ¶
func (p *MetaServiceDropHostsArgs) LogValue() slog.Value
func (*MetaServiceDropHostsArgs) ReadField1 ¶
func (*MetaServiceDropHostsArgs) String ¶
func (p *MetaServiceDropHostsArgs) String() string
type MetaServiceDropHostsResult ¶
type MetaServiceDropHostsResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropHostsResult ¶
func NewMetaServiceDropHostsResult() *MetaServiceDropHostsResult
func (*MetaServiceDropHostsResult) GetSuccess ¶
func (p *MetaServiceDropHostsResult) GetSuccess() *ExecResp
func (*MetaServiceDropHostsResult) IsSetSuccess ¶
func (p *MetaServiceDropHostsResult) IsSetSuccess() bool
func (*MetaServiceDropHostsResult) LogValue ¶
func (p *MetaServiceDropHostsResult) LogValue() slog.Value
func (*MetaServiceDropHostsResult) ReadField0 ¶
func (*MetaServiceDropHostsResult) String ¶
func (p *MetaServiceDropHostsResult) String() string
type MetaServiceDropSnapshotArgs ¶
type MetaServiceDropSnapshotArgs struct {
Req *DropSnapshotReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropSnapshotArgs ¶
func NewMetaServiceDropSnapshotArgs() *MetaServiceDropSnapshotArgs
func (*MetaServiceDropSnapshotArgs) GetReq ¶
func (p *MetaServiceDropSnapshotArgs) GetReq() *DropSnapshotReq
func (*MetaServiceDropSnapshotArgs) IsSetReq ¶
func (p *MetaServiceDropSnapshotArgs) IsSetReq() bool
func (*MetaServiceDropSnapshotArgs) LogValue ¶
func (p *MetaServiceDropSnapshotArgs) LogValue() slog.Value
func (*MetaServiceDropSnapshotArgs) ReadField1 ¶
func (*MetaServiceDropSnapshotArgs) String ¶
func (p *MetaServiceDropSnapshotArgs) String() string
type MetaServiceDropSnapshotResult ¶
type MetaServiceDropSnapshotResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropSnapshotResult ¶
func NewMetaServiceDropSnapshotResult() *MetaServiceDropSnapshotResult
func (*MetaServiceDropSnapshotResult) GetSuccess ¶
func (p *MetaServiceDropSnapshotResult) GetSuccess() *ExecResp
func (*MetaServiceDropSnapshotResult) IsSetSuccess ¶
func (p *MetaServiceDropSnapshotResult) IsSetSuccess() bool
func (*MetaServiceDropSnapshotResult) LogValue ¶
func (p *MetaServiceDropSnapshotResult) LogValue() slog.Value
func (*MetaServiceDropSnapshotResult) ReadField0 ¶
func (*MetaServiceDropSnapshotResult) String ¶
func (p *MetaServiceDropSnapshotResult) String() string
type MetaServiceDropSpaceArgs ¶
type MetaServiceDropSpaceArgs struct {
Req *DropSpaceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropSpaceArgs ¶
func NewMetaServiceDropSpaceArgs() *MetaServiceDropSpaceArgs
func (*MetaServiceDropSpaceArgs) GetReq ¶
func (p *MetaServiceDropSpaceArgs) GetReq() *DropSpaceReq
func (*MetaServiceDropSpaceArgs) IsSetReq ¶
func (p *MetaServiceDropSpaceArgs) IsSetReq() bool
func (*MetaServiceDropSpaceArgs) LogValue ¶
func (p *MetaServiceDropSpaceArgs) LogValue() slog.Value
func (*MetaServiceDropSpaceArgs) ReadField1 ¶
func (*MetaServiceDropSpaceArgs) String ¶
func (p *MetaServiceDropSpaceArgs) String() string
type MetaServiceDropSpaceResult ¶
type MetaServiceDropSpaceResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropSpaceResult ¶
func NewMetaServiceDropSpaceResult() *MetaServiceDropSpaceResult
func (*MetaServiceDropSpaceResult) GetSuccess ¶
func (p *MetaServiceDropSpaceResult) GetSuccess() *ExecResp
func (*MetaServiceDropSpaceResult) IsSetSuccess ¶
func (p *MetaServiceDropSpaceResult) IsSetSuccess() bool
func (*MetaServiceDropSpaceResult) LogValue ¶
func (p *MetaServiceDropSpaceResult) LogValue() slog.Value
func (*MetaServiceDropSpaceResult) ReadField0 ¶
func (*MetaServiceDropSpaceResult) String ¶
func (p *MetaServiceDropSpaceResult) String() string
type MetaServiceDropTagArgs ¶
type MetaServiceDropTagArgs struct {
Req *DropTagReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropTagArgs ¶
func NewMetaServiceDropTagArgs() *MetaServiceDropTagArgs
func (*MetaServiceDropTagArgs) GetReq ¶
func (p *MetaServiceDropTagArgs) GetReq() *DropTagReq
func (*MetaServiceDropTagArgs) IsSetReq ¶
func (p *MetaServiceDropTagArgs) IsSetReq() bool
func (*MetaServiceDropTagArgs) LogValue ¶
func (p *MetaServiceDropTagArgs) LogValue() slog.Value
func (*MetaServiceDropTagArgs) ReadField1 ¶
func (*MetaServiceDropTagArgs) String ¶
func (p *MetaServiceDropTagArgs) String() string
type MetaServiceDropTagIndexArgs ¶
type MetaServiceDropTagIndexArgs struct {
Req *DropTagIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropTagIndexArgs ¶
func NewMetaServiceDropTagIndexArgs() *MetaServiceDropTagIndexArgs
func (*MetaServiceDropTagIndexArgs) GetReq ¶
func (p *MetaServiceDropTagIndexArgs) GetReq() *DropTagIndexReq
func (*MetaServiceDropTagIndexArgs) IsSetReq ¶
func (p *MetaServiceDropTagIndexArgs) IsSetReq() bool
func (*MetaServiceDropTagIndexArgs) LogValue ¶
func (p *MetaServiceDropTagIndexArgs) LogValue() slog.Value
func (*MetaServiceDropTagIndexArgs) ReadField1 ¶
func (*MetaServiceDropTagIndexArgs) String ¶
func (p *MetaServiceDropTagIndexArgs) String() string
type MetaServiceDropTagIndexResult ¶
type MetaServiceDropTagIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropTagIndexResult ¶
func NewMetaServiceDropTagIndexResult() *MetaServiceDropTagIndexResult
func (*MetaServiceDropTagIndexResult) GetSuccess ¶
func (p *MetaServiceDropTagIndexResult) GetSuccess() *ExecResp
func (*MetaServiceDropTagIndexResult) IsSetSuccess ¶
func (p *MetaServiceDropTagIndexResult) IsSetSuccess() bool
func (*MetaServiceDropTagIndexResult) LogValue ¶
func (p *MetaServiceDropTagIndexResult) LogValue() slog.Value
func (*MetaServiceDropTagIndexResult) ReadField0 ¶
func (*MetaServiceDropTagIndexResult) String ¶
func (p *MetaServiceDropTagIndexResult) String() string
type MetaServiceDropTagResult ¶
type MetaServiceDropTagResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropTagResult ¶
func NewMetaServiceDropTagResult() *MetaServiceDropTagResult
func (*MetaServiceDropTagResult) GetSuccess ¶
func (p *MetaServiceDropTagResult) GetSuccess() *ExecResp
func (*MetaServiceDropTagResult) IsSetSuccess ¶
func (p *MetaServiceDropTagResult) IsSetSuccess() bool
func (*MetaServiceDropTagResult) LogValue ¶
func (p *MetaServiceDropTagResult) LogValue() slog.Value
func (*MetaServiceDropTagResult) ReadField0 ¶
func (*MetaServiceDropTagResult) String ¶
func (p *MetaServiceDropTagResult) String() string
type MetaServiceDropUserArgs ¶
type MetaServiceDropUserArgs struct {
Req *DropUserReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropUserArgs ¶
func NewMetaServiceDropUserArgs() *MetaServiceDropUserArgs
func (*MetaServiceDropUserArgs) GetReq ¶
func (p *MetaServiceDropUserArgs) GetReq() *DropUserReq
func (*MetaServiceDropUserArgs) IsSetReq ¶
func (p *MetaServiceDropUserArgs) IsSetReq() bool
func (*MetaServiceDropUserArgs) LogValue ¶
func (p *MetaServiceDropUserArgs) LogValue() slog.Value
func (*MetaServiceDropUserArgs) ReadField1 ¶
func (*MetaServiceDropUserArgs) String ¶
func (p *MetaServiceDropUserArgs) String() string
type MetaServiceDropUserResult ¶
type MetaServiceDropUserResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropUserResult ¶
func NewMetaServiceDropUserResult() *MetaServiceDropUserResult
func (*MetaServiceDropUserResult) GetSuccess ¶
func (p *MetaServiceDropUserResult) GetSuccess() *ExecResp
func (*MetaServiceDropUserResult) IsSetSuccess ¶
func (p *MetaServiceDropUserResult) IsSetSuccess() bool
func (*MetaServiceDropUserResult) LogValue ¶
func (p *MetaServiceDropUserResult) LogValue() slog.Value
func (*MetaServiceDropUserResult) ReadField0 ¶
func (*MetaServiceDropUserResult) String ¶
func (p *MetaServiceDropUserResult) String() string
type MetaServiceDropZoneArgs ¶
type MetaServiceDropZoneArgs struct {
Req *DropZoneReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceDropZoneArgs ¶
func NewMetaServiceDropZoneArgs() *MetaServiceDropZoneArgs
func (*MetaServiceDropZoneArgs) GetReq ¶
func (p *MetaServiceDropZoneArgs) GetReq() *DropZoneReq
func (*MetaServiceDropZoneArgs) IsSetReq ¶
func (p *MetaServiceDropZoneArgs) IsSetReq() bool
func (*MetaServiceDropZoneArgs) LogValue ¶
func (p *MetaServiceDropZoneArgs) LogValue() slog.Value
func (*MetaServiceDropZoneArgs) ReadField1 ¶
func (*MetaServiceDropZoneArgs) String ¶
func (p *MetaServiceDropZoneArgs) String() string
type MetaServiceDropZoneResult ¶
type MetaServiceDropZoneResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceDropZoneResult ¶
func NewMetaServiceDropZoneResult() *MetaServiceDropZoneResult
func (*MetaServiceDropZoneResult) GetSuccess ¶
func (p *MetaServiceDropZoneResult) GetSuccess() *ExecResp
func (*MetaServiceDropZoneResult) IsSetSuccess ¶
func (p *MetaServiceDropZoneResult) IsSetSuccess() bool
func (*MetaServiceDropZoneResult) LogValue ¶
func (p *MetaServiceDropZoneResult) LogValue() slog.Value
func (*MetaServiceDropZoneResult) ReadField0 ¶
func (*MetaServiceDropZoneResult) String ¶
func (p *MetaServiceDropZoneResult) String() string
type MetaServiceGetConfigArgs ¶
type MetaServiceGetConfigArgs struct {
Req *GetConfigReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetConfigArgs ¶
func NewMetaServiceGetConfigArgs() *MetaServiceGetConfigArgs
func (*MetaServiceGetConfigArgs) GetReq ¶
func (p *MetaServiceGetConfigArgs) GetReq() *GetConfigReq
func (*MetaServiceGetConfigArgs) IsSetReq ¶
func (p *MetaServiceGetConfigArgs) IsSetReq() bool
func (*MetaServiceGetConfigArgs) LogValue ¶
func (p *MetaServiceGetConfigArgs) LogValue() slog.Value
func (*MetaServiceGetConfigArgs) ReadField1 ¶
func (*MetaServiceGetConfigArgs) String ¶
func (p *MetaServiceGetConfigArgs) String() string
type MetaServiceGetConfigResult ¶
type MetaServiceGetConfigResult struct {
Success *GetConfigResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetConfigResult ¶
func NewMetaServiceGetConfigResult() *MetaServiceGetConfigResult
func (*MetaServiceGetConfigResult) GetSuccess ¶
func (p *MetaServiceGetConfigResult) GetSuccess() *GetConfigResp
func (*MetaServiceGetConfigResult) IsSetSuccess ¶
func (p *MetaServiceGetConfigResult) IsSetSuccess() bool
func (*MetaServiceGetConfigResult) LogValue ¶
func (p *MetaServiceGetConfigResult) LogValue() slog.Value
func (*MetaServiceGetConfigResult) ReadField0 ¶
func (*MetaServiceGetConfigResult) String ¶
func (p *MetaServiceGetConfigResult) String() string
type MetaServiceGetEdgeArgs ¶
type MetaServiceGetEdgeArgs struct {
Req *GetEdgeReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetEdgeArgs ¶
func NewMetaServiceGetEdgeArgs() *MetaServiceGetEdgeArgs
func (*MetaServiceGetEdgeArgs) GetReq ¶
func (p *MetaServiceGetEdgeArgs) GetReq() *GetEdgeReq
func (*MetaServiceGetEdgeArgs) IsSetReq ¶
func (p *MetaServiceGetEdgeArgs) IsSetReq() bool
func (*MetaServiceGetEdgeArgs) LogValue ¶
func (p *MetaServiceGetEdgeArgs) LogValue() slog.Value
func (*MetaServiceGetEdgeArgs) ReadField1 ¶
func (*MetaServiceGetEdgeArgs) String ¶
func (p *MetaServiceGetEdgeArgs) String() string
type MetaServiceGetEdgeIndexArgs ¶
type MetaServiceGetEdgeIndexArgs struct {
Req *GetEdgeIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetEdgeIndexArgs ¶
func NewMetaServiceGetEdgeIndexArgs() *MetaServiceGetEdgeIndexArgs
func (*MetaServiceGetEdgeIndexArgs) GetReq ¶
func (p *MetaServiceGetEdgeIndexArgs) GetReq() *GetEdgeIndexReq
func (*MetaServiceGetEdgeIndexArgs) IsSetReq ¶
func (p *MetaServiceGetEdgeIndexArgs) IsSetReq() bool
func (*MetaServiceGetEdgeIndexArgs) LogValue ¶
func (p *MetaServiceGetEdgeIndexArgs) LogValue() slog.Value
func (*MetaServiceGetEdgeIndexArgs) ReadField1 ¶
func (*MetaServiceGetEdgeIndexArgs) String ¶
func (p *MetaServiceGetEdgeIndexArgs) String() string
type MetaServiceGetEdgeIndexResult ¶
type MetaServiceGetEdgeIndexResult struct {
Success *GetEdgeIndexResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetEdgeIndexResult ¶
func NewMetaServiceGetEdgeIndexResult() *MetaServiceGetEdgeIndexResult
func (*MetaServiceGetEdgeIndexResult) GetSuccess ¶
func (p *MetaServiceGetEdgeIndexResult) GetSuccess() *GetEdgeIndexResp
func (*MetaServiceGetEdgeIndexResult) IsSetSuccess ¶
func (p *MetaServiceGetEdgeIndexResult) IsSetSuccess() bool
func (*MetaServiceGetEdgeIndexResult) LogValue ¶
func (p *MetaServiceGetEdgeIndexResult) LogValue() slog.Value
func (*MetaServiceGetEdgeIndexResult) ReadField0 ¶
func (*MetaServiceGetEdgeIndexResult) String ¶
func (p *MetaServiceGetEdgeIndexResult) String() string
type MetaServiceGetEdgeResult ¶
type MetaServiceGetEdgeResult struct {
Success *GetEdgeResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetEdgeResult ¶
func NewMetaServiceGetEdgeResult() *MetaServiceGetEdgeResult
func (*MetaServiceGetEdgeResult) GetSuccess ¶
func (p *MetaServiceGetEdgeResult) GetSuccess() *GetEdgeResp
func (*MetaServiceGetEdgeResult) IsSetSuccess ¶
func (p *MetaServiceGetEdgeResult) IsSetSuccess() bool
func (*MetaServiceGetEdgeResult) LogValue ¶
func (p *MetaServiceGetEdgeResult) LogValue() slog.Value
func (*MetaServiceGetEdgeResult) ReadField0 ¶
func (*MetaServiceGetEdgeResult) String ¶
func (p *MetaServiceGetEdgeResult) String() string
type MetaServiceGetMetaDirInfoArgs ¶
type MetaServiceGetMetaDirInfoArgs struct {
Req *GetMetaDirInfoReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetMetaDirInfoArgs ¶
func NewMetaServiceGetMetaDirInfoArgs() *MetaServiceGetMetaDirInfoArgs
func (*MetaServiceGetMetaDirInfoArgs) GetReq ¶
func (p *MetaServiceGetMetaDirInfoArgs) GetReq() *GetMetaDirInfoReq
func (*MetaServiceGetMetaDirInfoArgs) IsSetReq ¶
func (p *MetaServiceGetMetaDirInfoArgs) IsSetReq() bool
func (*MetaServiceGetMetaDirInfoArgs) LogValue ¶
func (p *MetaServiceGetMetaDirInfoArgs) LogValue() slog.Value
func (*MetaServiceGetMetaDirInfoArgs) ReadField1 ¶
func (*MetaServiceGetMetaDirInfoArgs) String ¶
func (p *MetaServiceGetMetaDirInfoArgs) String() string
type MetaServiceGetMetaDirInfoResult ¶
type MetaServiceGetMetaDirInfoResult struct {
Success *GetMetaDirInfoResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetMetaDirInfoResult ¶
func NewMetaServiceGetMetaDirInfoResult() *MetaServiceGetMetaDirInfoResult
func (*MetaServiceGetMetaDirInfoResult) GetSuccess ¶
func (p *MetaServiceGetMetaDirInfoResult) GetSuccess() *GetMetaDirInfoResp
func (*MetaServiceGetMetaDirInfoResult) IsSetSuccess ¶
func (p *MetaServiceGetMetaDirInfoResult) IsSetSuccess() bool
func (*MetaServiceGetMetaDirInfoResult) LogValue ¶
func (p *MetaServiceGetMetaDirInfoResult) LogValue() slog.Value
func (*MetaServiceGetMetaDirInfoResult) ReadField0 ¶
func (*MetaServiceGetMetaDirInfoResult) String ¶
func (p *MetaServiceGetMetaDirInfoResult) String() string
type MetaServiceGetPartsAllocArgs ¶
type MetaServiceGetPartsAllocArgs struct {
Req *GetPartsAllocReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetPartsAllocArgs ¶
func NewMetaServiceGetPartsAllocArgs() *MetaServiceGetPartsAllocArgs
func (*MetaServiceGetPartsAllocArgs) GetReq ¶
func (p *MetaServiceGetPartsAllocArgs) GetReq() *GetPartsAllocReq
func (*MetaServiceGetPartsAllocArgs) IsSetReq ¶
func (p *MetaServiceGetPartsAllocArgs) IsSetReq() bool
func (*MetaServiceGetPartsAllocArgs) LogValue ¶
func (p *MetaServiceGetPartsAllocArgs) LogValue() slog.Value
func (*MetaServiceGetPartsAllocArgs) ReadField1 ¶
func (*MetaServiceGetPartsAllocArgs) String ¶
func (p *MetaServiceGetPartsAllocArgs) String() string
type MetaServiceGetPartsAllocResult ¶
type MetaServiceGetPartsAllocResult struct {
Success *GetPartsAllocResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetPartsAllocResult ¶
func NewMetaServiceGetPartsAllocResult() *MetaServiceGetPartsAllocResult
func (*MetaServiceGetPartsAllocResult) GetSuccess ¶
func (p *MetaServiceGetPartsAllocResult) GetSuccess() *GetPartsAllocResp
func (*MetaServiceGetPartsAllocResult) IsSetSuccess ¶
func (p *MetaServiceGetPartsAllocResult) IsSetSuccess() bool
func (*MetaServiceGetPartsAllocResult) LogValue ¶
func (p *MetaServiceGetPartsAllocResult) LogValue() slog.Value
func (*MetaServiceGetPartsAllocResult) ReadField0 ¶
func (*MetaServiceGetPartsAllocResult) String ¶
func (p *MetaServiceGetPartsAllocResult) String() string
type MetaServiceGetSegmentIdArgs ¶
type MetaServiceGetSegmentIdArgs struct {
Req *GetSegmentIdReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetSegmentIdArgs ¶
func NewMetaServiceGetSegmentIdArgs() *MetaServiceGetSegmentIdArgs
func (*MetaServiceGetSegmentIdArgs) GetReq ¶
func (p *MetaServiceGetSegmentIdArgs) GetReq() *GetSegmentIdReq
func (*MetaServiceGetSegmentIdArgs) IsSetReq ¶
func (p *MetaServiceGetSegmentIdArgs) IsSetReq() bool
func (*MetaServiceGetSegmentIdArgs) LogValue ¶
func (p *MetaServiceGetSegmentIdArgs) LogValue() slog.Value
func (*MetaServiceGetSegmentIdArgs) ReadField1 ¶
func (*MetaServiceGetSegmentIdArgs) String ¶
func (p *MetaServiceGetSegmentIdArgs) String() string
type MetaServiceGetSegmentIdResult ¶
type MetaServiceGetSegmentIdResult struct {
Success *GetSegmentIdResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetSegmentIdResult ¶
func NewMetaServiceGetSegmentIdResult() *MetaServiceGetSegmentIdResult
func (*MetaServiceGetSegmentIdResult) GetSuccess ¶
func (p *MetaServiceGetSegmentIdResult) GetSuccess() *GetSegmentIdResp
func (*MetaServiceGetSegmentIdResult) IsSetSuccess ¶
func (p *MetaServiceGetSegmentIdResult) IsSetSuccess() bool
func (*MetaServiceGetSegmentIdResult) LogValue ¶
func (p *MetaServiceGetSegmentIdResult) LogValue() slog.Value
func (*MetaServiceGetSegmentIdResult) ReadField0 ¶
func (*MetaServiceGetSegmentIdResult) String ¶
func (p *MetaServiceGetSegmentIdResult) String() string
type MetaServiceGetSessionArgs ¶
type MetaServiceGetSessionArgs struct {
Req *GetSessionReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetSessionArgs ¶
func NewMetaServiceGetSessionArgs() *MetaServiceGetSessionArgs
func (*MetaServiceGetSessionArgs) GetReq ¶
func (p *MetaServiceGetSessionArgs) GetReq() *GetSessionReq
func (*MetaServiceGetSessionArgs) IsSetReq ¶
func (p *MetaServiceGetSessionArgs) IsSetReq() bool
func (*MetaServiceGetSessionArgs) LogValue ¶
func (p *MetaServiceGetSessionArgs) LogValue() slog.Value
func (*MetaServiceGetSessionArgs) ReadField1 ¶
func (*MetaServiceGetSessionArgs) String ¶
func (p *MetaServiceGetSessionArgs) String() string
type MetaServiceGetSessionResult ¶
type MetaServiceGetSessionResult struct {
Success *GetSessionResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetSessionResult ¶
func NewMetaServiceGetSessionResult() *MetaServiceGetSessionResult
func (*MetaServiceGetSessionResult) GetSuccess ¶
func (p *MetaServiceGetSessionResult) GetSuccess() *GetSessionResp
func (*MetaServiceGetSessionResult) IsSetSuccess ¶
func (p *MetaServiceGetSessionResult) IsSetSuccess() bool
func (*MetaServiceGetSessionResult) LogValue ¶
func (p *MetaServiceGetSessionResult) LogValue() slog.Value
func (*MetaServiceGetSessionResult) ReadField0 ¶
func (*MetaServiceGetSessionResult) String ¶
func (p *MetaServiceGetSessionResult) String() string
type MetaServiceGetSpaceArgs ¶
type MetaServiceGetSpaceArgs struct {
Req *GetSpaceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetSpaceArgs ¶
func NewMetaServiceGetSpaceArgs() *MetaServiceGetSpaceArgs
func (*MetaServiceGetSpaceArgs) GetReq ¶
func (p *MetaServiceGetSpaceArgs) GetReq() *GetSpaceReq
func (*MetaServiceGetSpaceArgs) IsSetReq ¶
func (p *MetaServiceGetSpaceArgs) IsSetReq() bool
func (*MetaServiceGetSpaceArgs) LogValue ¶
func (p *MetaServiceGetSpaceArgs) LogValue() slog.Value
func (*MetaServiceGetSpaceArgs) ReadField1 ¶
func (*MetaServiceGetSpaceArgs) String ¶
func (p *MetaServiceGetSpaceArgs) String() string
type MetaServiceGetSpaceResult ¶
type MetaServiceGetSpaceResult struct {
Success *GetSpaceResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetSpaceResult ¶
func NewMetaServiceGetSpaceResult() *MetaServiceGetSpaceResult
func (*MetaServiceGetSpaceResult) GetSuccess ¶
func (p *MetaServiceGetSpaceResult) GetSuccess() *GetSpaceResp
func (*MetaServiceGetSpaceResult) IsSetSuccess ¶
func (p *MetaServiceGetSpaceResult) IsSetSuccess() bool
func (*MetaServiceGetSpaceResult) LogValue ¶
func (p *MetaServiceGetSpaceResult) LogValue() slog.Value
func (*MetaServiceGetSpaceResult) ReadField0 ¶
func (*MetaServiceGetSpaceResult) String ¶
func (p *MetaServiceGetSpaceResult) String() string
type MetaServiceGetStatsArgs ¶
type MetaServiceGetStatsArgs struct {
Req *GetStatsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetStatsArgs ¶
func NewMetaServiceGetStatsArgs() *MetaServiceGetStatsArgs
func (*MetaServiceGetStatsArgs) GetReq ¶
func (p *MetaServiceGetStatsArgs) GetReq() *GetStatsReq
func (*MetaServiceGetStatsArgs) IsSetReq ¶
func (p *MetaServiceGetStatsArgs) IsSetReq() bool
func (*MetaServiceGetStatsArgs) LogValue ¶
func (p *MetaServiceGetStatsArgs) LogValue() slog.Value
func (*MetaServiceGetStatsArgs) ReadField1 ¶
func (*MetaServiceGetStatsArgs) String ¶
func (p *MetaServiceGetStatsArgs) String() string
type MetaServiceGetStatsResult ¶
type MetaServiceGetStatsResult struct {
Success *GetStatsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetStatsResult ¶
func NewMetaServiceGetStatsResult() *MetaServiceGetStatsResult
func (*MetaServiceGetStatsResult) GetSuccess ¶
func (p *MetaServiceGetStatsResult) GetSuccess() *GetStatsResp
func (*MetaServiceGetStatsResult) IsSetSuccess ¶
func (p *MetaServiceGetStatsResult) IsSetSuccess() bool
func (*MetaServiceGetStatsResult) LogValue ¶
func (p *MetaServiceGetStatsResult) LogValue() slog.Value
func (*MetaServiceGetStatsResult) ReadField0 ¶
func (*MetaServiceGetStatsResult) String ¶
func (p *MetaServiceGetStatsResult) String() string
type MetaServiceGetTagArgs ¶
type MetaServiceGetTagArgs struct {
Req *GetTagReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetTagArgs ¶
func NewMetaServiceGetTagArgs() *MetaServiceGetTagArgs
func (*MetaServiceGetTagArgs) GetReq ¶
func (p *MetaServiceGetTagArgs) GetReq() *GetTagReq
func (*MetaServiceGetTagArgs) IsSetReq ¶
func (p *MetaServiceGetTagArgs) IsSetReq() bool
func (*MetaServiceGetTagArgs) LogValue ¶
func (p *MetaServiceGetTagArgs) LogValue() slog.Value
func (*MetaServiceGetTagArgs) ReadField1 ¶
func (*MetaServiceGetTagArgs) String ¶
func (p *MetaServiceGetTagArgs) String() string
type MetaServiceGetTagIndexArgs ¶
type MetaServiceGetTagIndexArgs struct {
Req *GetTagIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetTagIndexArgs ¶
func NewMetaServiceGetTagIndexArgs() *MetaServiceGetTagIndexArgs
func (*MetaServiceGetTagIndexArgs) GetReq ¶
func (p *MetaServiceGetTagIndexArgs) GetReq() *GetTagIndexReq
func (*MetaServiceGetTagIndexArgs) IsSetReq ¶
func (p *MetaServiceGetTagIndexArgs) IsSetReq() bool
func (*MetaServiceGetTagIndexArgs) LogValue ¶
func (p *MetaServiceGetTagIndexArgs) LogValue() slog.Value
func (*MetaServiceGetTagIndexArgs) ReadField1 ¶
func (*MetaServiceGetTagIndexArgs) String ¶
func (p *MetaServiceGetTagIndexArgs) String() string
type MetaServiceGetTagIndexResult ¶
type MetaServiceGetTagIndexResult struct {
Success *GetTagIndexResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetTagIndexResult ¶
func NewMetaServiceGetTagIndexResult() *MetaServiceGetTagIndexResult
func (*MetaServiceGetTagIndexResult) GetSuccess ¶
func (p *MetaServiceGetTagIndexResult) GetSuccess() *GetTagIndexResp
func (*MetaServiceGetTagIndexResult) IsSetSuccess ¶
func (p *MetaServiceGetTagIndexResult) IsSetSuccess() bool
func (*MetaServiceGetTagIndexResult) LogValue ¶
func (p *MetaServiceGetTagIndexResult) LogValue() slog.Value
func (*MetaServiceGetTagIndexResult) ReadField0 ¶
func (*MetaServiceGetTagIndexResult) String ¶
func (p *MetaServiceGetTagIndexResult) String() string
type MetaServiceGetTagResult ¶
type MetaServiceGetTagResult struct {
Success *GetTagResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetTagResult ¶
func NewMetaServiceGetTagResult() *MetaServiceGetTagResult
func (*MetaServiceGetTagResult) GetSuccess ¶
func (p *MetaServiceGetTagResult) GetSuccess() *GetTagResp
func (*MetaServiceGetTagResult) IsSetSuccess ¶
func (p *MetaServiceGetTagResult) IsSetSuccess() bool
func (*MetaServiceGetTagResult) LogValue ¶
func (p *MetaServiceGetTagResult) LogValue() slog.Value
func (*MetaServiceGetTagResult) ReadField0 ¶
func (*MetaServiceGetTagResult) String ¶
func (p *MetaServiceGetTagResult) String() string
type MetaServiceGetUserRolesArgs ¶
type MetaServiceGetUserRolesArgs struct {
Req *GetUserRolesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetUserRolesArgs ¶
func NewMetaServiceGetUserRolesArgs() *MetaServiceGetUserRolesArgs
func (*MetaServiceGetUserRolesArgs) GetReq ¶
func (p *MetaServiceGetUserRolesArgs) GetReq() *GetUserRolesReq
func (*MetaServiceGetUserRolesArgs) IsSetReq ¶
func (p *MetaServiceGetUserRolesArgs) IsSetReq() bool
func (*MetaServiceGetUserRolesArgs) LogValue ¶
func (p *MetaServiceGetUserRolesArgs) LogValue() slog.Value
func (*MetaServiceGetUserRolesArgs) ReadField1 ¶
func (*MetaServiceGetUserRolesArgs) String ¶
func (p *MetaServiceGetUserRolesArgs) String() string
type MetaServiceGetUserRolesResult ¶
type MetaServiceGetUserRolesResult struct {
Success *ListRolesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetUserRolesResult ¶
func NewMetaServiceGetUserRolesResult() *MetaServiceGetUserRolesResult
func (*MetaServiceGetUserRolesResult) GetSuccess ¶
func (p *MetaServiceGetUserRolesResult) GetSuccess() *ListRolesResp
func (*MetaServiceGetUserRolesResult) IsSetSuccess ¶
func (p *MetaServiceGetUserRolesResult) IsSetSuccess() bool
func (*MetaServiceGetUserRolesResult) LogValue ¶
func (p *MetaServiceGetUserRolesResult) LogValue() slog.Value
func (*MetaServiceGetUserRolesResult) ReadField0 ¶
func (*MetaServiceGetUserRolesResult) String ¶
func (p *MetaServiceGetUserRolesResult) String() string
type MetaServiceGetWorkerIdArgs ¶
type MetaServiceGetWorkerIdArgs struct {
Req *GetWorkerIdReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetWorkerIdArgs ¶
func NewMetaServiceGetWorkerIdArgs() *MetaServiceGetWorkerIdArgs
func (*MetaServiceGetWorkerIdArgs) GetReq ¶
func (p *MetaServiceGetWorkerIdArgs) GetReq() *GetWorkerIdReq
func (*MetaServiceGetWorkerIdArgs) IsSetReq ¶
func (p *MetaServiceGetWorkerIdArgs) IsSetReq() bool
func (*MetaServiceGetWorkerIdArgs) LogValue ¶
func (p *MetaServiceGetWorkerIdArgs) LogValue() slog.Value
func (*MetaServiceGetWorkerIdArgs) ReadField1 ¶
func (*MetaServiceGetWorkerIdArgs) String ¶
func (p *MetaServiceGetWorkerIdArgs) String() string
type MetaServiceGetWorkerIdResult ¶
type MetaServiceGetWorkerIdResult struct {
Success *GetWorkerIdResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetWorkerIdResult ¶
func NewMetaServiceGetWorkerIdResult() *MetaServiceGetWorkerIdResult
func (*MetaServiceGetWorkerIdResult) GetSuccess ¶
func (p *MetaServiceGetWorkerIdResult) GetSuccess() *GetWorkerIdResp
func (*MetaServiceGetWorkerIdResult) IsSetSuccess ¶
func (p *MetaServiceGetWorkerIdResult) IsSetSuccess() bool
func (*MetaServiceGetWorkerIdResult) LogValue ¶
func (p *MetaServiceGetWorkerIdResult) LogValue() slog.Value
func (*MetaServiceGetWorkerIdResult) ReadField0 ¶
func (*MetaServiceGetWorkerIdResult) String ¶
func (p *MetaServiceGetWorkerIdResult) String() string
type MetaServiceGetZoneArgs ¶
type MetaServiceGetZoneArgs struct {
Req *GetZoneReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGetZoneArgs ¶
func NewMetaServiceGetZoneArgs() *MetaServiceGetZoneArgs
func (*MetaServiceGetZoneArgs) GetReq ¶
func (p *MetaServiceGetZoneArgs) GetReq() *GetZoneReq
func (*MetaServiceGetZoneArgs) IsSetReq ¶
func (p *MetaServiceGetZoneArgs) IsSetReq() bool
func (*MetaServiceGetZoneArgs) LogValue ¶
func (p *MetaServiceGetZoneArgs) LogValue() slog.Value
func (*MetaServiceGetZoneArgs) ReadField1 ¶
func (*MetaServiceGetZoneArgs) String ¶
func (p *MetaServiceGetZoneArgs) String() string
type MetaServiceGetZoneResult ¶
type MetaServiceGetZoneResult struct {
Success *GetZoneResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGetZoneResult ¶
func NewMetaServiceGetZoneResult() *MetaServiceGetZoneResult
func (*MetaServiceGetZoneResult) GetSuccess ¶
func (p *MetaServiceGetZoneResult) GetSuccess() *GetZoneResp
func (*MetaServiceGetZoneResult) IsSetSuccess ¶
func (p *MetaServiceGetZoneResult) IsSetSuccess() bool
func (*MetaServiceGetZoneResult) LogValue ¶
func (p *MetaServiceGetZoneResult) LogValue() slog.Value
func (*MetaServiceGetZoneResult) ReadField0 ¶
func (*MetaServiceGetZoneResult) String ¶
func (p *MetaServiceGetZoneResult) String() string
type MetaServiceGrantRoleArgs ¶
type MetaServiceGrantRoleArgs struct {
Req *GrantRoleReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceGrantRoleArgs ¶
func NewMetaServiceGrantRoleArgs() *MetaServiceGrantRoleArgs
func (*MetaServiceGrantRoleArgs) GetReq ¶
func (p *MetaServiceGrantRoleArgs) GetReq() *GrantRoleReq
func (*MetaServiceGrantRoleArgs) IsSetReq ¶
func (p *MetaServiceGrantRoleArgs) IsSetReq() bool
func (*MetaServiceGrantRoleArgs) LogValue ¶
func (p *MetaServiceGrantRoleArgs) LogValue() slog.Value
func (*MetaServiceGrantRoleArgs) ReadField1 ¶
func (*MetaServiceGrantRoleArgs) String ¶
func (p *MetaServiceGrantRoleArgs) String() string
type MetaServiceGrantRoleResult ¶
type MetaServiceGrantRoleResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceGrantRoleResult ¶
func NewMetaServiceGrantRoleResult() *MetaServiceGrantRoleResult
func (*MetaServiceGrantRoleResult) GetSuccess ¶
func (p *MetaServiceGrantRoleResult) GetSuccess() *ExecResp
func (*MetaServiceGrantRoleResult) IsSetSuccess ¶
func (p *MetaServiceGrantRoleResult) IsSetSuccess() bool
func (*MetaServiceGrantRoleResult) LogValue ¶
func (p *MetaServiceGrantRoleResult) LogValue() slog.Value
func (*MetaServiceGrantRoleResult) ReadField0 ¶
func (*MetaServiceGrantRoleResult) String ¶
func (p *MetaServiceGrantRoleResult) String() string
type MetaServiceHeartBeatArgs ¶
type MetaServiceHeartBeatArgs struct {
Req *HBReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceHeartBeatArgs ¶
func NewMetaServiceHeartBeatArgs() *MetaServiceHeartBeatArgs
func (*MetaServiceHeartBeatArgs) GetReq ¶
func (p *MetaServiceHeartBeatArgs) GetReq() *HBReq
func (*MetaServiceHeartBeatArgs) IsSetReq ¶
func (p *MetaServiceHeartBeatArgs) IsSetReq() bool
func (*MetaServiceHeartBeatArgs) LogValue ¶
func (p *MetaServiceHeartBeatArgs) LogValue() slog.Value
func (*MetaServiceHeartBeatArgs) ReadField1 ¶
func (*MetaServiceHeartBeatArgs) String ¶
func (p *MetaServiceHeartBeatArgs) String() string
type MetaServiceHeartBeatResult ¶
type MetaServiceHeartBeatResult struct {
Success *HBResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceHeartBeatResult ¶
func NewMetaServiceHeartBeatResult() *MetaServiceHeartBeatResult
func (*MetaServiceHeartBeatResult) GetSuccess ¶
func (p *MetaServiceHeartBeatResult) GetSuccess() *HBResp
func (*MetaServiceHeartBeatResult) IsSetSuccess ¶
func (p *MetaServiceHeartBeatResult) IsSetSuccess() bool
func (*MetaServiceHeartBeatResult) LogValue ¶
func (p *MetaServiceHeartBeatResult) LogValue() slog.Value
func (*MetaServiceHeartBeatResult) ReadField0 ¶
func (*MetaServiceHeartBeatResult) String ¶
func (p *MetaServiceHeartBeatResult) String() string
type MetaServiceKillQueryArgs ¶
type MetaServiceKillQueryArgs struct {
Req *KillQueryReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceKillQueryArgs ¶
func NewMetaServiceKillQueryArgs() *MetaServiceKillQueryArgs
func (*MetaServiceKillQueryArgs) GetReq ¶
func (p *MetaServiceKillQueryArgs) GetReq() *KillQueryReq
func (*MetaServiceKillQueryArgs) IsSetReq ¶
func (p *MetaServiceKillQueryArgs) IsSetReq() bool
func (*MetaServiceKillQueryArgs) LogValue ¶
func (p *MetaServiceKillQueryArgs) LogValue() slog.Value
func (*MetaServiceKillQueryArgs) ReadField1 ¶
func (*MetaServiceKillQueryArgs) String ¶
func (p *MetaServiceKillQueryArgs) String() string
type MetaServiceKillQueryResult ¶
type MetaServiceKillQueryResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceKillQueryResult ¶
func NewMetaServiceKillQueryResult() *MetaServiceKillQueryResult
func (*MetaServiceKillQueryResult) GetSuccess ¶
func (p *MetaServiceKillQueryResult) GetSuccess() *ExecResp
func (*MetaServiceKillQueryResult) IsSetSuccess ¶
func (p *MetaServiceKillQueryResult) IsSetSuccess() bool
func (*MetaServiceKillQueryResult) LogValue ¶
func (p *MetaServiceKillQueryResult) LogValue() slog.Value
func (*MetaServiceKillQueryResult) ReadField0 ¶
func (*MetaServiceKillQueryResult) String ¶
func (p *MetaServiceKillQueryResult) String() string
type MetaServiceListClusterArgs ¶
type MetaServiceListClusterArgs struct {
Req *ListClusterInfoReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListClusterArgs ¶
func NewMetaServiceListClusterArgs() *MetaServiceListClusterArgs
func (*MetaServiceListClusterArgs) GetReq ¶
func (p *MetaServiceListClusterArgs) GetReq() *ListClusterInfoReq
func (*MetaServiceListClusterArgs) IsSetReq ¶
func (p *MetaServiceListClusterArgs) IsSetReq() bool
func (*MetaServiceListClusterArgs) LogValue ¶
func (p *MetaServiceListClusterArgs) LogValue() slog.Value
func (*MetaServiceListClusterArgs) ReadField1 ¶
func (*MetaServiceListClusterArgs) String ¶
func (p *MetaServiceListClusterArgs) String() string
type MetaServiceListClusterResult ¶
type MetaServiceListClusterResult struct {
Success *ListClusterInfoResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListClusterResult ¶
func NewMetaServiceListClusterResult() *MetaServiceListClusterResult
func (*MetaServiceListClusterResult) GetSuccess ¶
func (p *MetaServiceListClusterResult) GetSuccess() *ListClusterInfoResp
func (*MetaServiceListClusterResult) IsSetSuccess ¶
func (p *MetaServiceListClusterResult) IsSetSuccess() bool
func (*MetaServiceListClusterResult) LogValue ¶
func (p *MetaServiceListClusterResult) LogValue() slog.Value
func (*MetaServiceListClusterResult) ReadField0 ¶
func (*MetaServiceListClusterResult) String ¶
func (p *MetaServiceListClusterResult) String() string
type MetaServiceListConfigsArgs ¶
type MetaServiceListConfigsArgs struct {
Req *ListConfigsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListConfigsArgs ¶
func NewMetaServiceListConfigsArgs() *MetaServiceListConfigsArgs
func (*MetaServiceListConfigsArgs) GetReq ¶
func (p *MetaServiceListConfigsArgs) GetReq() *ListConfigsReq
func (*MetaServiceListConfigsArgs) IsSetReq ¶
func (p *MetaServiceListConfigsArgs) IsSetReq() bool
func (*MetaServiceListConfigsArgs) LogValue ¶
func (p *MetaServiceListConfigsArgs) LogValue() slog.Value
func (*MetaServiceListConfigsArgs) ReadField1 ¶
func (*MetaServiceListConfigsArgs) String ¶
func (p *MetaServiceListConfigsArgs) String() string
type MetaServiceListConfigsResult ¶
type MetaServiceListConfigsResult struct {
Success *ListConfigsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListConfigsResult ¶
func NewMetaServiceListConfigsResult() *MetaServiceListConfigsResult
func (*MetaServiceListConfigsResult) GetSuccess ¶
func (p *MetaServiceListConfigsResult) GetSuccess() *ListConfigsResp
func (*MetaServiceListConfigsResult) IsSetSuccess ¶
func (p *MetaServiceListConfigsResult) IsSetSuccess() bool
func (*MetaServiceListConfigsResult) LogValue ¶
func (p *MetaServiceListConfigsResult) LogValue() slog.Value
func (*MetaServiceListConfigsResult) ReadField0 ¶
func (*MetaServiceListConfigsResult) String ¶
func (p *MetaServiceListConfigsResult) String() string
type MetaServiceListEdgeIndexStatusArgs ¶
type MetaServiceListEdgeIndexStatusArgs struct {
Req *ListIndexStatusReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListEdgeIndexStatusArgs ¶
func NewMetaServiceListEdgeIndexStatusArgs() *MetaServiceListEdgeIndexStatusArgs
func (*MetaServiceListEdgeIndexStatusArgs) GetReq ¶
func (p *MetaServiceListEdgeIndexStatusArgs) GetReq() *ListIndexStatusReq
func (*MetaServiceListEdgeIndexStatusArgs) IsSetReq ¶
func (p *MetaServiceListEdgeIndexStatusArgs) IsSetReq() bool
func (*MetaServiceListEdgeIndexStatusArgs) LogValue ¶
func (p *MetaServiceListEdgeIndexStatusArgs) LogValue() slog.Value
func (*MetaServiceListEdgeIndexStatusArgs) ReadField1 ¶
func (*MetaServiceListEdgeIndexStatusArgs) String ¶
func (p *MetaServiceListEdgeIndexStatusArgs) String() string
type MetaServiceListEdgeIndexStatusResult ¶
type MetaServiceListEdgeIndexStatusResult struct {
Success *ListIndexStatusResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListEdgeIndexStatusResult ¶
func NewMetaServiceListEdgeIndexStatusResult() *MetaServiceListEdgeIndexStatusResult
func (*MetaServiceListEdgeIndexStatusResult) GetSuccess ¶
func (p *MetaServiceListEdgeIndexStatusResult) GetSuccess() *ListIndexStatusResp
func (*MetaServiceListEdgeIndexStatusResult) IsSetSuccess ¶
func (p *MetaServiceListEdgeIndexStatusResult) IsSetSuccess() bool
func (*MetaServiceListEdgeIndexStatusResult) LogValue ¶
func (p *MetaServiceListEdgeIndexStatusResult) LogValue() slog.Value
func (*MetaServiceListEdgeIndexStatusResult) ReadField0 ¶
func (*MetaServiceListEdgeIndexStatusResult) String ¶
func (p *MetaServiceListEdgeIndexStatusResult) String() string
type MetaServiceListEdgeIndexesArgs ¶
type MetaServiceListEdgeIndexesArgs struct {
Req *ListEdgeIndexesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListEdgeIndexesArgs ¶
func NewMetaServiceListEdgeIndexesArgs() *MetaServiceListEdgeIndexesArgs
func (*MetaServiceListEdgeIndexesArgs) GetReq ¶
func (p *MetaServiceListEdgeIndexesArgs) GetReq() *ListEdgeIndexesReq
func (*MetaServiceListEdgeIndexesArgs) IsSetReq ¶
func (p *MetaServiceListEdgeIndexesArgs) IsSetReq() bool
func (*MetaServiceListEdgeIndexesArgs) LogValue ¶
func (p *MetaServiceListEdgeIndexesArgs) LogValue() slog.Value
func (*MetaServiceListEdgeIndexesArgs) ReadField1 ¶
func (*MetaServiceListEdgeIndexesArgs) String ¶
func (p *MetaServiceListEdgeIndexesArgs) String() string
type MetaServiceListEdgeIndexesResult ¶
type MetaServiceListEdgeIndexesResult struct {
Success *ListEdgeIndexesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListEdgeIndexesResult ¶
func NewMetaServiceListEdgeIndexesResult() *MetaServiceListEdgeIndexesResult
func (*MetaServiceListEdgeIndexesResult) GetSuccess ¶
func (p *MetaServiceListEdgeIndexesResult) GetSuccess() *ListEdgeIndexesResp
func (*MetaServiceListEdgeIndexesResult) IsSetSuccess ¶
func (p *MetaServiceListEdgeIndexesResult) IsSetSuccess() bool
func (*MetaServiceListEdgeIndexesResult) LogValue ¶
func (p *MetaServiceListEdgeIndexesResult) LogValue() slog.Value
func (*MetaServiceListEdgeIndexesResult) ReadField0 ¶
func (*MetaServiceListEdgeIndexesResult) String ¶
func (p *MetaServiceListEdgeIndexesResult) String() string
type MetaServiceListEdgesArgs ¶
type MetaServiceListEdgesArgs struct {
Req *ListEdgesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListEdgesArgs ¶
func NewMetaServiceListEdgesArgs() *MetaServiceListEdgesArgs
func (*MetaServiceListEdgesArgs) GetReq ¶
func (p *MetaServiceListEdgesArgs) GetReq() *ListEdgesReq
func (*MetaServiceListEdgesArgs) IsSetReq ¶
func (p *MetaServiceListEdgesArgs) IsSetReq() bool
func (*MetaServiceListEdgesArgs) LogValue ¶
func (p *MetaServiceListEdgesArgs) LogValue() slog.Value
func (*MetaServiceListEdgesArgs) ReadField1 ¶
func (*MetaServiceListEdgesArgs) String ¶
func (p *MetaServiceListEdgesArgs) String() string
type MetaServiceListEdgesResult ¶
type MetaServiceListEdgesResult struct {
Success *ListEdgesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListEdgesResult ¶
func NewMetaServiceListEdgesResult() *MetaServiceListEdgesResult
func (*MetaServiceListEdgesResult) GetSuccess ¶
func (p *MetaServiceListEdgesResult) GetSuccess() *ListEdgesResp
func (*MetaServiceListEdgesResult) IsSetSuccess ¶
func (p *MetaServiceListEdgesResult) IsSetSuccess() bool
func (*MetaServiceListEdgesResult) LogValue ¶
func (p *MetaServiceListEdgesResult) LogValue() slog.Value
func (*MetaServiceListEdgesResult) ReadField0 ¶
func (*MetaServiceListEdgesResult) String ¶
func (p *MetaServiceListEdgesResult) String() string
type MetaServiceListFTIndexesArgs ¶
type MetaServiceListFTIndexesArgs struct {
Req *ListFTIndexesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListFTIndexesArgs ¶
func NewMetaServiceListFTIndexesArgs() *MetaServiceListFTIndexesArgs
func (*MetaServiceListFTIndexesArgs) GetReq ¶
func (p *MetaServiceListFTIndexesArgs) GetReq() *ListFTIndexesReq
func (*MetaServiceListFTIndexesArgs) IsSetReq ¶
func (p *MetaServiceListFTIndexesArgs) IsSetReq() bool
func (*MetaServiceListFTIndexesArgs) LogValue ¶
func (p *MetaServiceListFTIndexesArgs) LogValue() slog.Value
func (*MetaServiceListFTIndexesArgs) ReadField1 ¶
func (*MetaServiceListFTIndexesArgs) String ¶
func (p *MetaServiceListFTIndexesArgs) String() string
type MetaServiceListFTIndexesResult ¶
type MetaServiceListFTIndexesResult struct {
Success *ListFTIndexesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListFTIndexesResult ¶
func NewMetaServiceListFTIndexesResult() *MetaServiceListFTIndexesResult
func (*MetaServiceListFTIndexesResult) GetSuccess ¶
func (p *MetaServiceListFTIndexesResult) GetSuccess() *ListFTIndexesResp
func (*MetaServiceListFTIndexesResult) IsSetSuccess ¶
func (p *MetaServiceListFTIndexesResult) IsSetSuccess() bool
func (*MetaServiceListFTIndexesResult) LogValue ¶
func (p *MetaServiceListFTIndexesResult) LogValue() slog.Value
func (*MetaServiceListFTIndexesResult) ReadField0 ¶
func (*MetaServiceListFTIndexesResult) String ¶
func (p *MetaServiceListFTIndexesResult) String() string
type MetaServiceListHostsArgs ¶
type MetaServiceListHostsArgs struct {
Req *ListHostsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListHostsArgs ¶
func NewMetaServiceListHostsArgs() *MetaServiceListHostsArgs
func (*MetaServiceListHostsArgs) GetReq ¶
func (p *MetaServiceListHostsArgs) GetReq() *ListHostsReq
func (*MetaServiceListHostsArgs) IsSetReq ¶
func (p *MetaServiceListHostsArgs) IsSetReq() bool
func (*MetaServiceListHostsArgs) LogValue ¶
func (p *MetaServiceListHostsArgs) LogValue() slog.Value
func (*MetaServiceListHostsArgs) ReadField1 ¶
func (*MetaServiceListHostsArgs) String ¶
func (p *MetaServiceListHostsArgs) String() string
type MetaServiceListHostsResult ¶
type MetaServiceListHostsResult struct {
Success *ListHostsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListHostsResult ¶
func NewMetaServiceListHostsResult() *MetaServiceListHostsResult
func (*MetaServiceListHostsResult) GetSuccess ¶
func (p *MetaServiceListHostsResult) GetSuccess() *ListHostsResp
func (*MetaServiceListHostsResult) IsSetSuccess ¶
func (p *MetaServiceListHostsResult) IsSetSuccess() bool
func (*MetaServiceListHostsResult) LogValue ¶
func (p *MetaServiceListHostsResult) LogValue() slog.Value
func (*MetaServiceListHostsResult) ReadField0 ¶
func (*MetaServiceListHostsResult) String ¶
func (p *MetaServiceListHostsResult) String() string
type MetaServiceListListenerArgs ¶
type MetaServiceListListenerArgs struct {
Req *ListListenerReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListListenerArgs ¶
func NewMetaServiceListListenerArgs() *MetaServiceListListenerArgs
func (*MetaServiceListListenerArgs) GetReq ¶
func (p *MetaServiceListListenerArgs) GetReq() *ListListenerReq
func (*MetaServiceListListenerArgs) IsSetReq ¶
func (p *MetaServiceListListenerArgs) IsSetReq() bool
func (*MetaServiceListListenerArgs) LogValue ¶
func (p *MetaServiceListListenerArgs) LogValue() slog.Value
func (*MetaServiceListListenerArgs) ReadField1 ¶
func (*MetaServiceListListenerArgs) String ¶
func (p *MetaServiceListListenerArgs) String() string
type MetaServiceListListenerResult ¶
type MetaServiceListListenerResult struct {
Success *ListListenerResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListListenerResult ¶
func NewMetaServiceListListenerResult() *MetaServiceListListenerResult
func (*MetaServiceListListenerResult) GetSuccess ¶
func (p *MetaServiceListListenerResult) GetSuccess() *ListListenerResp
func (*MetaServiceListListenerResult) IsSetSuccess ¶
func (p *MetaServiceListListenerResult) IsSetSuccess() bool
func (*MetaServiceListListenerResult) LogValue ¶
func (p *MetaServiceListListenerResult) LogValue() slog.Value
func (*MetaServiceListListenerResult) ReadField0 ¶
func (*MetaServiceListListenerResult) String ¶
func (p *MetaServiceListListenerResult) String() string
type MetaServiceListPartsArgs ¶
type MetaServiceListPartsArgs struct {
Req *ListPartsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListPartsArgs ¶
func NewMetaServiceListPartsArgs() *MetaServiceListPartsArgs
func (*MetaServiceListPartsArgs) GetReq ¶
func (p *MetaServiceListPartsArgs) GetReq() *ListPartsReq
func (*MetaServiceListPartsArgs) IsSetReq ¶
func (p *MetaServiceListPartsArgs) IsSetReq() bool
func (*MetaServiceListPartsArgs) LogValue ¶
func (p *MetaServiceListPartsArgs) LogValue() slog.Value
func (*MetaServiceListPartsArgs) ReadField1 ¶
func (*MetaServiceListPartsArgs) String ¶
func (p *MetaServiceListPartsArgs) String() string
type MetaServiceListPartsResult ¶
type MetaServiceListPartsResult struct {
Success *ListPartsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListPartsResult ¶
func NewMetaServiceListPartsResult() *MetaServiceListPartsResult
func (*MetaServiceListPartsResult) GetSuccess ¶
func (p *MetaServiceListPartsResult) GetSuccess() *ListPartsResp
func (*MetaServiceListPartsResult) IsSetSuccess ¶
func (p *MetaServiceListPartsResult) IsSetSuccess() bool
func (*MetaServiceListPartsResult) LogValue ¶
func (p *MetaServiceListPartsResult) LogValue() slog.Value
func (*MetaServiceListPartsResult) ReadField0 ¶
func (*MetaServiceListPartsResult) String ¶
func (p *MetaServiceListPartsResult) String() string
type MetaServiceListRolesArgs ¶
type MetaServiceListRolesArgs struct {
Req *ListRolesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListRolesArgs ¶
func NewMetaServiceListRolesArgs() *MetaServiceListRolesArgs
func (*MetaServiceListRolesArgs) GetReq ¶
func (p *MetaServiceListRolesArgs) GetReq() *ListRolesReq
func (*MetaServiceListRolesArgs) IsSetReq ¶
func (p *MetaServiceListRolesArgs) IsSetReq() bool
func (*MetaServiceListRolesArgs) LogValue ¶
func (p *MetaServiceListRolesArgs) LogValue() slog.Value
func (*MetaServiceListRolesArgs) ReadField1 ¶
func (*MetaServiceListRolesArgs) String ¶
func (p *MetaServiceListRolesArgs) String() string
type MetaServiceListRolesResult ¶
type MetaServiceListRolesResult struct {
Success *ListRolesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListRolesResult ¶
func NewMetaServiceListRolesResult() *MetaServiceListRolesResult
func (*MetaServiceListRolesResult) GetSuccess ¶
func (p *MetaServiceListRolesResult) GetSuccess() *ListRolesResp
func (*MetaServiceListRolesResult) IsSetSuccess ¶
func (p *MetaServiceListRolesResult) IsSetSuccess() bool
func (*MetaServiceListRolesResult) LogValue ¶
func (p *MetaServiceListRolesResult) LogValue() slog.Value
func (*MetaServiceListRolesResult) ReadField0 ¶
func (*MetaServiceListRolesResult) String ¶
func (p *MetaServiceListRolesResult) String() string
type MetaServiceListServiceClientsArgs ¶
type MetaServiceListServiceClientsArgs struct {
Req *ListServiceClientsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListServiceClientsArgs ¶
func NewMetaServiceListServiceClientsArgs() *MetaServiceListServiceClientsArgs
func (*MetaServiceListServiceClientsArgs) GetReq ¶
func (p *MetaServiceListServiceClientsArgs) GetReq() *ListServiceClientsReq
func (*MetaServiceListServiceClientsArgs) IsSetReq ¶
func (p *MetaServiceListServiceClientsArgs) IsSetReq() bool
func (*MetaServiceListServiceClientsArgs) LogValue ¶
func (p *MetaServiceListServiceClientsArgs) LogValue() slog.Value
func (*MetaServiceListServiceClientsArgs) ReadField1 ¶
func (*MetaServiceListServiceClientsArgs) String ¶
func (p *MetaServiceListServiceClientsArgs) String() string
type MetaServiceListServiceClientsResult ¶
type MetaServiceListServiceClientsResult struct {
Success *ListServiceClientsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListServiceClientsResult ¶
func NewMetaServiceListServiceClientsResult() *MetaServiceListServiceClientsResult
func (*MetaServiceListServiceClientsResult) GetSuccess ¶
func (p *MetaServiceListServiceClientsResult) GetSuccess() *ListServiceClientsResp
func (*MetaServiceListServiceClientsResult) IsSetSuccess ¶
func (p *MetaServiceListServiceClientsResult) IsSetSuccess() bool
func (*MetaServiceListServiceClientsResult) LogValue ¶
func (p *MetaServiceListServiceClientsResult) LogValue() slog.Value
func (*MetaServiceListServiceClientsResult) ReadField0 ¶
func (*MetaServiceListServiceClientsResult) String ¶
func (p *MetaServiceListServiceClientsResult) String() string
type MetaServiceListSessionsArgs ¶
type MetaServiceListSessionsArgs struct {
Req *ListSessionsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListSessionsArgs ¶
func NewMetaServiceListSessionsArgs() *MetaServiceListSessionsArgs
func (*MetaServiceListSessionsArgs) GetReq ¶
func (p *MetaServiceListSessionsArgs) GetReq() *ListSessionsReq
func (*MetaServiceListSessionsArgs) IsSetReq ¶
func (p *MetaServiceListSessionsArgs) IsSetReq() bool
func (*MetaServiceListSessionsArgs) LogValue ¶
func (p *MetaServiceListSessionsArgs) LogValue() slog.Value
func (*MetaServiceListSessionsArgs) ReadField1 ¶
func (*MetaServiceListSessionsArgs) String ¶
func (p *MetaServiceListSessionsArgs) String() string
type MetaServiceListSessionsResult ¶
type MetaServiceListSessionsResult struct {
Success *ListSessionsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListSessionsResult ¶
func NewMetaServiceListSessionsResult() *MetaServiceListSessionsResult
func (*MetaServiceListSessionsResult) GetSuccess ¶
func (p *MetaServiceListSessionsResult) GetSuccess() *ListSessionsResp
func (*MetaServiceListSessionsResult) IsSetSuccess ¶
func (p *MetaServiceListSessionsResult) IsSetSuccess() bool
func (*MetaServiceListSessionsResult) LogValue ¶
func (p *MetaServiceListSessionsResult) LogValue() slog.Value
func (*MetaServiceListSessionsResult) ReadField0 ¶
func (*MetaServiceListSessionsResult) String ¶
func (p *MetaServiceListSessionsResult) String() string
type MetaServiceListSnapshotsArgs ¶
type MetaServiceListSnapshotsArgs struct {
Req *ListSnapshotsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListSnapshotsArgs ¶
func NewMetaServiceListSnapshotsArgs() *MetaServiceListSnapshotsArgs
func (*MetaServiceListSnapshotsArgs) GetReq ¶
func (p *MetaServiceListSnapshotsArgs) GetReq() *ListSnapshotsReq
func (*MetaServiceListSnapshotsArgs) IsSetReq ¶
func (p *MetaServiceListSnapshotsArgs) IsSetReq() bool
func (*MetaServiceListSnapshotsArgs) LogValue ¶
func (p *MetaServiceListSnapshotsArgs) LogValue() slog.Value
func (*MetaServiceListSnapshotsArgs) ReadField1 ¶
func (*MetaServiceListSnapshotsArgs) String ¶
func (p *MetaServiceListSnapshotsArgs) String() string
type MetaServiceListSnapshotsResult ¶
type MetaServiceListSnapshotsResult struct {
Success *ListSnapshotsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListSnapshotsResult ¶
func NewMetaServiceListSnapshotsResult() *MetaServiceListSnapshotsResult
func (*MetaServiceListSnapshotsResult) GetSuccess ¶
func (p *MetaServiceListSnapshotsResult) GetSuccess() *ListSnapshotsResp
func (*MetaServiceListSnapshotsResult) IsSetSuccess ¶
func (p *MetaServiceListSnapshotsResult) IsSetSuccess() bool
func (*MetaServiceListSnapshotsResult) LogValue ¶
func (p *MetaServiceListSnapshotsResult) LogValue() slog.Value
func (*MetaServiceListSnapshotsResult) ReadField0 ¶
func (*MetaServiceListSnapshotsResult) String ¶
func (p *MetaServiceListSnapshotsResult) String() string
type MetaServiceListSpacesArgs ¶
type MetaServiceListSpacesArgs struct {
Req *ListSpacesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListSpacesArgs ¶
func NewMetaServiceListSpacesArgs() *MetaServiceListSpacesArgs
func (*MetaServiceListSpacesArgs) GetReq ¶
func (p *MetaServiceListSpacesArgs) GetReq() *ListSpacesReq
func (*MetaServiceListSpacesArgs) IsSetReq ¶
func (p *MetaServiceListSpacesArgs) IsSetReq() bool
func (*MetaServiceListSpacesArgs) LogValue ¶
func (p *MetaServiceListSpacesArgs) LogValue() slog.Value
func (*MetaServiceListSpacesArgs) ReadField1 ¶
func (*MetaServiceListSpacesArgs) String ¶
func (p *MetaServiceListSpacesArgs) String() string
type MetaServiceListSpacesResult ¶
type MetaServiceListSpacesResult struct {
Success *ListSpacesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListSpacesResult ¶
func NewMetaServiceListSpacesResult() *MetaServiceListSpacesResult
func (*MetaServiceListSpacesResult) GetSuccess ¶
func (p *MetaServiceListSpacesResult) GetSuccess() *ListSpacesResp
func (*MetaServiceListSpacesResult) IsSetSuccess ¶
func (p *MetaServiceListSpacesResult) IsSetSuccess() bool
func (*MetaServiceListSpacesResult) LogValue ¶
func (p *MetaServiceListSpacesResult) LogValue() slog.Value
func (*MetaServiceListSpacesResult) ReadField0 ¶
func (*MetaServiceListSpacesResult) String ¶
func (p *MetaServiceListSpacesResult) String() string
type MetaServiceListTagIndexStatusArgs ¶
type MetaServiceListTagIndexStatusArgs struct {
Req *ListIndexStatusReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListTagIndexStatusArgs ¶
func NewMetaServiceListTagIndexStatusArgs() *MetaServiceListTagIndexStatusArgs
func (*MetaServiceListTagIndexStatusArgs) GetReq ¶
func (p *MetaServiceListTagIndexStatusArgs) GetReq() *ListIndexStatusReq
func (*MetaServiceListTagIndexStatusArgs) IsSetReq ¶
func (p *MetaServiceListTagIndexStatusArgs) IsSetReq() bool
func (*MetaServiceListTagIndexStatusArgs) LogValue ¶
func (p *MetaServiceListTagIndexStatusArgs) LogValue() slog.Value
func (*MetaServiceListTagIndexStatusArgs) ReadField1 ¶
func (*MetaServiceListTagIndexStatusArgs) String ¶
func (p *MetaServiceListTagIndexStatusArgs) String() string
type MetaServiceListTagIndexStatusResult ¶
type MetaServiceListTagIndexStatusResult struct {
Success *ListIndexStatusResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListTagIndexStatusResult ¶
func NewMetaServiceListTagIndexStatusResult() *MetaServiceListTagIndexStatusResult
func (*MetaServiceListTagIndexStatusResult) GetSuccess ¶
func (p *MetaServiceListTagIndexStatusResult) GetSuccess() *ListIndexStatusResp
func (*MetaServiceListTagIndexStatusResult) IsSetSuccess ¶
func (p *MetaServiceListTagIndexStatusResult) IsSetSuccess() bool
func (*MetaServiceListTagIndexStatusResult) LogValue ¶
func (p *MetaServiceListTagIndexStatusResult) LogValue() slog.Value
func (*MetaServiceListTagIndexStatusResult) ReadField0 ¶
func (*MetaServiceListTagIndexStatusResult) String ¶
func (p *MetaServiceListTagIndexStatusResult) String() string
type MetaServiceListTagIndexesArgs ¶
type MetaServiceListTagIndexesArgs struct {
Req *ListTagIndexesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListTagIndexesArgs ¶
func NewMetaServiceListTagIndexesArgs() *MetaServiceListTagIndexesArgs
func (*MetaServiceListTagIndexesArgs) GetReq ¶
func (p *MetaServiceListTagIndexesArgs) GetReq() *ListTagIndexesReq
func (*MetaServiceListTagIndexesArgs) IsSetReq ¶
func (p *MetaServiceListTagIndexesArgs) IsSetReq() bool
func (*MetaServiceListTagIndexesArgs) LogValue ¶
func (p *MetaServiceListTagIndexesArgs) LogValue() slog.Value
func (*MetaServiceListTagIndexesArgs) ReadField1 ¶
func (*MetaServiceListTagIndexesArgs) String ¶
func (p *MetaServiceListTagIndexesArgs) String() string
type MetaServiceListTagIndexesResult ¶
type MetaServiceListTagIndexesResult struct {
Success *ListTagIndexesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListTagIndexesResult ¶
func NewMetaServiceListTagIndexesResult() *MetaServiceListTagIndexesResult
func (*MetaServiceListTagIndexesResult) GetSuccess ¶
func (p *MetaServiceListTagIndexesResult) GetSuccess() *ListTagIndexesResp
func (*MetaServiceListTagIndexesResult) IsSetSuccess ¶
func (p *MetaServiceListTagIndexesResult) IsSetSuccess() bool
func (*MetaServiceListTagIndexesResult) LogValue ¶
func (p *MetaServiceListTagIndexesResult) LogValue() slog.Value
func (*MetaServiceListTagIndexesResult) ReadField0 ¶
func (*MetaServiceListTagIndexesResult) String ¶
func (p *MetaServiceListTagIndexesResult) String() string
type MetaServiceListTagsArgs ¶
type MetaServiceListTagsArgs struct {
Req *ListTagsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListTagsArgs ¶
func NewMetaServiceListTagsArgs() *MetaServiceListTagsArgs
func (*MetaServiceListTagsArgs) GetReq ¶
func (p *MetaServiceListTagsArgs) GetReq() *ListTagsReq
func (*MetaServiceListTagsArgs) IsSetReq ¶
func (p *MetaServiceListTagsArgs) IsSetReq() bool
func (*MetaServiceListTagsArgs) LogValue ¶
func (p *MetaServiceListTagsArgs) LogValue() slog.Value
func (*MetaServiceListTagsArgs) ReadField1 ¶
func (*MetaServiceListTagsArgs) String ¶
func (p *MetaServiceListTagsArgs) String() string
type MetaServiceListTagsResult ¶
type MetaServiceListTagsResult struct {
Success *ListTagsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListTagsResult ¶
func NewMetaServiceListTagsResult() *MetaServiceListTagsResult
func (*MetaServiceListTagsResult) GetSuccess ¶
func (p *MetaServiceListTagsResult) GetSuccess() *ListTagsResp
func (*MetaServiceListTagsResult) IsSetSuccess ¶
func (p *MetaServiceListTagsResult) IsSetSuccess() bool
func (*MetaServiceListTagsResult) LogValue ¶
func (p *MetaServiceListTagsResult) LogValue() slog.Value
func (*MetaServiceListTagsResult) ReadField0 ¶
func (*MetaServiceListTagsResult) String ¶
func (p *MetaServiceListTagsResult) String() string
type MetaServiceListUsersArgs ¶
type MetaServiceListUsersArgs struct {
Req *ListUsersReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListUsersArgs ¶
func NewMetaServiceListUsersArgs() *MetaServiceListUsersArgs
func (*MetaServiceListUsersArgs) GetReq ¶
func (p *MetaServiceListUsersArgs) GetReq() *ListUsersReq
func (*MetaServiceListUsersArgs) IsSetReq ¶
func (p *MetaServiceListUsersArgs) IsSetReq() bool
func (*MetaServiceListUsersArgs) LogValue ¶
func (p *MetaServiceListUsersArgs) LogValue() slog.Value
func (*MetaServiceListUsersArgs) ReadField1 ¶
func (*MetaServiceListUsersArgs) String ¶
func (p *MetaServiceListUsersArgs) String() string
type MetaServiceListUsersResult ¶
type MetaServiceListUsersResult struct {
Success *ListUsersResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListUsersResult ¶
func NewMetaServiceListUsersResult() *MetaServiceListUsersResult
func (*MetaServiceListUsersResult) GetSuccess ¶
func (p *MetaServiceListUsersResult) GetSuccess() *ListUsersResp
func (*MetaServiceListUsersResult) IsSetSuccess ¶
func (p *MetaServiceListUsersResult) IsSetSuccess() bool
func (*MetaServiceListUsersResult) LogValue ¶
func (p *MetaServiceListUsersResult) LogValue() slog.Value
func (*MetaServiceListUsersResult) ReadField0 ¶
func (*MetaServiceListUsersResult) String ¶
func (p *MetaServiceListUsersResult) String() string
type MetaServiceListZonesArgs ¶
type MetaServiceListZonesArgs struct {
Req *ListZonesReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceListZonesArgs ¶
func NewMetaServiceListZonesArgs() *MetaServiceListZonesArgs
func (*MetaServiceListZonesArgs) GetReq ¶
func (p *MetaServiceListZonesArgs) GetReq() *ListZonesReq
func (*MetaServiceListZonesArgs) IsSetReq ¶
func (p *MetaServiceListZonesArgs) IsSetReq() bool
func (*MetaServiceListZonesArgs) LogValue ¶
func (p *MetaServiceListZonesArgs) LogValue() slog.Value
func (*MetaServiceListZonesArgs) ReadField1 ¶
func (*MetaServiceListZonesArgs) String ¶
func (p *MetaServiceListZonesArgs) String() string
type MetaServiceListZonesResult ¶
type MetaServiceListZonesResult struct {
Success *ListZonesResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceListZonesResult ¶
func NewMetaServiceListZonesResult() *MetaServiceListZonesResult
func (*MetaServiceListZonesResult) GetSuccess ¶
func (p *MetaServiceListZonesResult) GetSuccess() *ListZonesResp
func (*MetaServiceListZonesResult) IsSetSuccess ¶
func (p *MetaServiceListZonesResult) IsSetSuccess() bool
func (*MetaServiceListZonesResult) LogValue ¶
func (p *MetaServiceListZonesResult) LogValue() slog.Value
func (*MetaServiceListZonesResult) ReadField0 ¶
func (*MetaServiceListZonesResult) String ¶
func (p *MetaServiceListZonesResult) String() string
type MetaServiceMergeZoneArgs ¶
type MetaServiceMergeZoneArgs struct {
Req *MergeZoneReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceMergeZoneArgs ¶
func NewMetaServiceMergeZoneArgs() *MetaServiceMergeZoneArgs
func (*MetaServiceMergeZoneArgs) GetReq ¶
func (p *MetaServiceMergeZoneArgs) GetReq() *MergeZoneReq
func (*MetaServiceMergeZoneArgs) IsSetReq ¶
func (p *MetaServiceMergeZoneArgs) IsSetReq() bool
func (*MetaServiceMergeZoneArgs) LogValue ¶
func (p *MetaServiceMergeZoneArgs) LogValue() slog.Value
func (*MetaServiceMergeZoneArgs) ReadField1 ¶
func (*MetaServiceMergeZoneArgs) String ¶
func (p *MetaServiceMergeZoneArgs) String() string
type MetaServiceMergeZoneResult ¶
type MetaServiceMergeZoneResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceMergeZoneResult ¶
func NewMetaServiceMergeZoneResult() *MetaServiceMergeZoneResult
func (*MetaServiceMergeZoneResult) GetSuccess ¶
func (p *MetaServiceMergeZoneResult) GetSuccess() *ExecResp
func (*MetaServiceMergeZoneResult) IsSetSuccess ¶
func (p *MetaServiceMergeZoneResult) IsSetSuccess() bool
func (*MetaServiceMergeZoneResult) LogValue ¶
func (p *MetaServiceMergeZoneResult) LogValue() slog.Value
func (*MetaServiceMergeZoneResult) ReadField0 ¶
func (*MetaServiceMergeZoneResult) String ¶
func (p *MetaServiceMergeZoneResult) String() string
type MetaServiceProcessor ¶
type MetaServiceProcessor struct {
// contains filtered or unexported fields
}
func NewMetaServiceProcessor ¶
func NewMetaServiceProcessor(handler MetaService) *MetaServiceProcessor
func (*MetaServiceProcessor) AddToProcessorMap ¶
func (p *MetaServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*MetaServiceProcessor) GetProcessorFunction ¶
func (p *MetaServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*MetaServiceProcessor) Process ¶
func (p *MetaServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*MetaServiceProcessor) ProcessorMap ¶
func (p *MetaServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type MetaServiceRebuildEdgeIndexArgs ¶
type MetaServiceRebuildEdgeIndexArgs struct {
Req *RebuildIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRebuildEdgeIndexArgs ¶
func NewMetaServiceRebuildEdgeIndexArgs() *MetaServiceRebuildEdgeIndexArgs
func (*MetaServiceRebuildEdgeIndexArgs) GetReq ¶
func (p *MetaServiceRebuildEdgeIndexArgs) GetReq() *RebuildIndexReq
func (*MetaServiceRebuildEdgeIndexArgs) IsSetReq ¶
func (p *MetaServiceRebuildEdgeIndexArgs) IsSetReq() bool
func (*MetaServiceRebuildEdgeIndexArgs) LogValue ¶
func (p *MetaServiceRebuildEdgeIndexArgs) LogValue() slog.Value
func (*MetaServiceRebuildEdgeIndexArgs) ReadField1 ¶
func (*MetaServiceRebuildEdgeIndexArgs) String ¶
func (p *MetaServiceRebuildEdgeIndexArgs) String() string
type MetaServiceRebuildEdgeIndexResult ¶
type MetaServiceRebuildEdgeIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRebuildEdgeIndexResult ¶
func NewMetaServiceRebuildEdgeIndexResult() *MetaServiceRebuildEdgeIndexResult
func (*MetaServiceRebuildEdgeIndexResult) GetSuccess ¶
func (p *MetaServiceRebuildEdgeIndexResult) GetSuccess() *ExecResp
func (*MetaServiceRebuildEdgeIndexResult) IsSetSuccess ¶
func (p *MetaServiceRebuildEdgeIndexResult) IsSetSuccess() bool
func (*MetaServiceRebuildEdgeIndexResult) LogValue ¶
func (p *MetaServiceRebuildEdgeIndexResult) LogValue() slog.Value
func (*MetaServiceRebuildEdgeIndexResult) ReadField0 ¶
func (*MetaServiceRebuildEdgeIndexResult) String ¶
func (p *MetaServiceRebuildEdgeIndexResult) String() string
type MetaServiceRebuildTagIndexArgs ¶
type MetaServiceRebuildTagIndexArgs struct {
Req *RebuildIndexReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRebuildTagIndexArgs ¶
func NewMetaServiceRebuildTagIndexArgs() *MetaServiceRebuildTagIndexArgs
func (*MetaServiceRebuildTagIndexArgs) GetReq ¶
func (p *MetaServiceRebuildTagIndexArgs) GetReq() *RebuildIndexReq
func (*MetaServiceRebuildTagIndexArgs) IsSetReq ¶
func (p *MetaServiceRebuildTagIndexArgs) IsSetReq() bool
func (*MetaServiceRebuildTagIndexArgs) LogValue ¶
func (p *MetaServiceRebuildTagIndexArgs) LogValue() slog.Value
func (*MetaServiceRebuildTagIndexArgs) ReadField1 ¶
func (*MetaServiceRebuildTagIndexArgs) String ¶
func (p *MetaServiceRebuildTagIndexArgs) String() string
type MetaServiceRebuildTagIndexResult ¶
type MetaServiceRebuildTagIndexResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRebuildTagIndexResult ¶
func NewMetaServiceRebuildTagIndexResult() *MetaServiceRebuildTagIndexResult
func (*MetaServiceRebuildTagIndexResult) GetSuccess ¶
func (p *MetaServiceRebuildTagIndexResult) GetSuccess() *ExecResp
func (*MetaServiceRebuildTagIndexResult) IsSetSuccess ¶
func (p *MetaServiceRebuildTagIndexResult) IsSetSuccess() bool
func (*MetaServiceRebuildTagIndexResult) LogValue ¶
func (p *MetaServiceRebuildTagIndexResult) LogValue() slog.Value
func (*MetaServiceRebuildTagIndexResult) ReadField0 ¶
func (*MetaServiceRebuildTagIndexResult) String ¶
func (p *MetaServiceRebuildTagIndexResult) String() string
type MetaServiceRegConfigArgs ¶
type MetaServiceRegConfigArgs struct {
Req *RegConfigReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRegConfigArgs ¶
func NewMetaServiceRegConfigArgs() *MetaServiceRegConfigArgs
func (*MetaServiceRegConfigArgs) GetReq ¶
func (p *MetaServiceRegConfigArgs) GetReq() *RegConfigReq
func (*MetaServiceRegConfigArgs) IsSetReq ¶
func (p *MetaServiceRegConfigArgs) IsSetReq() bool
func (*MetaServiceRegConfigArgs) LogValue ¶
func (p *MetaServiceRegConfigArgs) LogValue() slog.Value
func (*MetaServiceRegConfigArgs) ReadField1 ¶
func (*MetaServiceRegConfigArgs) String ¶
func (p *MetaServiceRegConfigArgs) String() string
type MetaServiceRegConfigResult ¶
type MetaServiceRegConfigResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRegConfigResult ¶
func NewMetaServiceRegConfigResult() *MetaServiceRegConfigResult
func (*MetaServiceRegConfigResult) GetSuccess ¶
func (p *MetaServiceRegConfigResult) GetSuccess() *ExecResp
func (*MetaServiceRegConfigResult) IsSetSuccess ¶
func (p *MetaServiceRegConfigResult) IsSetSuccess() bool
func (*MetaServiceRegConfigResult) LogValue ¶
func (p *MetaServiceRegConfigResult) LogValue() slog.Value
func (*MetaServiceRegConfigResult) ReadField0 ¶
func (*MetaServiceRegConfigResult) String ¶
func (p *MetaServiceRegConfigResult) String() string
type MetaServiceRemoveListenerArgs ¶
type MetaServiceRemoveListenerArgs struct {
Req *RemoveListenerReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRemoveListenerArgs ¶
func NewMetaServiceRemoveListenerArgs() *MetaServiceRemoveListenerArgs
func (*MetaServiceRemoveListenerArgs) GetReq ¶
func (p *MetaServiceRemoveListenerArgs) GetReq() *RemoveListenerReq
func (*MetaServiceRemoveListenerArgs) IsSetReq ¶
func (p *MetaServiceRemoveListenerArgs) IsSetReq() bool
func (*MetaServiceRemoveListenerArgs) LogValue ¶
func (p *MetaServiceRemoveListenerArgs) LogValue() slog.Value
func (*MetaServiceRemoveListenerArgs) ReadField1 ¶
func (*MetaServiceRemoveListenerArgs) String ¶
func (p *MetaServiceRemoveListenerArgs) String() string
type MetaServiceRemoveListenerResult ¶
type MetaServiceRemoveListenerResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRemoveListenerResult ¶
func NewMetaServiceRemoveListenerResult() *MetaServiceRemoveListenerResult
func (*MetaServiceRemoveListenerResult) GetSuccess ¶
func (p *MetaServiceRemoveListenerResult) GetSuccess() *ExecResp
func (*MetaServiceRemoveListenerResult) IsSetSuccess ¶
func (p *MetaServiceRemoveListenerResult) IsSetSuccess() bool
func (*MetaServiceRemoveListenerResult) LogValue ¶
func (p *MetaServiceRemoveListenerResult) LogValue() slog.Value
func (*MetaServiceRemoveListenerResult) ReadField0 ¶
func (*MetaServiceRemoveListenerResult) String ¶
func (p *MetaServiceRemoveListenerResult) String() string
type MetaServiceRemoveSessionArgs ¶
type MetaServiceRemoveSessionArgs struct {
Req *RemoveSessionReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRemoveSessionArgs ¶
func NewMetaServiceRemoveSessionArgs() *MetaServiceRemoveSessionArgs
func (*MetaServiceRemoveSessionArgs) GetReq ¶
func (p *MetaServiceRemoveSessionArgs) GetReq() *RemoveSessionReq
func (*MetaServiceRemoveSessionArgs) IsSetReq ¶
func (p *MetaServiceRemoveSessionArgs) IsSetReq() bool
func (*MetaServiceRemoveSessionArgs) LogValue ¶
func (p *MetaServiceRemoveSessionArgs) LogValue() slog.Value
func (*MetaServiceRemoveSessionArgs) ReadField1 ¶
func (*MetaServiceRemoveSessionArgs) String ¶
func (p *MetaServiceRemoveSessionArgs) String() string
type MetaServiceRemoveSessionResult ¶
type MetaServiceRemoveSessionResult struct {
Success *RemoveSessionResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRemoveSessionResult ¶
func NewMetaServiceRemoveSessionResult() *MetaServiceRemoveSessionResult
func (*MetaServiceRemoveSessionResult) GetSuccess ¶
func (p *MetaServiceRemoveSessionResult) GetSuccess() *RemoveSessionResp
func (*MetaServiceRemoveSessionResult) IsSetSuccess ¶
func (p *MetaServiceRemoveSessionResult) IsSetSuccess() bool
func (*MetaServiceRemoveSessionResult) LogValue ¶
func (p *MetaServiceRemoveSessionResult) LogValue() slog.Value
func (*MetaServiceRemoveSessionResult) ReadField0 ¶
func (*MetaServiceRemoveSessionResult) String ¶
func (p *MetaServiceRemoveSessionResult) String() string
type MetaServiceRenameZoneArgs ¶
type MetaServiceRenameZoneArgs struct {
Req *RenameZoneReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRenameZoneArgs ¶
func NewMetaServiceRenameZoneArgs() *MetaServiceRenameZoneArgs
func (*MetaServiceRenameZoneArgs) GetReq ¶
func (p *MetaServiceRenameZoneArgs) GetReq() *RenameZoneReq
func (*MetaServiceRenameZoneArgs) IsSetReq ¶
func (p *MetaServiceRenameZoneArgs) IsSetReq() bool
func (*MetaServiceRenameZoneArgs) LogValue ¶
func (p *MetaServiceRenameZoneArgs) LogValue() slog.Value
func (*MetaServiceRenameZoneArgs) ReadField1 ¶
func (*MetaServiceRenameZoneArgs) String ¶
func (p *MetaServiceRenameZoneArgs) String() string
type MetaServiceRenameZoneResult ¶
type MetaServiceRenameZoneResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRenameZoneResult ¶
func NewMetaServiceRenameZoneResult() *MetaServiceRenameZoneResult
func (*MetaServiceRenameZoneResult) GetSuccess ¶
func (p *MetaServiceRenameZoneResult) GetSuccess() *ExecResp
func (*MetaServiceRenameZoneResult) IsSetSuccess ¶
func (p *MetaServiceRenameZoneResult) IsSetSuccess() bool
func (*MetaServiceRenameZoneResult) LogValue ¶
func (p *MetaServiceRenameZoneResult) LogValue() slog.Value
func (*MetaServiceRenameZoneResult) ReadField0 ¶
func (*MetaServiceRenameZoneResult) String ¶
func (p *MetaServiceRenameZoneResult) String() string
type MetaServiceReportTaskFinishArgs ¶
type MetaServiceReportTaskFinishArgs struct {
Req *ReportTaskReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceReportTaskFinishArgs ¶
func NewMetaServiceReportTaskFinishArgs() *MetaServiceReportTaskFinishArgs
func (*MetaServiceReportTaskFinishArgs) GetReq ¶
func (p *MetaServiceReportTaskFinishArgs) GetReq() *ReportTaskReq
func (*MetaServiceReportTaskFinishArgs) IsSetReq ¶
func (p *MetaServiceReportTaskFinishArgs) IsSetReq() bool
func (*MetaServiceReportTaskFinishArgs) LogValue ¶
func (p *MetaServiceReportTaskFinishArgs) LogValue() slog.Value
func (*MetaServiceReportTaskFinishArgs) ReadField1 ¶
func (*MetaServiceReportTaskFinishArgs) String ¶
func (p *MetaServiceReportTaskFinishArgs) String() string
type MetaServiceReportTaskFinishResult ¶
type MetaServiceReportTaskFinishResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceReportTaskFinishResult ¶
func NewMetaServiceReportTaskFinishResult() *MetaServiceReportTaskFinishResult
func (*MetaServiceReportTaskFinishResult) GetSuccess ¶
func (p *MetaServiceReportTaskFinishResult) GetSuccess() *ExecResp
func (*MetaServiceReportTaskFinishResult) IsSetSuccess ¶
func (p *MetaServiceReportTaskFinishResult) IsSetSuccess() bool
func (*MetaServiceReportTaskFinishResult) LogValue ¶
func (p *MetaServiceReportTaskFinishResult) LogValue() slog.Value
func (*MetaServiceReportTaskFinishResult) ReadField0 ¶
func (*MetaServiceReportTaskFinishResult) String ¶
func (p *MetaServiceReportTaskFinishResult) String() string
type MetaServiceRestoreMetaArgs ¶
type MetaServiceRestoreMetaArgs struct {
Req *RestoreMetaReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRestoreMetaArgs ¶
func NewMetaServiceRestoreMetaArgs() *MetaServiceRestoreMetaArgs
func (*MetaServiceRestoreMetaArgs) GetReq ¶
func (p *MetaServiceRestoreMetaArgs) GetReq() *RestoreMetaReq
func (*MetaServiceRestoreMetaArgs) IsSetReq ¶
func (p *MetaServiceRestoreMetaArgs) IsSetReq() bool
func (*MetaServiceRestoreMetaArgs) LogValue ¶
func (p *MetaServiceRestoreMetaArgs) LogValue() slog.Value
func (*MetaServiceRestoreMetaArgs) ReadField1 ¶
func (*MetaServiceRestoreMetaArgs) String ¶
func (p *MetaServiceRestoreMetaArgs) String() string
type MetaServiceRestoreMetaResult ¶
type MetaServiceRestoreMetaResult struct {
Success *RestoreMetaResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRestoreMetaResult ¶
func NewMetaServiceRestoreMetaResult() *MetaServiceRestoreMetaResult
func (*MetaServiceRestoreMetaResult) GetSuccess ¶
func (p *MetaServiceRestoreMetaResult) GetSuccess() *RestoreMetaResp
func (*MetaServiceRestoreMetaResult) IsSetSuccess ¶
func (p *MetaServiceRestoreMetaResult) IsSetSuccess() bool
func (*MetaServiceRestoreMetaResult) LogValue ¶
func (p *MetaServiceRestoreMetaResult) LogValue() slog.Value
func (*MetaServiceRestoreMetaResult) ReadField0 ¶
func (*MetaServiceRestoreMetaResult) String ¶
func (p *MetaServiceRestoreMetaResult) String() string
type MetaServiceRevokeRoleArgs ¶
type MetaServiceRevokeRoleArgs struct {
Req *RevokeRoleReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRevokeRoleArgs ¶
func NewMetaServiceRevokeRoleArgs() *MetaServiceRevokeRoleArgs
func (*MetaServiceRevokeRoleArgs) GetReq ¶
func (p *MetaServiceRevokeRoleArgs) GetReq() *RevokeRoleReq
func (*MetaServiceRevokeRoleArgs) IsSetReq ¶
func (p *MetaServiceRevokeRoleArgs) IsSetReq() bool
func (*MetaServiceRevokeRoleArgs) LogValue ¶
func (p *MetaServiceRevokeRoleArgs) LogValue() slog.Value
func (*MetaServiceRevokeRoleArgs) ReadField1 ¶
func (*MetaServiceRevokeRoleArgs) String ¶
func (p *MetaServiceRevokeRoleArgs) String() string
type MetaServiceRevokeRoleResult ¶
type MetaServiceRevokeRoleResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRevokeRoleResult ¶
func NewMetaServiceRevokeRoleResult() *MetaServiceRevokeRoleResult
func (*MetaServiceRevokeRoleResult) GetSuccess ¶
func (p *MetaServiceRevokeRoleResult) GetSuccess() *ExecResp
func (*MetaServiceRevokeRoleResult) IsSetSuccess ¶
func (p *MetaServiceRevokeRoleResult) IsSetSuccess() bool
func (*MetaServiceRevokeRoleResult) LogValue ¶
func (p *MetaServiceRevokeRoleResult) LogValue() slog.Value
func (*MetaServiceRevokeRoleResult) ReadField0 ¶
func (*MetaServiceRevokeRoleResult) String ¶
func (p *MetaServiceRevokeRoleResult) String() string
type MetaServiceRunAdminJobArgs ¶
type MetaServiceRunAdminJobArgs struct {
Req *AdminJobReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceRunAdminJobArgs ¶
func NewMetaServiceRunAdminJobArgs() *MetaServiceRunAdminJobArgs
func (*MetaServiceRunAdminJobArgs) GetReq ¶
func (p *MetaServiceRunAdminJobArgs) GetReq() *AdminJobReq
func (*MetaServiceRunAdminJobArgs) IsSetReq ¶
func (p *MetaServiceRunAdminJobArgs) IsSetReq() bool
func (*MetaServiceRunAdminJobArgs) LogValue ¶
func (p *MetaServiceRunAdminJobArgs) LogValue() slog.Value
func (*MetaServiceRunAdminJobArgs) ReadField1 ¶
func (*MetaServiceRunAdminJobArgs) String ¶
func (p *MetaServiceRunAdminJobArgs) String() string
type MetaServiceRunAdminJobResult ¶
type MetaServiceRunAdminJobResult struct {
Success *AdminJobResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceRunAdminJobResult ¶
func NewMetaServiceRunAdminJobResult() *MetaServiceRunAdminJobResult
func (*MetaServiceRunAdminJobResult) GetSuccess ¶
func (p *MetaServiceRunAdminJobResult) GetSuccess() *AdminJobResp
func (*MetaServiceRunAdminJobResult) IsSetSuccess ¶
func (p *MetaServiceRunAdminJobResult) IsSetSuccess() bool
func (*MetaServiceRunAdminJobResult) LogValue ¶
func (p *MetaServiceRunAdminJobResult) LogValue() slog.Value
func (*MetaServiceRunAdminJobResult) ReadField0 ¶
func (*MetaServiceRunAdminJobResult) String ¶
func (p *MetaServiceRunAdminJobResult) String() string
type MetaServiceSaveGraphVersionArgs ¶
type MetaServiceSaveGraphVersionArgs struct {
Req *SaveGraphVersionReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceSaveGraphVersionArgs ¶
func NewMetaServiceSaveGraphVersionArgs() *MetaServiceSaveGraphVersionArgs
func (*MetaServiceSaveGraphVersionArgs) GetReq ¶
func (p *MetaServiceSaveGraphVersionArgs) GetReq() *SaveGraphVersionReq
func (*MetaServiceSaveGraphVersionArgs) IsSetReq ¶
func (p *MetaServiceSaveGraphVersionArgs) IsSetReq() bool
func (*MetaServiceSaveGraphVersionArgs) LogValue ¶
func (p *MetaServiceSaveGraphVersionArgs) LogValue() slog.Value
func (*MetaServiceSaveGraphVersionArgs) ReadField1 ¶
func (*MetaServiceSaveGraphVersionArgs) String ¶
func (p *MetaServiceSaveGraphVersionArgs) String() string
type MetaServiceSaveGraphVersionResult ¶
type MetaServiceSaveGraphVersionResult struct {
Success *SaveGraphVersionResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceSaveGraphVersionResult ¶
func NewMetaServiceSaveGraphVersionResult() *MetaServiceSaveGraphVersionResult
func (*MetaServiceSaveGraphVersionResult) GetSuccess ¶
func (p *MetaServiceSaveGraphVersionResult) GetSuccess() *SaveGraphVersionResp
func (*MetaServiceSaveGraphVersionResult) IsSetSuccess ¶
func (p *MetaServiceSaveGraphVersionResult) IsSetSuccess() bool
func (*MetaServiceSaveGraphVersionResult) LogValue ¶
func (p *MetaServiceSaveGraphVersionResult) LogValue() slog.Value
func (*MetaServiceSaveGraphVersionResult) ReadField0 ¶
func (*MetaServiceSaveGraphVersionResult) String ¶
func (p *MetaServiceSaveGraphVersionResult) String() string
type MetaServiceSetConfigArgs ¶
type MetaServiceSetConfigArgs struct {
Req *SetConfigReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceSetConfigArgs ¶
func NewMetaServiceSetConfigArgs() *MetaServiceSetConfigArgs
func (*MetaServiceSetConfigArgs) GetReq ¶
func (p *MetaServiceSetConfigArgs) GetReq() *SetConfigReq
func (*MetaServiceSetConfigArgs) IsSetReq ¶
func (p *MetaServiceSetConfigArgs) IsSetReq() bool
func (*MetaServiceSetConfigArgs) LogValue ¶
func (p *MetaServiceSetConfigArgs) LogValue() slog.Value
func (*MetaServiceSetConfigArgs) ReadField1 ¶
func (*MetaServiceSetConfigArgs) String ¶
func (p *MetaServiceSetConfigArgs) String() string
type MetaServiceSetConfigResult ¶
type MetaServiceSetConfigResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceSetConfigResult ¶
func NewMetaServiceSetConfigResult() *MetaServiceSetConfigResult
func (*MetaServiceSetConfigResult) GetSuccess ¶
func (p *MetaServiceSetConfigResult) GetSuccess() *ExecResp
func (*MetaServiceSetConfigResult) IsSetSuccess ¶
func (p *MetaServiceSetConfigResult) IsSetSuccess() bool
func (*MetaServiceSetConfigResult) LogValue ¶
func (p *MetaServiceSetConfigResult) LogValue() slog.Value
func (*MetaServiceSetConfigResult) ReadField0 ¶
func (*MetaServiceSetConfigResult) String ¶
func (p *MetaServiceSetConfigResult) String() string
type MetaServiceSignInServiceArgs ¶
type MetaServiceSignInServiceArgs struct {
Req *SignInServiceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceSignInServiceArgs ¶
func NewMetaServiceSignInServiceArgs() *MetaServiceSignInServiceArgs
func (*MetaServiceSignInServiceArgs) GetReq ¶
func (p *MetaServiceSignInServiceArgs) GetReq() *SignInServiceReq
func (*MetaServiceSignInServiceArgs) IsSetReq ¶
func (p *MetaServiceSignInServiceArgs) IsSetReq() bool
func (*MetaServiceSignInServiceArgs) LogValue ¶
func (p *MetaServiceSignInServiceArgs) LogValue() slog.Value
func (*MetaServiceSignInServiceArgs) ReadField1 ¶
func (*MetaServiceSignInServiceArgs) String ¶
func (p *MetaServiceSignInServiceArgs) String() string
type MetaServiceSignInServiceResult ¶
type MetaServiceSignInServiceResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceSignInServiceResult ¶
func NewMetaServiceSignInServiceResult() *MetaServiceSignInServiceResult
func (*MetaServiceSignInServiceResult) GetSuccess ¶
func (p *MetaServiceSignInServiceResult) GetSuccess() *ExecResp
func (*MetaServiceSignInServiceResult) IsSetSuccess ¶
func (p *MetaServiceSignInServiceResult) IsSetSuccess() bool
func (*MetaServiceSignInServiceResult) LogValue ¶
func (p *MetaServiceSignInServiceResult) LogValue() slog.Value
func (*MetaServiceSignInServiceResult) ReadField0 ¶
func (*MetaServiceSignInServiceResult) String ¶
func (p *MetaServiceSignInServiceResult) String() string
type MetaServiceSignOutServiceArgs ¶
type MetaServiceSignOutServiceArgs struct {
Req *SignOutServiceReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceSignOutServiceArgs ¶
func NewMetaServiceSignOutServiceArgs() *MetaServiceSignOutServiceArgs
func (*MetaServiceSignOutServiceArgs) GetReq ¶
func (p *MetaServiceSignOutServiceArgs) GetReq() *SignOutServiceReq
func (*MetaServiceSignOutServiceArgs) IsSetReq ¶
func (p *MetaServiceSignOutServiceArgs) IsSetReq() bool
func (*MetaServiceSignOutServiceArgs) LogValue ¶
func (p *MetaServiceSignOutServiceArgs) LogValue() slog.Value
func (*MetaServiceSignOutServiceArgs) ReadField1 ¶
func (*MetaServiceSignOutServiceArgs) String ¶
func (p *MetaServiceSignOutServiceArgs) String() string
type MetaServiceSignOutServiceResult ¶
type MetaServiceSignOutServiceResult struct {
Success *ExecResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceSignOutServiceResult ¶
func NewMetaServiceSignOutServiceResult() *MetaServiceSignOutServiceResult
func (*MetaServiceSignOutServiceResult) GetSuccess ¶
func (p *MetaServiceSignOutServiceResult) GetSuccess() *ExecResp
func (*MetaServiceSignOutServiceResult) IsSetSuccess ¶
func (p *MetaServiceSignOutServiceResult) IsSetSuccess() bool
func (*MetaServiceSignOutServiceResult) LogValue ¶
func (p *MetaServiceSignOutServiceResult) LogValue() slog.Value
func (*MetaServiceSignOutServiceResult) ReadField0 ¶
func (*MetaServiceSignOutServiceResult) String ¶
func (p *MetaServiceSignOutServiceResult) String() string
type MetaServiceUpdateSessionsArgs ¶
type MetaServiceUpdateSessionsArgs struct {
Req *UpdateSessionsReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceUpdateSessionsArgs ¶
func NewMetaServiceUpdateSessionsArgs() *MetaServiceUpdateSessionsArgs
func (*MetaServiceUpdateSessionsArgs) GetReq ¶
func (p *MetaServiceUpdateSessionsArgs) GetReq() *UpdateSessionsReq
func (*MetaServiceUpdateSessionsArgs) IsSetReq ¶
func (p *MetaServiceUpdateSessionsArgs) IsSetReq() bool
func (*MetaServiceUpdateSessionsArgs) LogValue ¶
func (p *MetaServiceUpdateSessionsArgs) LogValue() slog.Value
func (*MetaServiceUpdateSessionsArgs) ReadField1 ¶
func (*MetaServiceUpdateSessionsArgs) String ¶
func (p *MetaServiceUpdateSessionsArgs) String() string
type MetaServiceUpdateSessionsResult ¶
type MetaServiceUpdateSessionsResult struct {
Success *UpdateSessionsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceUpdateSessionsResult ¶
func NewMetaServiceUpdateSessionsResult() *MetaServiceUpdateSessionsResult
func (*MetaServiceUpdateSessionsResult) GetSuccess ¶
func (p *MetaServiceUpdateSessionsResult) GetSuccess() *UpdateSessionsResp
func (*MetaServiceUpdateSessionsResult) IsSetSuccess ¶
func (p *MetaServiceUpdateSessionsResult) IsSetSuccess() bool
func (*MetaServiceUpdateSessionsResult) LogValue ¶
func (p *MetaServiceUpdateSessionsResult) LogValue() slog.Value
func (*MetaServiceUpdateSessionsResult) ReadField0 ¶
func (*MetaServiceUpdateSessionsResult) String ¶
func (p *MetaServiceUpdateSessionsResult) String() string
type MetaServiceVerifyClientVersionArgs ¶
type MetaServiceVerifyClientVersionArgs struct {
Req *VerifyClientVersionReq `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewMetaServiceVerifyClientVersionArgs ¶
func NewMetaServiceVerifyClientVersionArgs() *MetaServiceVerifyClientVersionArgs
func (*MetaServiceVerifyClientVersionArgs) GetReq ¶
func (p *MetaServiceVerifyClientVersionArgs) GetReq() *VerifyClientVersionReq
func (*MetaServiceVerifyClientVersionArgs) IsSetReq ¶
func (p *MetaServiceVerifyClientVersionArgs) IsSetReq() bool
func (*MetaServiceVerifyClientVersionArgs) LogValue ¶
func (p *MetaServiceVerifyClientVersionArgs) LogValue() slog.Value
func (*MetaServiceVerifyClientVersionArgs) ReadField1 ¶
func (*MetaServiceVerifyClientVersionArgs) String ¶
func (p *MetaServiceVerifyClientVersionArgs) String() string
type MetaServiceVerifyClientVersionResult ¶
type MetaServiceVerifyClientVersionResult struct {
Success *VerifyClientVersionResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewMetaServiceVerifyClientVersionResult ¶
func NewMetaServiceVerifyClientVersionResult() *MetaServiceVerifyClientVersionResult
func (*MetaServiceVerifyClientVersionResult) GetSuccess ¶
func (p *MetaServiceVerifyClientVersionResult) GetSuccess() *VerifyClientVersionResp
func (*MetaServiceVerifyClientVersionResult) IsSetSuccess ¶
func (p *MetaServiceVerifyClientVersionResult) IsSetSuccess() bool
func (*MetaServiceVerifyClientVersionResult) LogValue ¶
func (p *MetaServiceVerifyClientVersionResult) LogValue() slog.Value
func (*MetaServiceVerifyClientVersionResult) ReadField0 ¶
func (*MetaServiceVerifyClientVersionResult) String ¶
func (p *MetaServiceVerifyClientVersionResult) String() string
type PartInfo ¶
type PartInfo struct { PartID nebula.PartitionID `thrift:"part_id,1" db:"part_id" json:"part_id"` Hosts []*nebula.HostAddr `thrift:"hosts,2" db:"hosts" json:"hosts"` }
Attributes:
- PartID
- Hosts
func NewPartInfo ¶
func NewPartInfo() *PartInfo
func (*PartInfo) GetPartID ¶
func (p *PartInfo) GetPartID() nebula.PartitionID
func (*PartInfo) ReadField1 ¶
func (*PartInfo) ReadField2 ¶
type PartItem ¶
type PartItem struct { PartID nebula.PartitionID `thrift:"part_id,1,required" db:"part_id" json:"part_id"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader,omitempty"` Peers []*nebula.HostAddr `thrift:"peers,3,required" db:"peers" json:"peers"` Losts []*nebula.HostAddr `thrift:"losts,4,required" db:"losts" json:"losts"` }
Attributes:
- PartID
- Leader
- Peers
- Losts
func NewPartItem ¶
func NewPartItem() *PartItem
func (*PartItem) GetPartID ¶
func (p *PartItem) GetPartID() nebula.PartitionID
func (*PartItem) IsSetLeader ¶
func (*PartItem) ReadField1 ¶
func (*PartItem) ReadField2 ¶
func (*PartItem) ReadField3 ¶
func (*PartItem) ReadField4 ¶
type PartitionList ¶
type PartitionList struct {
PartList []nebula.PartitionID `thrift:"part_list,1" db:"part_list" json:"part_list"`
}
Attributes:
- PartList
func NewPartitionList ¶
func NewPartitionList() *PartitionList
func (*PartitionList) Equals ¶
func (p *PartitionList) Equals(other *PartitionList) bool
func (*PartitionList) GetPartList ¶
func (p *PartitionList) GetPartList() []nebula.PartitionID
func (*PartitionList) LogValue ¶
func (p *PartitionList) LogValue() slog.Value
func (*PartitionList) ReadField1 ¶
func (*PartitionList) String ¶
func (p *PartitionList) String() string
func (*PartitionList) Validate ¶
func (p *PartitionList) Validate() error
type QueryDesc ¶
type QueryDesc struct { StartTime nebula.Timestamp `thrift:"start_time,1" db:"start_time" json:"start_time"` Status QueryStatus `thrift:"status,2" db:"status" json:"status"` Duration int64 `thrift:"duration,3" db:"duration" json:"duration"` Query []byte `thrift:"query,4" db:"query" json:"query"` GraphAddr *nebula.HostAddr `thrift:"graph_addr,5" db:"graph_addr" json:"graph_addr"` }
Attributes:
- StartTime
- Status
- Duration
- Query
- GraphAddr
func NewQueryDesc ¶
func NewQueryDesc() *QueryDesc
func (*QueryDesc) GetDuration ¶
func (*QueryDesc) GetGraphAddr ¶
func (*QueryDesc) GetStartTime ¶
func (*QueryDesc) GetStatus ¶
func (p *QueryDesc) GetStatus() QueryStatus
func (*QueryDesc) IsSetGraphAddr ¶
func (*QueryDesc) ReadField1 ¶
func (*QueryDesc) ReadField2 ¶
func (*QueryDesc) ReadField3 ¶
func (*QueryDesc) ReadField4 ¶
func (*QueryDesc) ReadField5 ¶
type QueryStatus ¶
type QueryStatus int64
const ( QueryStatus_RUNNING QueryStatus = 1 QueryStatus_KILLING QueryStatus = 2 )
func QueryStatusFromString ¶
func QueryStatusFromString(s string) (QueryStatus, error)
func QueryStatusPtr ¶
func QueryStatusPtr(v QueryStatus) *QueryStatus
func (QueryStatus) MarshalText ¶
func (p QueryStatus) MarshalText() ([]byte, error)
func (*QueryStatus) Scan ¶
func (p *QueryStatus) Scan(value interface{}) error
func (QueryStatus) String ¶
func (p QueryStatus) String() string
func (*QueryStatus) UnmarshalText ¶
func (p *QueryStatus) UnmarshalText(text []byte) error
type RebuildIndexReq ¶
type RebuildIndexReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` IndexName []byte `thrift:"index_name,2" db:"index_name" json:"index_name"` }
Attributes:
- SpaceID
- IndexName
var MetaServiceRebuildEdgeIndexArgs_Req_DEFAULT *RebuildIndexReq
var MetaServiceRebuildTagIndexArgs_Req_DEFAULT *RebuildIndexReq
func NewRebuildIndexReq ¶
func NewRebuildIndexReq() *RebuildIndexReq
func (*RebuildIndexReq) Equals ¶
func (p *RebuildIndexReq) Equals(other *RebuildIndexReq) bool
func (*RebuildIndexReq) GetIndexName ¶
func (p *RebuildIndexReq) GetIndexName() []byte
func (*RebuildIndexReq) GetSpaceID ¶
func (p *RebuildIndexReq) GetSpaceID() nebula.GraphSpaceID
func (*RebuildIndexReq) LogValue ¶
func (p *RebuildIndexReq) LogValue() slog.Value
func (*RebuildIndexReq) ReadField1 ¶
func (*RebuildIndexReq) ReadField2 ¶
func (*RebuildIndexReq) String ¶
func (p *RebuildIndexReq) String() string
func (*RebuildIndexReq) Validate ¶
func (p *RebuildIndexReq) Validate() error
type RegConfigReq ¶
type RegConfigReq struct {
Items []*ConfigItem `thrift:"items,1" db:"items" json:"items"`
}
Attributes:
- Items
var MetaServiceRegConfigArgs_Req_DEFAULT *RegConfigReq
func NewRegConfigReq ¶
func NewRegConfigReq() *RegConfigReq
func (*RegConfigReq) Equals ¶
func (p *RegConfigReq) Equals(other *RegConfigReq) bool
func (*RegConfigReq) GetItems ¶
func (p *RegConfigReq) GetItems() []*ConfigItem
func (*RegConfigReq) LogValue ¶
func (p *RegConfigReq) LogValue() slog.Value
func (*RegConfigReq) ReadField1 ¶
func (*RegConfigReq) String ¶
func (p *RegConfigReq) String() string
func (*RegConfigReq) Validate ¶
func (p *RegConfigReq) Validate() error
type RemoveListenerReq ¶
type RemoveListenerReq struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Type ListenerType `thrift:"type,2" db:"type" json:"type"` }
Attributes:
- SpaceID
- Type
var MetaServiceRemoveListenerArgs_Req_DEFAULT *RemoveListenerReq
func NewRemoveListenerReq ¶
func NewRemoveListenerReq() *RemoveListenerReq
func (*RemoveListenerReq) Equals ¶
func (p *RemoveListenerReq) Equals(other *RemoveListenerReq) bool
func (*RemoveListenerReq) GetSpaceID ¶
func (p *RemoveListenerReq) GetSpaceID() nebula.GraphSpaceID
func (*RemoveListenerReq) GetType ¶
func (p *RemoveListenerReq) GetType() ListenerType
func (*RemoveListenerReq) LogValue ¶
func (p *RemoveListenerReq) LogValue() slog.Value
func (*RemoveListenerReq) ReadField1 ¶
func (*RemoveListenerReq) ReadField2 ¶
func (*RemoveListenerReq) String ¶
func (p *RemoveListenerReq) String() string
func (*RemoveListenerReq) Validate ¶
func (p *RemoveListenerReq) Validate() error
type RemoveSessionReq ¶
type RemoveSessionReq struct {
SessionIds []nebula.SessionID `thrift:"session_ids,1" db:"session_ids" json:"session_ids"`
}
Attributes:
- SessionIds
var MetaServiceRemoveSessionArgs_Req_DEFAULT *RemoveSessionReq
func NewRemoveSessionReq ¶
func NewRemoveSessionReq() *RemoveSessionReq
func (*RemoveSessionReq) Equals ¶
func (p *RemoveSessionReq) Equals(other *RemoveSessionReq) bool
func (*RemoveSessionReq) GetSessionIds ¶
func (p *RemoveSessionReq) GetSessionIds() []nebula.SessionID
func (*RemoveSessionReq) LogValue ¶
func (p *RemoveSessionReq) LogValue() slog.Value
func (*RemoveSessionReq) ReadField1 ¶
func (*RemoveSessionReq) String ¶
func (p *RemoveSessionReq) String() string
func (*RemoveSessionReq) Validate ¶
func (p *RemoveSessionReq) Validate() error
type RemoveSessionResp ¶
type RemoveSessionResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` RemovedSessionIds []nebula.SessionID `thrift:"removed_session_ids,3" db:"removed_session_ids" json:"removed_session_ids"` }
Attributes:
- Code
- Leader
- RemovedSessionIds
var MetaServiceRemoveSessionResult_Success_DEFAULT *RemoveSessionResp
func NewRemoveSessionResp ¶
func NewRemoveSessionResp() *RemoveSessionResp
func (*RemoveSessionResp) Equals ¶
func (p *RemoveSessionResp) Equals(other *RemoveSessionResp) bool
func (*RemoveSessionResp) GetCode ¶
func (p *RemoveSessionResp) GetCode() nebula.ErrorCode
func (*RemoveSessionResp) GetLeader ¶
func (p *RemoveSessionResp) GetLeader() *nebula.HostAddr
func (*RemoveSessionResp) GetRemovedSessionIds ¶
func (p *RemoveSessionResp) GetRemovedSessionIds() []nebula.SessionID
func (*RemoveSessionResp) IsSetLeader ¶
func (p *RemoveSessionResp) IsSetLeader() bool
func (*RemoveSessionResp) LogValue ¶
func (p *RemoveSessionResp) LogValue() slog.Value
func (*RemoveSessionResp) ReadField1 ¶
func (*RemoveSessionResp) ReadField2 ¶
func (*RemoveSessionResp) ReadField3 ¶
func (*RemoveSessionResp) String ¶
func (p *RemoveSessionResp) String() string
func (*RemoveSessionResp) Validate ¶
func (p *RemoveSessionResp) Validate() error
type RenameZoneReq ¶
type RenameZoneReq struct { OriginalZoneName []byte `thrift:"original_zone_name,1" db:"original_zone_name" json:"original_zone_name"` ZoneName []byte `thrift:"zone_name,2" db:"zone_name" json:"zone_name"` }
Attributes:
- OriginalZoneName
- ZoneName
var MetaServiceRenameZoneArgs_Req_DEFAULT *RenameZoneReq
func NewRenameZoneReq ¶
func NewRenameZoneReq() *RenameZoneReq
func (*RenameZoneReq) Equals ¶
func (p *RenameZoneReq) Equals(other *RenameZoneReq) bool
func (*RenameZoneReq) GetOriginalZoneName ¶
func (p *RenameZoneReq) GetOriginalZoneName() []byte
func (*RenameZoneReq) GetZoneName ¶
func (p *RenameZoneReq) GetZoneName() []byte
func (*RenameZoneReq) LogValue ¶
func (p *RenameZoneReq) LogValue() slog.Value
func (*RenameZoneReq) ReadField1 ¶
func (*RenameZoneReq) ReadField2 ¶
func (*RenameZoneReq) String ¶
func (p *RenameZoneReq) String() string
func (*RenameZoneReq) Validate ¶
func (p *RenameZoneReq) Validate() error
type ReportTaskReq ¶
type ReportTaskReq struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` SpaceID nebula.GraphSpaceID `thrift:"space_id,2" db:"space_id" json:"space_id"` JobID int32 `thrift:"job_id,3" db:"job_id" json:"job_id"` TaskID int32 `thrift:"task_id,4" db:"task_id" json:"task_id"` Stats *StatsItem `thrift:"stats,5" db:"stats" json:"stats,omitempty"` }
Attributes:
- Code
- SpaceID
- JobID
- TaskID
- Stats
var MetaServiceReportTaskFinishArgs_Req_DEFAULT *ReportTaskReq
func NewReportTaskReq ¶
func NewReportTaskReq() *ReportTaskReq
func (*ReportTaskReq) Equals ¶
func (p *ReportTaskReq) Equals(other *ReportTaskReq) bool
func (*ReportTaskReq) GetCode ¶
func (p *ReportTaskReq) GetCode() nebula.ErrorCode
func (*ReportTaskReq) GetJobID ¶
func (p *ReportTaskReq) GetJobID() int32
func (*ReportTaskReq) GetSpaceID ¶
func (p *ReportTaskReq) GetSpaceID() nebula.GraphSpaceID
func (*ReportTaskReq) GetStats ¶
func (p *ReportTaskReq) GetStats() *StatsItem
func (*ReportTaskReq) GetTaskID ¶
func (p *ReportTaskReq) GetTaskID() int32
func (*ReportTaskReq) IsSetStats ¶
func (p *ReportTaskReq) IsSetStats() bool
func (*ReportTaskReq) LogValue ¶
func (p *ReportTaskReq) LogValue() slog.Value
func (*ReportTaskReq) ReadField1 ¶
func (*ReportTaskReq) ReadField2 ¶
func (*ReportTaskReq) ReadField3 ¶
func (*ReportTaskReq) ReadField4 ¶
func (*ReportTaskReq) ReadField5 ¶
func (*ReportTaskReq) String ¶
func (p *ReportTaskReq) String() string
func (*ReportTaskReq) Validate ¶
func (p *ReportTaskReq) Validate() error
type RestoreMetaReq ¶
type RestoreMetaReq struct { Files [][]byte `thrift:"files,1" db:"files" json:"files"` Hosts []*HostPair `thrift:"hosts,2" db:"hosts" json:"hosts"` }
Attributes:
- Files
- Hosts
var MetaServiceRestoreMetaArgs_Req_DEFAULT *RestoreMetaReq
func NewRestoreMetaReq ¶
func NewRestoreMetaReq() *RestoreMetaReq
func (*RestoreMetaReq) Equals ¶
func (p *RestoreMetaReq) Equals(other *RestoreMetaReq) bool
func (*RestoreMetaReq) GetFiles ¶
func (p *RestoreMetaReq) GetFiles() [][]byte
func (*RestoreMetaReq) GetHosts ¶
func (p *RestoreMetaReq) GetHosts() []*HostPair
func (*RestoreMetaReq) LogValue ¶
func (p *RestoreMetaReq) LogValue() slog.Value
func (*RestoreMetaReq) ReadField1 ¶
func (*RestoreMetaReq) ReadField2 ¶
func (*RestoreMetaReq) String ¶
func (p *RestoreMetaReq) String() string
func (*RestoreMetaReq) Validate ¶
func (p *RestoreMetaReq) Validate() error
type RestoreMetaResp ¶
type RestoreMetaResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` PartHosts map[nebula.GraphSpaceID][]*PartInfo `thrift:"part_hosts,3" db:"part_hosts" json:"part_hosts"` }
Attributes:
- Code
- Leader
- PartHosts
var MetaServiceRestoreMetaResult_Success_DEFAULT *RestoreMetaResp
func NewRestoreMetaResp ¶
func NewRestoreMetaResp() *RestoreMetaResp
func (*RestoreMetaResp) Equals ¶
func (p *RestoreMetaResp) Equals(other *RestoreMetaResp) bool
func (*RestoreMetaResp) GetCode ¶
func (p *RestoreMetaResp) GetCode() nebula.ErrorCode
func (*RestoreMetaResp) GetLeader ¶
func (p *RestoreMetaResp) GetLeader() *nebula.HostAddr
func (*RestoreMetaResp) GetPartHosts ¶
func (p *RestoreMetaResp) GetPartHosts() map[nebula.GraphSpaceID][]*PartInfo
func (*RestoreMetaResp) IsSetLeader ¶
func (p *RestoreMetaResp) IsSetLeader() bool
func (*RestoreMetaResp) LogValue ¶
func (p *RestoreMetaResp) LogValue() slog.Value
func (*RestoreMetaResp) ReadField1 ¶
func (*RestoreMetaResp) ReadField2 ¶
func (*RestoreMetaResp) ReadField3 ¶
func (*RestoreMetaResp) String ¶
func (p *RestoreMetaResp) String() string
func (*RestoreMetaResp) Validate ¶
func (p *RestoreMetaResp) Validate() error
type RevokeRoleReq ¶
type RevokeRoleReq struct {
RoleItem *RoleItem `thrift:"role_item,1" db:"role_item" json:"role_item"`
}
Attributes:
- RoleItem
var MetaServiceRevokeRoleArgs_Req_DEFAULT *RevokeRoleReq
func NewRevokeRoleReq ¶
func NewRevokeRoleReq() *RevokeRoleReq
func (*RevokeRoleReq) Equals ¶
func (p *RevokeRoleReq) Equals(other *RevokeRoleReq) bool
func (*RevokeRoleReq) GetRoleItem ¶
func (p *RevokeRoleReq) GetRoleItem() *RoleItem
func (*RevokeRoleReq) IsSetRoleItem ¶
func (p *RevokeRoleReq) IsSetRoleItem() bool
func (*RevokeRoleReq) LogValue ¶
func (p *RevokeRoleReq) LogValue() slog.Value
func (*RevokeRoleReq) ReadField1 ¶
func (*RevokeRoleReq) String ¶
func (p *RevokeRoleReq) String() string
func (*RevokeRoleReq) Validate ¶
func (p *RevokeRoleReq) Validate() error
type RoleItem ¶
type RoleItem struct { UserID []byte `thrift:"user_id,1" db:"user_id" json:"user_id"` SpaceID nebula.GraphSpaceID `thrift:"space_id,2" db:"space_id" json:"space_id"` RoleType RoleType `thrift:"role_type,3" db:"role_type" json:"role_type"` }
Attributes:
- UserID
- SpaceID
- RoleType
var GrantRoleReq_RoleItem_DEFAULT *RoleItem
var RevokeRoleReq_RoleItem_DEFAULT *RoleItem
func NewRoleItem ¶
func NewRoleItem() *RoleItem
func (*RoleItem) GetRoleType ¶
func (*RoleItem) GetSpaceID ¶
func (p *RoleItem) GetSpaceID() nebula.GraphSpaceID
func (*RoleItem) ReadField1 ¶
func (*RoleItem) ReadField2 ¶
func (*RoleItem) ReadField3 ¶
type RoleType ¶
type RoleType int64
func RoleTypeFromString ¶
func RoleTypePtr ¶
func (RoleType) MarshalText ¶
func (*RoleType) UnmarshalText ¶
type SaveGraphVersionReq ¶
type SaveGraphVersionReq struct { ClientVersion []byte `thrift:"client_version,1,required" db:"client_version" json:"client_version"` Host *nebula.HostAddr `thrift:"host,2" db:"host" json:"host"` BuildVersion []byte `thrift:"build_version,3" db:"build_version" json:"build_version"` }
Attributes:
- ClientVersion
- Host
- BuildVersion
var MetaServiceSaveGraphVersionArgs_Req_DEFAULT *SaveGraphVersionReq
func NewSaveGraphVersionReq ¶
func NewSaveGraphVersionReq() *SaveGraphVersionReq
func (*SaveGraphVersionReq) Equals ¶
func (p *SaveGraphVersionReq) Equals(other *SaveGraphVersionReq) bool
func (*SaveGraphVersionReq) GetBuildVersion ¶
func (p *SaveGraphVersionReq) GetBuildVersion() []byte
func (*SaveGraphVersionReq) GetClientVersion ¶
func (p *SaveGraphVersionReq) GetClientVersion() []byte
func (*SaveGraphVersionReq) GetHost ¶
func (p *SaveGraphVersionReq) GetHost() *nebula.HostAddr
func (*SaveGraphVersionReq) IsSetHost ¶
func (p *SaveGraphVersionReq) IsSetHost() bool
func (*SaveGraphVersionReq) LogValue ¶
func (p *SaveGraphVersionReq) LogValue() slog.Value
func (*SaveGraphVersionReq) ReadField1 ¶
func (*SaveGraphVersionReq) ReadField2 ¶
func (*SaveGraphVersionReq) ReadField3 ¶
func (*SaveGraphVersionReq) String ¶
func (p *SaveGraphVersionReq) String() string
func (*SaveGraphVersionReq) Validate ¶
func (p *SaveGraphVersionReq) Validate() error
type SaveGraphVersionResp ¶
type SaveGraphVersionResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` ErrorMsg []byte `thrift:"error_msg,3" db:"error_msg" json:"error_msg,omitempty"` }
Attributes:
- Code
- Leader
- ErrorMsg
var MetaServiceSaveGraphVersionResult_Success_DEFAULT *SaveGraphVersionResp
func NewSaveGraphVersionResp ¶
func NewSaveGraphVersionResp() *SaveGraphVersionResp
func (*SaveGraphVersionResp) Equals ¶
func (p *SaveGraphVersionResp) Equals(other *SaveGraphVersionResp) bool
func (*SaveGraphVersionResp) GetCode ¶
func (p *SaveGraphVersionResp) GetCode() nebula.ErrorCode
func (*SaveGraphVersionResp) GetErrorMsg ¶
func (p *SaveGraphVersionResp) GetErrorMsg() []byte
func (*SaveGraphVersionResp) GetLeader ¶
func (p *SaveGraphVersionResp) GetLeader() *nebula.HostAddr
func (*SaveGraphVersionResp) IsSetErrorMsg ¶
func (p *SaveGraphVersionResp) IsSetErrorMsg() bool
func (*SaveGraphVersionResp) IsSetLeader ¶
func (p *SaveGraphVersionResp) IsSetLeader() bool
func (*SaveGraphVersionResp) LogValue ¶
func (p *SaveGraphVersionResp) LogValue() slog.Value
func (*SaveGraphVersionResp) ReadField1 ¶
func (*SaveGraphVersionResp) ReadField2 ¶
func (*SaveGraphVersionResp) ReadField3 ¶
func (*SaveGraphVersionResp) String ¶
func (p *SaveGraphVersionResp) String() string
func (*SaveGraphVersionResp) Validate ¶
func (p *SaveGraphVersionResp) Validate() error
type Schema ¶
type Schema struct { Columns []*ColumnDef `thrift:"columns,1" db:"columns" json:"columns"` SchemaProp *SchemaProp `thrift:"schema_prop,2" db:"schema_prop" json:"schema_prop"` }
Attributes:
- Columns
- SchemaProp
var AlterSchemaItem_Schema_DEFAULT *Schema
var CreateEdgeReq_Schema_DEFAULT *Schema
var CreateTagReq_Schema_DEFAULT *Schema
var EdgeItem_Schema_DEFAULT *Schema
var GetEdgeResp_Schema_DEFAULT *Schema
var GetTagResp_Schema_DEFAULT *Schema
var TagItem_Schema_DEFAULT *Schema
func (*Schema) GetColumns ¶
func (*Schema) GetSchemaProp ¶
func (p *Schema) GetSchemaProp() *SchemaProp
func (*Schema) IsSetSchemaProp ¶
func (*Schema) ReadField1 ¶
func (*Schema) ReadField2 ¶
type SchemaProp ¶
type SchemaProp struct { TTLDuration *int64 `thrift:"ttl_duration,1" db:"ttl_duration" json:"ttl_duration,omitempty"` TTLCol []byte `thrift:"ttl_col,2" db:"ttl_col" json:"ttl_col,omitempty"` Comment []byte `thrift:"comment,3" db:"comment" json:"comment,omitempty"` }
Attributes:
- TTLDuration
- TTLCol
- Comment
var AlterEdgeReq_SchemaProp_DEFAULT *SchemaProp
var AlterTagReq_SchemaProp_DEFAULT *SchemaProp
var Schema_SchemaProp_DEFAULT *SchemaProp
func NewSchemaProp ¶
func NewSchemaProp() *SchemaProp
func (*SchemaProp) Equals ¶
func (p *SchemaProp) Equals(other *SchemaProp) bool
func (*SchemaProp) GetComment ¶
func (p *SchemaProp) GetComment() []byte
func (*SchemaProp) GetTTLCol ¶
func (p *SchemaProp) GetTTLCol() []byte
func (*SchemaProp) GetTTLDuration ¶
func (p *SchemaProp) GetTTLDuration() int64
func (*SchemaProp) IsSetComment ¶
func (p *SchemaProp) IsSetComment() bool
func (*SchemaProp) IsSetTTLCol ¶
func (p *SchemaProp) IsSetTTLCol() bool
func (*SchemaProp) IsSetTTLDuration ¶
func (p *SchemaProp) IsSetTTLDuration() bool
func (*SchemaProp) LogValue ¶
func (p *SchemaProp) LogValue() slog.Value
func (*SchemaProp) ReadField1 ¶
func (*SchemaProp) ReadField2 ¶
func (*SchemaProp) ReadField3 ¶
func (*SchemaProp) String ¶
func (p *SchemaProp) String() string
func (*SchemaProp) Validate ¶
func (p *SchemaProp) Validate() error
type ServiceClient ¶
type ServiceClient struct { Host *nebula.HostAddr `thrift:"host,1,required" db:"host" json:"host"` User []byte `thrift:"user,2" db:"user" json:"user,omitempty"` Pwd []byte `thrift:"pwd,3" db:"pwd" json:"pwd,omitempty"` ConnType []byte `thrift:"conn_type,4" db:"conn_type" json:"conn_type,omitempty"` }
Attributes:
- Host
- User
- Pwd
- ConnType
func NewServiceClient ¶
func NewServiceClient() *ServiceClient
func (*ServiceClient) Equals ¶
func (p *ServiceClient) Equals(other *ServiceClient) bool
func (*ServiceClient) GetConnType ¶
func (p *ServiceClient) GetConnType() []byte
func (*ServiceClient) GetHost ¶
func (p *ServiceClient) GetHost() *nebula.HostAddr
func (*ServiceClient) GetPwd ¶
func (p *ServiceClient) GetPwd() []byte
func (*ServiceClient) GetUser ¶
func (p *ServiceClient) GetUser() []byte
func (*ServiceClient) IsSetConnType ¶
func (p *ServiceClient) IsSetConnType() bool
func (*ServiceClient) IsSetHost ¶
func (p *ServiceClient) IsSetHost() bool
func (*ServiceClient) IsSetPwd ¶
func (p *ServiceClient) IsSetPwd() bool
func (*ServiceClient) IsSetUser ¶
func (p *ServiceClient) IsSetUser() bool
func (*ServiceClient) LogValue ¶
func (p *ServiceClient) LogValue() slog.Value
func (*ServiceClient) ReadField1 ¶
func (*ServiceClient) ReadField2 ¶
func (*ServiceClient) ReadField3 ¶
func (*ServiceClient) ReadField4 ¶
func (*ServiceClient) String ¶
func (p *ServiceClient) String() string
func (*ServiceClient) Validate ¶
func (p *ServiceClient) Validate() error
type ServiceInfo ¶
type ServiceInfo struct { Dir *nebula.DirInfo `thrift:"dir,1" db:"dir" json:"dir"` Addr *nebula.HostAddr `thrift:"addr,2" db:"addr" json:"addr"` Role HostRole `thrift:"role,3" db:"role" json:"role"` }
Attributes:
- Dir
- Addr
- Role
func NewServiceInfo ¶
func NewServiceInfo() *ServiceInfo
func (*ServiceInfo) Equals ¶
func (p *ServiceInfo) Equals(other *ServiceInfo) bool
func (*ServiceInfo) GetAddr ¶
func (p *ServiceInfo) GetAddr() *nebula.HostAddr
func (*ServiceInfo) GetDir ¶
func (p *ServiceInfo) GetDir() *nebula.DirInfo
func (*ServiceInfo) GetRole ¶
func (p *ServiceInfo) GetRole() HostRole
func (*ServiceInfo) IsSetAddr ¶
func (p *ServiceInfo) IsSetAddr() bool
func (*ServiceInfo) IsSetDir ¶
func (p *ServiceInfo) IsSetDir() bool
func (*ServiceInfo) LogValue ¶
func (p *ServiceInfo) LogValue() slog.Value
func (*ServiceInfo) ReadField1 ¶
func (*ServiceInfo) ReadField2 ¶
func (*ServiceInfo) ReadField3 ¶
func (*ServiceInfo) String ¶
func (p *ServiceInfo) String() string
func (*ServiceInfo) Validate ¶
func (p *ServiceInfo) Validate() error
type Session ¶
type Session struct { SessionID nebula.SessionID `thrift:"session_id,1" db:"session_id" json:"session_id"` CreateTime nebula.Timestamp `thrift:"create_time,2" db:"create_time" json:"create_time"` UpdateTime nebula.Timestamp `thrift:"update_time,3" db:"update_time" json:"update_time"` UserName []byte `thrift:"user_name,4" db:"user_name" json:"user_name"` SpaceName []byte `thrift:"space_name,5" db:"space_name" json:"space_name"` GraphAddr *nebula.HostAddr `thrift:"graph_addr,6" db:"graph_addr" json:"graph_addr"` Timezone int32 `thrift:"timezone,7" db:"timezone" json:"timezone"` ClientIP []byte `thrift:"client_ip,8" db:"client_ip" json:"client_ip"` Configs map[string]*nebula.Value `thrift:"configs,9" db:"configs" json:"configs"` Queries map[nebula.ExecutionPlanID]*QueryDesc `thrift:"queries,10" db:"queries" json:"queries"` }
Attributes:
- SessionID
- CreateTime
- UpdateTime
- UserName
- SpaceName
- GraphAddr
- Timezone
- ClientIP
- Configs
- Queries
var CreateSessionResp_Session_DEFAULT *Session
var GetSessionResp_Session_DEFAULT *Session
func NewSession ¶
func NewSession() *Session
func (*Session) GetClientIP ¶
func (*Session) GetCreateTime ¶
func (*Session) GetGraphAddr ¶
func (*Session) GetQueries ¶
func (p *Session) GetQueries() map[nebula.ExecutionPlanID]*QueryDesc
func (*Session) GetSessionID ¶
func (*Session) GetSpaceName ¶
func (*Session) GetTimezone ¶
func (*Session) GetUpdateTime ¶
func (*Session) GetUserName ¶
func (*Session) IsSetGraphAddr ¶
func (*Session) ReadField1 ¶
func (*Session) ReadField10 ¶
func (*Session) ReadField2 ¶
func (*Session) ReadField3 ¶
func (*Session) ReadField4 ¶
func (*Session) ReadField5 ¶
func (*Session) ReadField6 ¶
func (*Session) ReadField7 ¶
func (*Session) ReadField8 ¶
func (*Session) ReadField9 ¶
type SetConfigReq ¶
type SetConfigReq struct {
Item *ConfigItem `thrift:"item,1" db:"item" json:"item"`
}
Attributes:
- Item
var MetaServiceSetConfigArgs_Req_DEFAULT *SetConfigReq
func NewSetConfigReq ¶
func NewSetConfigReq() *SetConfigReq
func (*SetConfigReq) Equals ¶
func (p *SetConfigReq) Equals(other *SetConfigReq) bool
func (*SetConfigReq) GetItem ¶
func (p *SetConfigReq) GetItem() *ConfigItem
func (*SetConfigReq) IsSetItem ¶
func (p *SetConfigReq) IsSetItem() bool
func (*SetConfigReq) LogValue ¶
func (p *SetConfigReq) LogValue() slog.Value
func (*SetConfigReq) ReadField1 ¶
func (*SetConfigReq) String ¶
func (p *SetConfigReq) String() string
func (*SetConfigReq) Validate ¶
func (p *SetConfigReq) Validate() error
type SignInServiceReq ¶
type SignInServiceReq struct { Type ExternalServiceType `thrift:"type,1" db:"type" json:"type"` Clients []*ServiceClient `thrift:"clients,2" db:"clients" json:"clients"` }
Attributes:
- Type
- Clients
var MetaServiceSignInServiceArgs_Req_DEFAULT *SignInServiceReq
func NewSignInServiceReq ¶
func NewSignInServiceReq() *SignInServiceReq
func (*SignInServiceReq) Equals ¶
func (p *SignInServiceReq) Equals(other *SignInServiceReq) bool
func (*SignInServiceReq) GetClients ¶
func (p *SignInServiceReq) GetClients() []*ServiceClient
func (*SignInServiceReq) GetType ¶
func (p *SignInServiceReq) GetType() ExternalServiceType
func (*SignInServiceReq) LogValue ¶
func (p *SignInServiceReq) LogValue() slog.Value
func (*SignInServiceReq) ReadField1 ¶
func (*SignInServiceReq) ReadField2 ¶
func (*SignInServiceReq) String ¶
func (p *SignInServiceReq) String() string
func (*SignInServiceReq) Validate ¶
func (p *SignInServiceReq) Validate() error
type SignOutServiceReq ¶
type SignOutServiceReq struct {
Type ExternalServiceType `thrift:"type,1" db:"type" json:"type"`
}
Attributes:
- Type
var MetaServiceSignOutServiceArgs_Req_DEFAULT *SignOutServiceReq
func NewSignOutServiceReq ¶
func NewSignOutServiceReq() *SignOutServiceReq
func (*SignOutServiceReq) Equals ¶
func (p *SignOutServiceReq) Equals(other *SignOutServiceReq) bool
func (*SignOutServiceReq) GetType ¶
func (p *SignOutServiceReq) GetType() ExternalServiceType
func (*SignOutServiceReq) LogValue ¶
func (p *SignOutServiceReq) LogValue() slog.Value
func (*SignOutServiceReq) ReadField1 ¶
func (*SignOutServiceReq) String ¶
func (p *SignOutServiceReq) String() string
func (*SignOutServiceReq) Validate ¶
func (p *SignOutServiceReq) Validate() error
type Snapshot ¶
type Snapshot struct { Name []byte `thrift:"name,1" db:"name" json:"name"` Status SnapshotStatus `thrift:"status,2" db:"status" json:"status"` Hosts []byte `thrift:"hosts,3" db:"hosts" json:"hosts"` }
Attributes:
- Name
- Status
- Hosts
func NewSnapshot ¶
func NewSnapshot() *Snapshot
func (*Snapshot) GetStatus ¶
func (p *Snapshot) GetStatus() SnapshotStatus
func (*Snapshot) ReadField1 ¶
func (*Snapshot) ReadField2 ¶
func (*Snapshot) ReadField3 ¶
type SnapshotStatus ¶
type SnapshotStatus int64
const ( SnapshotStatus_VALID SnapshotStatus = 0 SnapshotStatus_INVALID SnapshotStatus = 1 )
func SnapshotStatusFromString ¶
func SnapshotStatusFromString(s string) (SnapshotStatus, error)
func SnapshotStatusPtr ¶
func SnapshotStatusPtr(v SnapshotStatus) *SnapshotStatus
func (SnapshotStatus) MarshalText ¶
func (p SnapshotStatus) MarshalText() ([]byte, error)
func (*SnapshotStatus) Scan ¶
func (p *SnapshotStatus) Scan(value interface{}) error
func (SnapshotStatus) String ¶
func (p SnapshotStatus) String() string
func (*SnapshotStatus) UnmarshalText ¶
func (p *SnapshotStatus) UnmarshalText(text []byte) error
type SpaceBackupInfo ¶
type SpaceBackupInfo struct { Space *SpaceDesc `thrift:"space,1" db:"space" json:"space"` HostBackups []*HostBackupInfo `thrift:"host_backups,2" db:"host_backups" json:"host_backups"` }
Attributes:
- Space
- HostBackups
func NewSpaceBackupInfo ¶
func NewSpaceBackupInfo() *SpaceBackupInfo
func (*SpaceBackupInfo) Equals ¶
func (p *SpaceBackupInfo) Equals(other *SpaceBackupInfo) bool
func (*SpaceBackupInfo) GetHostBackups ¶
func (p *SpaceBackupInfo) GetHostBackups() []*HostBackupInfo
func (*SpaceBackupInfo) GetSpace ¶
func (p *SpaceBackupInfo) GetSpace() *SpaceDesc
func (*SpaceBackupInfo) IsSetSpace ¶
func (p *SpaceBackupInfo) IsSetSpace() bool
func (*SpaceBackupInfo) LogValue ¶
func (p *SpaceBackupInfo) LogValue() slog.Value
func (*SpaceBackupInfo) ReadField1 ¶
func (*SpaceBackupInfo) ReadField2 ¶
func (*SpaceBackupInfo) String ¶
func (p *SpaceBackupInfo) String() string
func (*SpaceBackupInfo) Validate ¶
func (p *SpaceBackupInfo) Validate() error
type SpaceDesc ¶
type SpaceDesc struct { SpaceName []byte `thrift:"space_name,1" db:"space_name" json:"space_name"` PartitionNum int32 `thrift:"partition_num,2" db:"partition_num" json:"partition_num"` ReplicaFactor int32 `thrift:"replica_factor,3" db:"replica_factor" json:"replica_factor"` CharsetName []byte `thrift:"charset_name,4" db:"charset_name" json:"charset_name"` CollateName []byte `thrift:"collate_name,5" db:"collate_name" json:"collate_name"` VidType *ColumnTypeDef `thrift:"vid_type,6" db:"vid_type" json:"vid_type"` ZoneNames [][]byte `thrift:"zone_names,7" db:"zone_names" json:"zone_names"` IsolationLevel *IsolationLevel `thrift:"isolation_level,8" db:"isolation_level" json:"isolation_level,omitempty"` Comment []byte `thrift:"comment,9" db:"comment" json:"comment,omitempty"` }
Attributes:
- SpaceName
- PartitionNum
- ReplicaFactor
- CharsetName
- CollateName
- VidType
- ZoneNames
- IsolationLevel
- Comment
var CreateSpaceReq_Properties_DEFAULT *SpaceDesc
var SpaceBackupInfo_Space_DEFAULT *SpaceDesc
var SpaceItem_Properties_DEFAULT *SpaceDesc
func NewSpaceDesc ¶
func NewSpaceDesc() *SpaceDesc
func (*SpaceDesc) GetCharsetName ¶
func (*SpaceDesc) GetCollateName ¶
func (*SpaceDesc) GetComment ¶
func (*SpaceDesc) GetIsolationLevel ¶
func (p *SpaceDesc) GetIsolationLevel() IsolationLevel
func (*SpaceDesc) GetPartitionNum ¶
func (*SpaceDesc) GetReplicaFactor ¶
func (*SpaceDesc) GetSpaceName ¶
func (*SpaceDesc) GetVidType ¶
func (p *SpaceDesc) GetVidType() *ColumnTypeDef
func (*SpaceDesc) GetZoneNames ¶
func (*SpaceDesc) IsSetComment ¶
func (*SpaceDesc) IsSetIsolationLevel ¶
func (*SpaceDesc) IsSetVidType ¶
func (*SpaceDesc) ReadField1 ¶
func (*SpaceDesc) ReadField2 ¶
func (*SpaceDesc) ReadField3 ¶
func (*SpaceDesc) ReadField4 ¶
func (*SpaceDesc) ReadField5 ¶
func (*SpaceDesc) ReadField6 ¶
func (*SpaceDesc) ReadField7 ¶
func (*SpaceDesc) ReadField8 ¶
func (*SpaceDesc) ReadField9 ¶
type SpaceItem ¶
type SpaceItem struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Properties *SpaceDesc `thrift:"properties,2" db:"properties" json:"properties"` }
Attributes:
- SpaceID
- Properties
var GetSpaceResp_Item_DEFAULT *SpaceItem
func NewSpaceItem ¶
func NewSpaceItem() *SpaceItem
func (*SpaceItem) GetProperties ¶
func (*SpaceItem) GetSpaceID ¶
func (p *SpaceItem) GetSpaceID() nebula.GraphSpaceID
func (*SpaceItem) IsSetProperties ¶
func (*SpaceItem) ReadField1 ¶
func (*SpaceItem) ReadField2 ¶
type StatsItem ¶
type StatsItem struct { TagVertices map[string]int64 `thrift:"tag_vertices,1" db:"tag_vertices" json:"tag_vertices"` Edges map[string]int64 `thrift:"edges,2" db:"edges" json:"edges"` SpaceVertices int64 `thrift:"space_vertices,3" db:"space_vertices" json:"space_vertices"` SpaceEdges int64 `thrift:"space_edges,4" db:"space_edges" json:"space_edges"` PositivePartCorrelativity map[nebula.PartitionID][]*Correlativity `thrift:"positive_part_correlativity,5" db:"positive_part_correlativity" json:"positive_part_correlativity"` NegativePartCorrelativity map[nebula.PartitionID][]*Correlativity `thrift:"negative_part_correlativity,6" db:"negative_part_correlativity" json:"negative_part_correlativity"` Status JobStatus `thrift:"status,7" db:"status" json:"status"` }
Attributes:
- TagVertices
- Edges
- SpaceVertices
- SpaceEdges
- PositivePartCorrelativity
- NegativePartCorrelativity
- Status
var GetStatsResp_Stats_DEFAULT *StatsItem
var ReportTaskReq_Stats_DEFAULT *StatsItem
func NewStatsItem ¶
func NewStatsItem() *StatsItem
func (*StatsItem) GetNegativePartCorrelativity ¶
func (p *StatsItem) GetNegativePartCorrelativity() map[nebula.PartitionID][]*Correlativity
func (*StatsItem) GetPositivePartCorrelativity ¶
func (p *StatsItem) GetPositivePartCorrelativity() map[nebula.PartitionID][]*Correlativity
func (*StatsItem) GetSpaceEdges ¶
func (*StatsItem) GetSpaceVertices ¶
func (*StatsItem) GetTagVertices ¶
func (*StatsItem) ReadField1 ¶
func (*StatsItem) ReadField2 ¶
func (*StatsItem) ReadField3 ¶
func (*StatsItem) ReadField4 ¶
func (*StatsItem) ReadField5 ¶
func (*StatsItem) ReadField6 ¶
func (*StatsItem) ReadField7 ¶
type TagItem ¶
type TagItem struct { TagID nebula.TagID `thrift:"tag_id,1" db:"tag_id" json:"tag_id"` TagName []byte `thrift:"tag_name,2" db:"tag_name" json:"tag_name"` Version SchemaVer `thrift:"version,3" db:"version" json:"version"` Schema *Schema `thrift:"schema,4" db:"schema" json:"schema"` }
Attributes:
- TagID
- TagName
- Version
- Schema
func NewTagItem ¶
func NewTagItem() *TagItem
func (*TagItem) GetTagName ¶
func (*TagItem) GetVersion ¶
func (*TagItem) IsSetSchema ¶
func (*TagItem) ReadField1 ¶
func (*TagItem) ReadField2 ¶
func (*TagItem) ReadField3 ¶
func (*TagItem) ReadField4 ¶
type TaskDesc ¶
type TaskDesc struct { SpaceID nebula.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` JobID int32 `thrift:"job_id,2" db:"job_id" json:"job_id"` TaskID int32 `thrift:"task_id,3" db:"task_id" json:"task_id"` Host *nebula.HostAddr `thrift:"host,4" db:"host" json:"host"` Status JobStatus `thrift:"status,5" db:"status" json:"status"` StartTime int64 `thrift:"start_time,6" db:"start_time" json:"start_time"` StopTime int64 `thrift:"stop_time,7" db:"stop_time" json:"stop_time"` Code nebula.ErrorCode `thrift:"code,8" db:"code" json:"code"` }
Attributes:
- SpaceID
- JobID
- TaskID
- Host
- Status
- StartTime
- StopTime
- Code
func NewTaskDesc ¶
func NewTaskDesc() *TaskDesc
func (*TaskDesc) GetSpaceID ¶
func (p *TaskDesc) GetSpaceID() nebula.GraphSpaceID
func (*TaskDesc) GetStartTime ¶
func (*TaskDesc) GetStopTime ¶
func (*TaskDesc) ReadField1 ¶
func (*TaskDesc) ReadField2 ¶
func (*TaskDesc) ReadField3 ¶
func (*TaskDesc) ReadField4 ¶
func (*TaskDesc) ReadField5 ¶
func (*TaskDesc) ReadField6 ¶
func (*TaskDesc) ReadField7 ¶
func (*TaskDesc) ReadField8 ¶
type TaskResult_ ¶
type TaskResult_ int64
const ( TaskResult__SUCCEEDED TaskResult_ = 0 TaskResult__FAILED TaskResult_ = 1 TaskResult__IN_PROGRESS TaskResult_ = 2 TaskResult__INVALID TaskResult_ = 3 )
func TaskResult_FromString ¶
func TaskResult_FromString(s string) (TaskResult_, error)
func TaskResult_Ptr ¶
func TaskResult_Ptr(v TaskResult_) *TaskResult_
func (TaskResult_) MarshalText ¶
func (p TaskResult_) MarshalText() ([]byte, error)
func (*TaskResult_) Scan ¶
func (p *TaskResult_) Scan(value interface{}) error
func (TaskResult_) String ¶
func (p TaskResult_) String() string
func (*TaskResult_) UnmarshalText ¶
func (p *TaskResult_) UnmarshalText(text []byte) error
type UpdateSessionsReq ¶
type UpdateSessionsReq struct {
Sessions []*Session `thrift:"sessions,1" db:"sessions" json:"sessions"`
}
Attributes:
- Sessions
var MetaServiceUpdateSessionsArgs_Req_DEFAULT *UpdateSessionsReq
func NewUpdateSessionsReq ¶
func NewUpdateSessionsReq() *UpdateSessionsReq
func (*UpdateSessionsReq) Equals ¶
func (p *UpdateSessionsReq) Equals(other *UpdateSessionsReq) bool
func (*UpdateSessionsReq) GetSessions ¶
func (p *UpdateSessionsReq) GetSessions() []*Session
func (*UpdateSessionsReq) LogValue ¶
func (p *UpdateSessionsReq) LogValue() slog.Value
func (*UpdateSessionsReq) ReadField1 ¶
func (*UpdateSessionsReq) String ¶
func (p *UpdateSessionsReq) String() string
func (*UpdateSessionsReq) Validate ¶
func (p *UpdateSessionsReq) Validate() error
type UpdateSessionsResp ¶
type UpdateSessionsResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` KilledQueries map[nebula.SessionID]map[nebula.ExecutionPlanID]*QueryDesc `thrift:"killed_queries,3" db:"killed_queries" json:"killed_queries"` KilledSessions []nebula.SessionID `thrift:"killed_sessions,4" db:"killed_sessions" json:"killed_sessions"` }
Attributes:
- Code
- Leader
- KilledQueries
- KilledSessions
var MetaServiceUpdateSessionsResult_Success_DEFAULT *UpdateSessionsResp
func NewUpdateSessionsResp ¶
func NewUpdateSessionsResp() *UpdateSessionsResp
func (*UpdateSessionsResp) Equals ¶
func (p *UpdateSessionsResp) Equals(other *UpdateSessionsResp) bool
func (*UpdateSessionsResp) GetCode ¶
func (p *UpdateSessionsResp) GetCode() nebula.ErrorCode
func (*UpdateSessionsResp) GetKilledQueries ¶
func (p *UpdateSessionsResp) GetKilledQueries() map[nebula.SessionID]map[nebula.ExecutionPlanID]*QueryDesc
func (*UpdateSessionsResp) GetKilledSessions ¶
func (p *UpdateSessionsResp) GetKilledSessions() []nebula.SessionID
func (*UpdateSessionsResp) GetLeader ¶
func (p *UpdateSessionsResp) GetLeader() *nebula.HostAddr
func (*UpdateSessionsResp) IsSetLeader ¶
func (p *UpdateSessionsResp) IsSetLeader() bool
func (*UpdateSessionsResp) LogValue ¶
func (p *UpdateSessionsResp) LogValue() slog.Value
func (*UpdateSessionsResp) ReadField1 ¶
func (*UpdateSessionsResp) ReadField2 ¶
func (*UpdateSessionsResp) ReadField3 ¶
func (*UpdateSessionsResp) ReadField4 ¶
func (*UpdateSessionsResp) String ¶
func (p *UpdateSessionsResp) String() string
func (*UpdateSessionsResp) Validate ¶
func (p *UpdateSessionsResp) Validate() error
type UserItem ¶
type UserItem struct { Account []byte `thrift:"account,1" db:"account" json:"account"` IsLock bool `thrift:"is_lock,2" db:"is_lock" json:"is_lock"` MaxQueriesPerHour int32 `thrift:"max_queries_per_hour,3" db:"max_queries_per_hour" json:"max_queries_per_hour"` MaxUpdatesPerHour int32 `thrift:"max_updates_per_hour,4" db:"max_updates_per_hour" json:"max_updates_per_hour"` MaxConnectionsPerHour int32 `thrift:"max_connections_per_hour,5" db:"max_connections_per_hour" json:"max_connections_per_hour"` MaxUserConnections int32 `thrift:"max_user_connections,6" db:"max_user_connections" json:"max_user_connections"` }
Attributes:
- Account
- IsLock
- MaxQueriesPerHour
- MaxUpdatesPerHour
- MaxConnectionsPerHour
- MaxUserConnections
func NewUserItem ¶
func NewUserItem() *UserItem
func (*UserItem) GetAccount ¶
func (*UserItem) GetMaxConnectionsPerHour ¶
func (*UserItem) GetMaxQueriesPerHour ¶
func (*UserItem) GetMaxUpdatesPerHour ¶
func (*UserItem) GetMaxUserConnections ¶
func (*UserItem) ReadField1 ¶
func (*UserItem) ReadField2 ¶
func (*UserItem) ReadField3 ¶
func (*UserItem) ReadField4 ¶
func (*UserItem) ReadField5 ¶
func (*UserItem) ReadField6 ¶
type VerifyClientVersionReq ¶
type VerifyClientVersionReq struct { ClientVersion []byte `thrift:"client_version,1,required" db:"client_version" json:"client_version"` Host *nebula.HostAddr `thrift:"host,2" db:"host" json:"host"` BuildVersion []byte `thrift:"build_version,3" db:"build_version" json:"build_version"` }
Attributes:
- ClientVersion
- Host
- BuildVersion
var MetaServiceVerifyClientVersionArgs_Req_DEFAULT *VerifyClientVersionReq
func NewVerifyClientVersionReq ¶
func NewVerifyClientVersionReq() *VerifyClientVersionReq
func (*VerifyClientVersionReq) Equals ¶
func (p *VerifyClientVersionReq) Equals(other *VerifyClientVersionReq) bool
func (*VerifyClientVersionReq) GetBuildVersion ¶
func (p *VerifyClientVersionReq) GetBuildVersion() []byte
func (*VerifyClientVersionReq) GetClientVersion ¶
func (p *VerifyClientVersionReq) GetClientVersion() []byte
func (*VerifyClientVersionReq) GetHost ¶
func (p *VerifyClientVersionReq) GetHost() *nebula.HostAddr
func (*VerifyClientVersionReq) IsSetHost ¶
func (p *VerifyClientVersionReq) IsSetHost() bool
func (*VerifyClientVersionReq) LogValue ¶
func (p *VerifyClientVersionReq) LogValue() slog.Value
func (*VerifyClientVersionReq) ReadField1 ¶
func (*VerifyClientVersionReq) ReadField2 ¶
func (*VerifyClientVersionReq) ReadField3 ¶
func (*VerifyClientVersionReq) String ¶
func (p *VerifyClientVersionReq) String() string
func (*VerifyClientVersionReq) Validate ¶
func (p *VerifyClientVersionReq) Validate() error
type VerifyClientVersionResp ¶
type VerifyClientVersionResp struct { Code nebula.ErrorCode `thrift:"code,1" db:"code" json:"code"` Leader *nebula.HostAddr `thrift:"leader,2" db:"leader" json:"leader"` ErrorMsg []byte `thrift:"error_msg,3" db:"error_msg" json:"error_msg,omitempty"` }
Attributes:
- Code
- Leader
- ErrorMsg
var MetaServiceVerifyClientVersionResult_Success_DEFAULT *VerifyClientVersionResp
func NewVerifyClientVersionResp ¶
func NewVerifyClientVersionResp() *VerifyClientVersionResp
func (*VerifyClientVersionResp) Equals ¶
func (p *VerifyClientVersionResp) Equals(other *VerifyClientVersionResp) bool
func (*VerifyClientVersionResp) GetCode ¶
func (p *VerifyClientVersionResp) GetCode() nebula.ErrorCode
func (*VerifyClientVersionResp) GetErrorMsg ¶
func (p *VerifyClientVersionResp) GetErrorMsg() []byte
func (*VerifyClientVersionResp) GetLeader ¶
func (p *VerifyClientVersionResp) GetLeader() *nebula.HostAddr
func (*VerifyClientVersionResp) IsSetErrorMsg ¶
func (p *VerifyClientVersionResp) IsSetErrorMsg() bool
func (*VerifyClientVersionResp) IsSetLeader ¶
func (p *VerifyClientVersionResp) IsSetLeader() bool
func (*VerifyClientVersionResp) LogValue ¶
func (p *VerifyClientVersionResp) LogValue() slog.Value
func (*VerifyClientVersionResp) ReadField1 ¶
func (*VerifyClientVersionResp) ReadField2 ¶
func (*VerifyClientVersionResp) ReadField3 ¶
func (*VerifyClientVersionResp) String ¶
func (p *VerifyClientVersionResp) String() string
func (*VerifyClientVersionResp) Validate ¶
func (p *VerifyClientVersionResp) Validate() error
type Zone ¶
type Zone struct { ZoneName []byte `thrift:"zone_name,1" db:"zone_name" json:"zone_name"` Nodes []*nebula.HostAddr `thrift:"nodes,2" db:"nodes" json:"nodes"` }
Attributes:
- ZoneName
- Nodes