Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCServer ¶
func NewGRPCServer( querier m3.Querier, queryContextOpts models.QueryContextOptions, poolWrapper *pools.PoolWrapper, instrumentOpts instrument.Options, ) *grpc.Server
NewGRPCServer builds a grpc server which must be started later.
Types ¶
type Client ¶
Client is the remote GRPC client.
func NewGRPCClient ¶
func NewGRPCClient( addresses []string, poolWrapper *pools.PoolWrapper, opts m3db.Options, additionalDialOpts ...grpc.DialOption, ) (Client, error)
NewGRPCClient creates a new remote GRPC client.
Click to show internal directories.
Click to hide internal directories.