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 interfaceDeclareResourceRequirementServiceConnectionManagerServiceConnectionManagerfor declaring resource requirements.Classes in org.apache.flink.runtime.jobmaster.slotpool that implement ServiceConnectionManager Modifier and Type Class Description classAbstractServiceConnectionManager<S>Base class for service connection managers, taking care of the connection handling.classNoOpDeclareResourceRequirementServiceConnectionManagerNo-op implementation of theDeclareResourceRequirementServiceConnectionManager.
-