Documentation ¶
Index ¶
- type Logger
- func (l *Logger) APIStartFailed(err error)
- func (l *Logger) CoordinatorChanged(oldHost, newHost string, oldPort, newPort int)
- func (l *Logger) CoordinatorConnectionFailed(host string, port int, err error)
- func (l *Logger) CoordinatorConnectionLost(host string, port int)
- func (l *Logger) GetCoordinatorFailed(err error)
- func (l *Logger) GetWorkersFailed(err error)
- func (l *Logger) MonitorInit()
- func (l *Logger) NoCoordinatorFound()
- func (l *Logger) NoWorkersFound()
- func (l *Logger) WorkerPrimaryCheckFailed(err error, workerID int)
- func (l *Logger) WorkerStateChange(oldHost, newHost string, oldPort, newPort int)
- func (l *Logger) WorkerUpdateFailed(err error)
- func (l *Logger) WorkerUpdated(oldHost, newHost string, oldPort, newPort int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) APIStartFailed ¶
func (*Logger) CoordinatorChanged ¶
func (*Logger) CoordinatorConnectionFailed ¶
func (*Logger) CoordinatorConnectionLost ¶
func (*Logger) GetCoordinatorFailed ¶
func (*Logger) GetWorkersFailed ¶
func (*Logger) MonitorInit ¶
func (l *Logger) MonitorInit()
func (*Logger) NoCoordinatorFound ¶
func (l *Logger) NoCoordinatorFound()
func (*Logger) NoWorkersFound ¶
func (l *Logger) NoWorkersFound()
func (*Logger) WorkerPrimaryCheckFailed ¶
func (*Logger) WorkerStateChange ¶
func (*Logger) WorkerUpdateFailed ¶
func (*Logger) WorkerUpdated ¶
Click to show internal directories.
Click to hide internal directories.