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 Object
An identifier (implements hashcode and equals) that represents a unique key for aConnection
-
-
Constructor Summary
Constructors Constructor Description ConnectionId(Vertex.VertexId source, Vertex.VertexId target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Vertex.VertexIdgetSource()Vertex.VertexIdgetTarget()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ConnectionId
public ConnectionId(Vertex.VertexId source, Vertex.VertexId target)
-
-
Method Detail
-
getSource
public Vertex.VertexId getSource()
-
getTarget
public Vertex.VertexId getTarget()
-
-