Uses of Class
org.elasticsearch.client.graph.Vertex
-
Packages that use Vertex Package Description org.elasticsearch.client.graph -
-
Uses of Vertex in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return Vertex Modifier and Type Method Description VertexConnection. getFrom()VertexConnection. getTo()VertexGraphExploreResponse. getVertex(Vertex.VertexId id)Methods in org.elasticsearch.client.graph that return types with arguments of type Vertex Modifier and Type Method Description Collection<Vertex>GraphExploreResponse. getVertices()Constructors in org.elasticsearch.client.graph with parameters of type Vertex Constructor Description Connection(Vertex from, Vertex to, double weight, long docCount)Constructor parameters in org.elasticsearch.client.graph with type arguments of type Vertex Constructor Description GraphExploreResponse(long tookInMillis, boolean timedOut, ShardOperationFailedException[] shardFailures, Map<Vertex.VertexId,Vertex> vertices, Map<Connection.ConnectionId,Connection> connections, boolean returnDetailedInfo)
-