Documentation
¶
Index ¶
- Variables
- type GetPoolSvcReq
- type GetPoolSvcResp
- func (*GetPoolSvcResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetPoolSvcResp) GetStatus() int32
- func (x *GetPoolSvcResp) GetSvcreps() []uint32
- func (*GetPoolSvcResp) ProtoMessage()
- func (x *GetPoolSvcResp) ProtoReflect() protoreflect.Message
- func (x *GetPoolSvcResp) Reset()
- func (x *GetPoolSvcResp) String() string
- type ListPoolsReq
- type ListPoolsResp
- type ListPoolsResp_Pool
- func (*ListPoolsResp_Pool) Descriptor() ([]byte, []int)deprecated
- func (x *ListPoolsResp_Pool) GetLabel() string
- func (x *ListPoolsResp_Pool) GetSvcreps() []uint32
- func (x *ListPoolsResp_Pool) GetUuid() string
- func (*ListPoolsResp_Pool) ProtoMessage()
- func (x *ListPoolsResp_Pool) ProtoReflect() protoreflect.Message
- func (x *ListPoolsResp_Pool) Reset()
- func (x *ListPoolsResp_Pool) String() string
- type NotifyReadyReq
- func (*NotifyReadyReq) Descriptor() ([]byte, []int)deprecated
- func (x *NotifyReadyReq) GetCheckMode() bool
- func (x *NotifyReadyReq) GetDrpcListenerSock() string
- func (x *NotifyReadyReq) GetIncarnation() uint64
- func (x *NotifyReadyReq) GetInstanceIdx() uint32
- func (x *NotifyReadyReq) GetNctxs() uint32
- func (x *NotifyReadyReq) GetNtgts() uint32
- func (x *NotifyReadyReq) GetSecondaryNctxs() []uint32
- func (x *NotifyReadyReq) GetSecondaryUris() []string
- func (x *NotifyReadyReq) GetUri() string
- func (*NotifyReadyReq) ProtoMessage()
- func (x *NotifyReadyReq) ProtoReflect() protoreflect.Message
- func (x *NotifyReadyReq) Reset()
- func (x *NotifyReadyReq) String() string
- type PoolFindByLabelReq
- func (*PoolFindByLabelReq) Descriptor() ([]byte, []int)deprecated
- func (x *PoolFindByLabelReq) GetLabel() string
- func (*PoolFindByLabelReq) ProtoMessage()
- func (x *PoolFindByLabelReq) ProtoReflect() protoreflect.Message
- func (x *PoolFindByLabelReq) Reset()
- func (x *PoolFindByLabelReq) String() string
- type PoolFindByLabelResp
- func (*PoolFindByLabelResp) Descriptor() ([]byte, []int)deprecated
- func (x *PoolFindByLabelResp) GetStatus() int32
- func (x *PoolFindByLabelResp) GetSvcreps() []uint32
- func (x *PoolFindByLabelResp) GetUuid() string
- func (*PoolFindByLabelResp) ProtoMessage()
- func (x *PoolFindByLabelResp) ProtoReflect() protoreflect.Message
- func (x *PoolFindByLabelResp) Reset()
- func (x *PoolFindByLabelResp) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_srv_srv_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetPoolSvcReq ¶
type GetPoolSvcReq struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // Pool UUID
// contains filtered or unexported fields
}
func (*GetPoolSvcReq) Descriptor
deprecated
func (*GetPoolSvcReq) Descriptor() ([]byte, []int)
Deprecated: Use GetPoolSvcReq.ProtoReflect.Descriptor instead.
func (*GetPoolSvcReq) GetUuid ¶
func (x *GetPoolSvcReq) GetUuid() string
func (*GetPoolSvcReq) ProtoMessage ¶
func (*GetPoolSvcReq) ProtoMessage()
func (*GetPoolSvcReq) ProtoReflect ¶
func (x *GetPoolSvcReq) ProtoReflect() protoreflect.Message
func (*GetPoolSvcReq) Reset ¶
func (x *GetPoolSvcReq) Reset()
func (*GetPoolSvcReq) String ¶
func (x *GetPoolSvcReq) String() string
type GetPoolSvcResp ¶
type GetPoolSvcResp struct {
Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` // DAOS error code
Svcreps []uint32 `protobuf:"varint,2,rep,packed,name=svcreps,proto3" json:"svcreps,omitempty"` // Pool service replica ranks
// contains filtered or unexported fields
}
func (*GetPoolSvcResp) Descriptor
deprecated
func (*GetPoolSvcResp) Descriptor() ([]byte, []int)
Deprecated: Use GetPoolSvcResp.ProtoReflect.Descriptor instead.
func (*GetPoolSvcResp) GetStatus ¶
func (x *GetPoolSvcResp) GetStatus() int32
func (*GetPoolSvcResp) GetSvcreps ¶
func (x *GetPoolSvcResp) GetSvcreps() []uint32
func (*GetPoolSvcResp) ProtoMessage ¶
func (*GetPoolSvcResp) ProtoMessage()
func (*GetPoolSvcResp) ProtoReflect ¶
func (x *GetPoolSvcResp) ProtoReflect() protoreflect.Message
func (*GetPoolSvcResp) Reset ¶
func (x *GetPoolSvcResp) Reset()
func (*GetPoolSvcResp) String ¶
func (x *GetPoolSvcResp) String() string
type ListPoolsReq ¶
type ListPoolsReq struct {
IncludeAll bool `protobuf:"varint,1,opt,name=include_all,json=includeAll,proto3" json:"include_all,omitempty"` // Include all pools in response, regardless of state
// contains filtered or unexported fields
}
func (*ListPoolsReq) Descriptor
deprecated
func (*ListPoolsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListPoolsReq.ProtoReflect.Descriptor instead.
func (*ListPoolsReq) GetIncludeAll ¶
func (x *ListPoolsReq) GetIncludeAll() bool
func (*ListPoolsReq) ProtoMessage ¶
func (*ListPoolsReq) ProtoMessage()
func (*ListPoolsReq) ProtoReflect ¶
func (x *ListPoolsReq) ProtoReflect() protoreflect.Message
func (*ListPoolsReq) Reset ¶
func (x *ListPoolsReq) Reset()
func (*ListPoolsReq) String ¶
func (x *ListPoolsReq) String() string
type ListPoolsResp ¶
type ListPoolsResp struct {
Pools []*ListPoolsResp_Pool `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // List of pools
// contains filtered or unexported fields
}
func (*ListPoolsResp) Descriptor
deprecated
func (*ListPoolsResp) Descriptor() ([]byte, []int)
Deprecated: Use ListPoolsResp.ProtoReflect.Descriptor instead.
func (*ListPoolsResp) GetPools ¶
func (x *ListPoolsResp) GetPools() []*ListPoolsResp_Pool
func (*ListPoolsResp) ProtoMessage ¶
func (*ListPoolsResp) ProtoMessage()
func (*ListPoolsResp) ProtoReflect ¶
func (x *ListPoolsResp) ProtoReflect() protoreflect.Message
func (*ListPoolsResp) Reset ¶
func (x *ListPoolsResp) Reset()
func (*ListPoolsResp) String ¶
func (x *ListPoolsResp) String() string
type ListPoolsResp_Pool ¶
type ListPoolsResp_Pool struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // Pool UUID
Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` // Pool label
Svcreps []uint32 `protobuf:"varint,3,rep,packed,name=svcreps,proto3" json:"svcreps,omitempty"` // Pool service ranks
// contains filtered or unexported fields
}
func (*ListPoolsResp_Pool) Descriptor
deprecated
func (*ListPoolsResp_Pool) Descriptor() ([]byte, []int)
Deprecated: Use ListPoolsResp_Pool.ProtoReflect.Descriptor instead.
func (*ListPoolsResp_Pool) GetLabel ¶
func (x *ListPoolsResp_Pool) GetLabel() string
func (*ListPoolsResp_Pool) GetSvcreps ¶
func (x *ListPoolsResp_Pool) GetSvcreps() []uint32
func (*ListPoolsResp_Pool) GetUuid ¶
func (x *ListPoolsResp_Pool) GetUuid() string
func (*ListPoolsResp_Pool) ProtoMessage ¶
func (*ListPoolsResp_Pool) ProtoMessage()
func (*ListPoolsResp_Pool) ProtoReflect ¶
func (x *ListPoolsResp_Pool) ProtoReflect() protoreflect.Message
func (*ListPoolsResp_Pool) Reset ¶
func (x *ListPoolsResp_Pool) Reset()
func (*ListPoolsResp_Pool) String ¶
func (x *ListPoolsResp_Pool) String() string
type NotifyReadyReq ¶
type NotifyReadyReq struct {
Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // Primary CaRT URI
Nctxs uint32 `protobuf:"varint,2,opt,name=nctxs,proto3" json:"nctxs,omitempty"` // Number of primary CaRT contexts
DrpcListenerSock string `protobuf:"bytes,3,opt,name=drpcListenerSock,proto3" json:"drpcListenerSock,omitempty"` // Path to I/O Engine's dRPC listener socket
InstanceIdx uint32 `protobuf:"varint,4,opt,name=instanceIdx,proto3" json:"instanceIdx,omitempty"` // I/O Engine instance index
Ntgts uint32 `protobuf:"varint,5,opt,name=ntgts,proto3" json:"ntgts,omitempty"` // number of VOS targets allocated in I/O Engine
Incarnation uint64 `protobuf:"varint,6,opt,name=incarnation,proto3" json:"incarnation,omitempty"` // HLC incarnation number
SecondaryUris []string `protobuf:"bytes,7,rep,name=secondaryUris,proto3" json:"secondaryUris,omitempty"` // secondary CaRT URIs
SecondaryNctxs []uint32 `protobuf:"varint,8,rep,packed,name=secondaryNctxs,proto3" json:"secondaryNctxs,omitempty"` // number of CaRT contexts for each secondary provider
CheckMode bool `protobuf:"varint,9,opt,name=check_mode,json=checkMode,proto3" json:"check_mode,omitempty"` // True if engine started in checker mode
// contains filtered or unexported fields
}
func (*NotifyReadyReq) Descriptor
deprecated
func (*NotifyReadyReq) Descriptor() ([]byte, []int)
Deprecated: Use NotifyReadyReq.ProtoReflect.Descriptor instead.
func (*NotifyReadyReq) GetCheckMode ¶
func (x *NotifyReadyReq) GetCheckMode() bool
func (*NotifyReadyReq) GetDrpcListenerSock ¶
func (x *NotifyReadyReq) GetDrpcListenerSock() string
func (*NotifyReadyReq) GetIncarnation ¶
func (x *NotifyReadyReq) GetIncarnation() uint64
func (*NotifyReadyReq) GetInstanceIdx ¶
func (x *NotifyReadyReq) GetInstanceIdx() uint32
func (*NotifyReadyReq) GetNctxs ¶
func (x *NotifyReadyReq) GetNctxs() uint32
func (*NotifyReadyReq) GetNtgts ¶
func (x *NotifyReadyReq) GetNtgts() uint32
func (*NotifyReadyReq) GetSecondaryNctxs ¶
func (x *NotifyReadyReq) GetSecondaryNctxs() []uint32
func (*NotifyReadyReq) GetSecondaryUris ¶
func (x *NotifyReadyReq) GetSecondaryUris() []string
func (*NotifyReadyReq) GetUri ¶
func (x *NotifyReadyReq) GetUri() string
func (*NotifyReadyReq) ProtoMessage ¶
func (*NotifyReadyReq) ProtoMessage()
func (*NotifyReadyReq) ProtoReflect ¶
func (x *NotifyReadyReq) ProtoReflect() protoreflect.Message
func (*NotifyReadyReq) Reset ¶
func (x *NotifyReadyReq) Reset()
func (*NotifyReadyReq) String ¶
func (x *NotifyReadyReq) String() string
type PoolFindByLabelReq ¶
type PoolFindByLabelReq struct {
Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` // Pool label
// contains filtered or unexported fields
}
func (*PoolFindByLabelReq) Descriptor
deprecated
func (*PoolFindByLabelReq) Descriptor() ([]byte, []int)
Deprecated: Use PoolFindByLabelReq.ProtoReflect.Descriptor instead.
func (*PoolFindByLabelReq) GetLabel ¶
func (x *PoolFindByLabelReq) GetLabel() string
func (*PoolFindByLabelReq) ProtoMessage ¶
func (*PoolFindByLabelReq) ProtoMessage()
func (*PoolFindByLabelReq) ProtoReflect ¶
func (x *PoolFindByLabelReq) ProtoReflect() protoreflect.Message
func (*PoolFindByLabelReq) Reset ¶
func (x *PoolFindByLabelReq) Reset()
func (*PoolFindByLabelReq) String ¶
func (x *PoolFindByLabelReq) String() string
type PoolFindByLabelResp ¶
type PoolFindByLabelResp struct {
Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` // DAOS error code
Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // Pool UUID
Svcreps []uint32 `protobuf:"varint,3,rep,packed,name=svcreps,proto3" json:"svcreps,omitempty"` // Pool service replica ranks
// contains filtered or unexported fields
}
func (*PoolFindByLabelResp) Descriptor
deprecated
func (*PoolFindByLabelResp) Descriptor() ([]byte, []int)
Deprecated: Use PoolFindByLabelResp.ProtoReflect.Descriptor instead.
func (*PoolFindByLabelResp) GetStatus ¶
func (x *PoolFindByLabelResp) GetStatus() int32
func (*PoolFindByLabelResp) GetSvcreps ¶
func (x *PoolFindByLabelResp) GetSvcreps() []uint32
func (*PoolFindByLabelResp) GetUuid ¶
func (x *PoolFindByLabelResp) GetUuid() string
func (*PoolFindByLabelResp) ProtoMessage ¶
func (*PoolFindByLabelResp) ProtoMessage()
func (*PoolFindByLabelResp) ProtoReflect ¶
func (x *PoolFindByLabelResp) ProtoReflect() protoreflect.Message
func (*PoolFindByLabelResp) Reset ¶
func (x *PoolFindByLabelResp) Reset()
func (*PoolFindByLabelResp) String ¶
func (x *PoolFindByLabelResp) String() string
Click to show internal directories.
Click to hide internal directories.