Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphAccessRequest ¶
type GraphAccessor ¶
type GrpcGraphAccessor ¶
type GrpcGraphAccessor struct {
// contains filtered or unexported fields
}
func InitializeGraphAccess ¶
func InitializeGraphAccess(address string) *GrpcGraphAccessor
func (*GrpcGraphAccessor) Close ¶
func (g *GrpcGraphAccessor) Close()
func (*GrpcGraphAccessor) EndQuery ¶
func (g *GrpcGraphAccessor) EndQuery(id int)
func (*GrpcGraphAccessor) GetNeighbours ¶
func (g *GrpcGraphAccessor) GetNeighbours(request GraphAccessRequest) []uint32
func (*GrpcGraphAccessor) GetStats ¶
func (g *GrpcGraphAccessor) GetStats() string
func (*GrpcGraphAccessor) StartQuery ¶
func (g *GrpcGraphAccessor) StartQuery(algorithm Algo) int
Click to show internal directories.
Click to hide internal directories.