Documentation
¶
Overview ¶
Package catrecoverycolumn
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Index = CatRecoveryColumn{"index"} Shard = CatRecoveryColumn{"shard"} Time = CatRecoveryColumn{"time"} Type = CatRecoveryColumn{"type"} Stage = CatRecoveryColumn{"stage"} Sourcehost = CatRecoveryColumn{"source_host"} Sourcenode = CatRecoveryColumn{"source_node"} Targethost = CatRecoveryColumn{"target_host"} Targetnode = CatRecoveryColumn{"target_node"} Repository = CatRecoveryColumn{"repository"} Snapshot = CatRecoveryColumn{"snapshot"} Files = CatRecoveryColumn{"files"} Filesrecovered = CatRecoveryColumn{"files_recovered"} Filespercent = CatRecoveryColumn{"files_percent"} Filestotal = CatRecoveryColumn{"files_total"} Bytes = CatRecoveryColumn{"bytes"} Bytesrecovered = CatRecoveryColumn{"bytes_recovered"} Bytespercent = CatRecoveryColumn{"bytes_percent"} Bytestotal = CatRecoveryColumn{"bytes_total"} Translogops = CatRecoveryColumn{"translog_ops"} Translogopsrecovered = CatRecoveryColumn{"translog_ops_recovered"} Translogopspercent = CatRecoveryColumn{"translog_ops_percent"} Starttime = CatRecoveryColumn{"start_time"} Starttimemillis = CatRecoveryColumn{"start_time_millis"} Stoptime = CatRecoveryColumn{"stop_time"} Stoptimemillis = CatRecoveryColumn{"stop_time_millis"} )
Functions ¶
This section is empty.
Types ¶
type CatRecoveryColumn ¶
type CatRecoveryColumn struct {
Name string
}
func (CatRecoveryColumn) MarshalText ¶
func (c CatRecoveryColumn) MarshalText() (text []byte, err error)
func (CatRecoveryColumn) String ¶
func (c CatRecoveryColumn) String() string
func (*CatRecoveryColumn) UnmarshalText ¶
func (c *CatRecoveryColumn) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.