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 is the streamingcoord server.
func (*Server) RegisterGRPCService ¶
registerGRPCService register all grpc service to grpc server.
type ServerBuilder ¶
type ServerBuilder struct {
// contains filtered or unexported fields
}
func NewServerBuilder ¶
func NewServerBuilder() *ServerBuilder
func (*ServerBuilder) Build ¶
func (s *ServerBuilder) Build() *Server
func (*ServerBuilder) WithETCD ¶
func (b *ServerBuilder) WithETCD(e *clientv3.Client) *ServerBuilder
func (*ServerBuilder) WithMetaKV ¶
func (b *ServerBuilder) WithMetaKV(metaKV kv.MetaKv) *ServerBuilder
func (*ServerBuilder) WithSession ¶
func (b *ServerBuilder) WithSession(session sessionutil.SessionInterface) *ServerBuilder
Click to show internal directories.
Click to hide internal directories.