Class ConnectionManagerRegistry
java.lang.Object
org.apache.drill.exec.rpc.control.ConnectionManagerRegistry
- All Implemented Interfaces:
Iterable<ControlConnectionManager>
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConnectionManagerRegistry
-
-
Method Details
-
getConnectionManager
public ControlConnectionManager getConnectionManager(CoordinationProtos.DrillbitEndpoint remoteEndpoint) -
iterator
- Specified by:
iteratorin interfaceIterable<ControlConnectionManager>
-