Documentation ¶
Index ¶
- type Node
- func (n *Node) CloseConnections()
- func (n *Node) FindIndex(ctx context.Context, in *doogle.FindIndexRequest) (*doogle.FindIndexReply, error)
- func (n *Node) FindNode(ctx context.Context, in *doogle.FindNodeRequest) (*doogle.NodeInfos, error)
- func (n *Node) GetIndex(ctx context.Context, in *doogle.StringMessage) (*doogle.GetIndexReply, error)
- func (n *Node) Ping(ctx context.Context, in *doogle.StringMessage) (*doogle.StringMessage, error)
- func (n *Node) PingTo(ctx context.Context, in *doogle.NodeInfo) (*doogle.StringMessage, error)
- func (n *Node) PingWithCertificate(ctx context.Context, in *doogle.NodeCertificate) (*doogle.NodeCertificate, error)
- func (n *Node) PostUrl(ctx context.Context, in *doogle.StringMessage) (*doogle.StringMessage, error)
- func (n *Node) StartPageRankComputer(numWorker int)
- func (n *Node) StoreItem(ctx context.Context, in *doogle.StoreItemRequest) (*doogle.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { DAddr doogleAddress // contains filtered or unexported fields }
func (*Node) CloseConnections ¶
func (n *Node) CloseConnections()
func (*Node) PingWithCertificate ¶
func (*Node) StartPageRankComputer ¶
Click to show internal directories.
Click to hide internal directories.