Class ConnectionManagerRegistry
java.lang.Object
org.apache.drill.exec.rpc.control.ConnectionManagerRegistry
- All Implemented Interfaces:
Iterable<ControlConnectionManager>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetConnectionManager
(CoordinationProtos.DrillbitEndpoint remoteEndpoint) iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConnectionManagerRegistry
-
-
Method Details
-
getConnectionManager
public ControlConnectionManager getConnectionManager(CoordinationProtos.DrillbitEndpoint remoteEndpoint) -
iterator
- Specified by:
iterator
in interfaceIterable<ControlConnectionManager>
-