Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartDataNodeServer ¶ added in v0.2.0
StartDataNodeServer is the gRPC server for the MutDataNode
Types ¶
type Client ¶ added in v0.2.0
type Client struct { DataClient proto.DataNodeClient HeartClient healthpb.HealthClient RpcAddress string Conn *grpc.ClientConn }
Client is a node that stores erasure-coded sharded data
type DataNodeClient ¶ added in v0.2.0
type DataNodeClient interface { proto.DataNodeClient }
Click to show internal directories.
Click to hide internal directories.