Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server processes connections from vminsert and vmselect.
func (*Server) MustClose ¶
func (s *Server) MustClose()
MustClose gracefully closes the server, so it no longer touches s.storage after returning.
func (*Server) RunVMInsert ¶
func (s *Server) RunVMInsert()
RunVMInsert runs a server accepting connections from vminsert.
func (*Server) RunVMSelect ¶
func (s *Server) RunVMSelect()
RunVMSelect runs a server accepting connections from vmselect.
Click to show internal directories.
Click to hide internal directories.