Documentation ¶
Index ¶
- type ForkProcess
- type InfoAll
- type InfoAllStatistics
- type InfoDetail
- type InfoDetailStatistics
- type Processor
- type RpcBody
- func (c *RpcBody) Close()
- func (c *RpcBody) ConnectToServer(pi ddsutils.ProcessInfo) (*ddsrpc.RpcClient, error)
- func (c *RpcBody) Detail(pi *ddsutils.ProcessInfo) (*string, error)
- func (c *RpcBody) GetAllGroupAndProcessFile() (pfi []ddsutils.ProcessInfo, err error)
- func (c *RpcBody) List() (*string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForkProcess ¶
type ForkProcess struct {
// contains filtered or unexported fields
}
func NewForkProcess ¶
func NewForkProcess() *ForkProcess
type InfoAllStatistics ¶
type InfoAllStatistics struct {
InfoDisplay []*InfoAll
}
func NewInfoAllDisplay ¶
func NewInfoAllDisplay() *InfoAllStatistics
func (*InfoAllStatistics) Set ¶
func (i *InfoAllStatistics) Set(info *InfoAll)
func (*InfoAllStatistics) ToString ¶
func (i *InfoAllStatistics) ToString() string
type InfoDetail ¶
type InfoDetail struct { Program, GroupID, Dbtype, LastStarted, Lag, SinceChkpt, Status, FileNumber, FileOffset, LogNumber, LogOffset string // 日志文件rba }
type InfoDetailStatistics ¶
type InfoDetailStatistics struct {
InfoDetailDisplay []*InfoDetail
}
func NewInfoDetailDisplay ¶
func NewInfoDetailDisplay() *InfoDetailStatistics
func (*InfoDetailStatistics) Set ¶
func (i *InfoDetailStatistics) Set(detail *InfoDetail)
func (*InfoDetailStatistics) ToString ¶
func (i *InfoDetailStatistics) ToString() string
type Processor ¶
type Processor struct { // RPC *ddsrpc.RpcClient // Communication body MD ddsmetadata.MetaData // 进程元数据 ddsmetadata.MdHandle }
type RpcBody ¶
func InitRpcClient ¶
func (*RpcBody) ConnectToServer ¶
func (*RpcBody) GetAllGroupAndProcessFile ¶
Click to show internal directories.
Click to hide internal directories.