Class EndpointCollection
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.EndpointCollection
-
-
Constructor Summary
Constructors Constructor Description EndpointCollection()EndpointCollection(Collection<? extends Endpoint> endpoints)EndpointCollection(Endpoint... endpoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsEndpoint(Endpoint endpoint)Endpointget(String address)booleanisEmpty()Iterator<Endpoint>iterator()intsize()Stream<Endpoint>stream()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
EndpointCollection
public EndpointCollection()
-
EndpointCollection
public EndpointCollection(Collection<? extends Endpoint> endpoints)
-
EndpointCollection
public EndpointCollection(Endpoint... endpoints)
-
-