Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶ added in v1.1.0
func NewCommand(info app.ServerInfo, enableGossip bool) *app.Command
Types ¶
type Server ¶
type Server struct {
Listener net.Listener
MetaClient *meta.Client
TSDBStore netstorage.Storage
Logger *Logger.Logger
QueryExecutor *query.Executor
PointsWriter *coordinator.PointsWriter
SubscriberManager *coordinator.SubscriberManager
RecordWriter *coordinator.RecordWriter
RPCRecordWriter *writer.RecordWriter
// contains filtered or unexported fields
}
Server represents a container for the metadata and storage data and services. It is built using a Config and it manages the startup and shutdown of all services in the proper order.
func (*Server) GetWriteService ¶ added in v1.4.1
Click to show internal directories.
Click to hide internal directories.