Package org.elasticsearch.client.graph
Class Connection.ConnectionId
java.lang.Object
org.elasticsearch.client.graph.Connection.ConnectionId
- Enclosing class:
- Connection
public static class Connection.ConnectionId
extends java.lang.Object
An identifier (implements hashcode and equals) that represents a
unique key for a
Connection-
Constructor Summary
Constructors Constructor Description ConnectionId(Vertex.VertexId source, Vertex.VertexId target) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)Vertex.VertexIdgetSource()Vertex.VertexIdgetTarget()inthashCode()java.lang.StringtoString()