Uses of Interface
org.apache.flink.runtime.security.token.DelegationTokenManager.Listener
Packages that use DelegationTokenManager.Listener
Package
Description
-
Uses of DelegationTokenManager.Listener in org.apache.flink.runtime.resourcemanager
Classes in org.apache.flink.runtime.resourcemanager that implement DelegationTokenManager.ListenerModifier and TypeClassDescriptionclassResourceManager<WorkerType extends ResourceIDRetrievable>ResourceManager implementation.classA standalone implementation of the resource manager. -
Uses of DelegationTokenManager.Listener in org.apache.flink.runtime.resourcemanager.active
Classes in org.apache.flink.runtime.resourcemanager.active that implement DelegationTokenManager.ListenerModifier and TypeClassDescriptionclassActiveResourceManager<WorkerType extends ResourceIDRetrievable>An active implementation ofResourceManager. -
Uses of DelegationTokenManager.Listener in org.apache.flink.runtime.security.token
Methods in org.apache.flink.runtime.security.token with parameters of type DelegationTokenManager.ListenerModifier and TypeMethodDescriptionvoidDefaultDelegationTokenManager.start(DelegationTokenManager.Listener listener) Creates a re-occurring task which obtains new tokens and automatically distributes them to task managers.voidDelegationTokenManager.start(DelegationTokenManager.Listener listener) Creates a re-occurring task which obtains new tokens and automatically distributes them to all receivers (in local JVM as well as in registered task managers too).voidNoOpDelegationTokenManager.start(DelegationTokenManager.Listener listener)