Uses of Class
org.elasticsearch.client.graph.Vertex.VertexId
-
Packages that use Vertex.VertexId Package Description org.elasticsearch.client.graph -
-
Uses of Vertex.VertexId in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return Vertex.VertexId Modifier and Type Method Description static Vertex.VertexIdVertex. createId(String field, String term)A convenience method for creating aVertex.VertexIdVertex.VertexIdVertex. getId()Vertex.VertexIdConnection.ConnectionId. getSource()Vertex.VertexIdConnection.ConnectionId. getTarget()Methods in org.elasticsearch.client.graph that return types with arguments of type Vertex.VertexId Modifier and Type Method Description Collection<Vertex.VertexId>GraphExploreResponse. getVertexIds()Methods in org.elasticsearch.client.graph with parameters of type Vertex.VertexId Modifier and Type Method Description VertexGraphExploreResponse. getVertex(Vertex.VertexId id)Constructors in org.elasticsearch.client.graph with parameters of type Vertex.VertexId Constructor Description ConnectionId(Vertex.VertexId source, Vertex.VertexId target)Constructor parameters in org.elasticsearch.client.graph with type arguments of type Vertex.VertexId Constructor Description GraphExploreResponse(long tookInMillis, boolean timedOut, ShardOperationFailedException[] shardFailures, Map<Vertex.VertexId,Vertex> vertices, Map<Connection.ConnectionId,Connection> connections, boolean returnDetailedInfo)
-