Uses of Interface
org.apache.flink.runtime.jobmaster.ServiceConnectionManager
-
Packages that use ServiceConnectionManager Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of ServiceConnectionManager in org.apache.flink.runtime.jobmaster.slotpool
Subinterfaces of ServiceConnectionManager in org.apache.flink.runtime.jobmaster.slotpool Modifier and Type Interface Description interface
DeclareResourceRequirementServiceConnectionManager
ServiceConnectionManager
for declaring resource requirements.Classes in org.apache.flink.runtime.jobmaster.slotpool that implement ServiceConnectionManager Modifier and Type Class Description class
AbstractServiceConnectionManager<S>
Base class for service connection managers, taking care of the connection handling.class
NoOpDeclareResourceRequirementServiceConnectionManager
No-op implementation of theDeclareResourceRequirementServiceConnectionManager
.
-