Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ActorSystemBootstrapTools - Class in org.apache.flink.runtime.rpc.pekko
-
Tools for starting the Actor Systems used to run the JobManager and TaskManager actors.
- ActorSystemScheduledExecutorAdapter - Class in org.apache.flink.runtime.concurrent.pekko
-
Adapter to use a
ActorSystemas aScheduledExecutor. - ActorSystemScheduledExecutorAdapter(ActorSystem, ClassLoader) - Constructor for class org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter
- ask(Object, Duration) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
C
- callAsync(Callable<V>, Duration) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- captureAskCallStack() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
- closeAsync() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- connect(String, F, Class<C>) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- connect(String, Class<C>) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- ControlMessages - Enum in org.apache.flink.runtime.rpc.pekko
-
Control messages for the
PekkoRpcActor. - create() - Method in class org.apache.flink.runtime.rpc.pekko.EscalatingSupervisorStrategy
- create(String, Config) - Static method in class org.apache.flink.runtime.rpc.pekko.RobustActorSystem
- createExtension(ExtendedActorSystem) - Method in class org.apache.flink.runtime.rpc.pekko.RemoteAddressExtension
- createReceive() - Method in class org.apache.flink.runtime.rpc.pekko.DeadLettersActor
- createReceive() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
- CustomSSLEngineProvider - Class in org.apache.flink.runtime.rpc.pekko
-
Extension of the
ConfigSSLEngineProviderto use aFingerprintTrustManagerFactory. - CustomSSLEngineProvider(ActorSystem) - Constructor for class org.apache.flink.runtime.rpc.pekko.CustomSSLEngineProvider
D
- DeadLettersActor - Class in org.apache.flink.runtime.rpc.pekko
-
Actor which listens to
DeadLetterand responds with a failure if the message was a RPC. - DeadLettersActor() - Constructor for class org.apache.flink.runtime.rpc.pekko.DeadLettersActor
- defaultConfiguration() - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
E
- envelopeSelfMessage(Object) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
- EscalatingSupervisorStrategy - Class in org.apache.flink.runtime.rpc.pekko
-
Escalating supervisor strategy.
- EscalatingSupervisorStrategy() - Constructor for class org.apache.flink.runtime.rpc.pekko.EscalatingSupervisorStrategy
- execute(Runnable) - Method in class org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter
- extractMaximumFramesize(Configuration) - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils
F
- FencedPekkoInvocationHandler<F extends Serializable> - Class in org.apache.flink.runtime.rpc.pekko
-
Fenced extension of the
PekkoInvocationHandler. - FencedPekkoInvocationHandler(String, String, ActorRef, Duration, long, boolean, CompletableFuture<Void>, Supplier<F>, boolean, ClassLoader) - Constructor for class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- FencedPekkoRpcActor<F extends Serializable,
T extends org.apache.flink.runtime.rpc.FencedRpcEndpoint<F> & org.apache.flink.runtime.rpc.RpcGateway> - Class in org.apache.flink.runtime.rpc.pekko -
Fenced extension of the
PekkoRpcActor. - FencedPekkoRpcActor(T, CompletableFuture<Boolean>, int, long, boolean, ClassLoader, Map<String, String>) - Constructor for class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
- forceRpcInvocationSerialization - Variable in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- fromConfiguration(Configuration) - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
G
- getActorRef() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- getActorSystem() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- getAddress() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- getAddress() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- getAddress() - Method in class org.apache.flink.runtime.rpc.pekko.RemoteAddressExtension.RemoteAddressExtensionImpl
- getConfiguration() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
- getFencingToken() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- getForkJoinExecutorConfiguration(Configuration) - Static method in class org.apache.flink.runtime.rpc.pekko.ActorSystemBootstrapTools
- getHostname() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- getInetSocketAddressFromRpcUrl(String) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcSystem
- getLocalRpcUrl(String) - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils
- getMaximumFramesize() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
- getMaximumMessageSizeInBytes(Configuration) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcSystem
- getPort() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- getProps() - Static method in class org.apache.flink.runtime.rpc.pekko.DeadLettersActor
- getRemoteForkJoinExecutorConfiguration(Configuration) - Static method in class org.apache.flink.runtime.rpc.pekko.ActorSystemBootstrapTools
- getRpcUrl(String, int, String, AddressResolution, Configuration) - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils
- getRpcUrl(String, int, String, AddressResolution, Configuration) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcSystem
- getRpcUrl(String, int, String, AddressResolution, PekkoRpcServiceUtils.Protocol) - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils
- getScheduledExecutor() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- getSelfGateway(Class<C>, RpcServer) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- getTerminationFuture() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- getTimeout() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
- getVersion() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
H
- handleRpcMessage(Object) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
I
- INSTANCE - Static variable in class org.apache.flink.runtime.rpc.pekko.RemoteAddressExtension
- invoke(Object, Method, Object[]) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- isForceRpcInvocationSerialization() - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceConfiguration
- isLocal - Variable in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- isRecipientTerminatedException(Throwable) - Static method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils
L
- loadKeystore(String, String) - Method in class org.apache.flink.runtime.rpc.pekko.CustomSSLEngineProvider
- localServiceBuilder(Configuration) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcSystem
- log - Variable in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
N
- newThread(Runnable) - Method in class org.apache.flink.runtime.rpc.pekko.PrioritySettingThreadFactory
O
- org.apache.flink.runtime.concurrent.pekko - package org.apache.flink.runtime.concurrent.pekko
- org.apache.flink.runtime.rpc.pekko - package org.apache.flink.runtime.rpc.pekko
- org.apache.flink.runtime.rpc.pekko.exceptions - package org.apache.flink.runtime.rpc.pekko.exceptions
P
- PekkoRpcService - Class in org.apache.flink.runtime.rpc.pekko
-
Pekko based
RpcServiceimplementation. - PekkoRpcService(ActorSystem, PekkoRpcServiceConfiguration) - Constructor for class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- PekkoRpcServiceConfiguration - Class in org.apache.flink.runtime.rpc.pekko
-
Configuration for the
PekkoRpcService. - PekkoRpcServiceUtils - Class in org.apache.flink.runtime.rpc.pekko
-
These RPC utilities contain helper methods around RPC use, such as starting an RPC service, or constructing RPC addresses.
- PekkoRpcServiceUtils.Protocol - Enum in org.apache.flink.runtime.rpc.pekko
-
Whether to use TCP or encrypted TCP for Pekko.
- PekkoRpcSystem - Class in org.apache.flink.runtime.rpc.pekko
-
RpcSystemimplementation based on Pekko. - PekkoRpcSystem() - Constructor for class org.apache.flink.runtime.rpc.pekko.PekkoRpcSystem
- postStop() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
- PrioritySettingThreadFactory - Class in org.apache.flink.runtime.rpc.pekko
-
Wrapper around a
ThreadFactorythat configures the thread priority. - PrioritySettingThreadFactory(ThreadFactory, int) - Constructor for class org.apache.flink.runtime.rpc.pekko.PrioritySettingThreadFactory
- PriorityThreadsDispatcher - Class in org.apache.flink.runtime.rpc.pekko
-
Pekko dispatcher threads creates threads with configurable priority.
- PriorityThreadsDispatcher(Config, DispatcherPrerequisites) - Constructor for class org.apache.flink.runtime.rpc.pekko.PriorityThreadsDispatcher
R
- RemoteAddressExtension - Class in org.apache.flink.runtime.rpc.pekko
-
ActorSystemExtensionused to obtain theAddresson which the given ActorSystem is listening. - RemoteAddressExtension.RemoteAddressExtensionImpl - Class in org.apache.flink.runtime.rpc.pekko
-
Actual
Extensionimplementation. - RemoteAddressExtensionImpl(ExtendedActorSystem) - Constructor for class org.apache.flink.runtime.rpc.pekko.RemoteAddressExtension.RemoteAddressExtensionImpl
- remoteServiceBuilder(Configuration, String, String) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcSystem
- RobustActorSystem - Class in org.apache.flink.runtime.rpc.pekko
-
ActorSystemImpl} which has a configurableThread.UncaughtExceptionHandler. - RobustActorSystem(String, Config, ClassLoader, Option<ExecutionContext>, ActorSystemSetup) - Constructor for class org.apache.flink.runtime.rpc.pekko.RobustActorSystem
- rpcEndpoint - Variable in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
-
the endpoint to invoke the methods on.
- RpcInvalidStateException - Exception in org.apache.flink.runtime.rpc.pekko.exceptions
-
Exception which indicates an invalid state.
- RpcInvalidStateException(String) - Constructor for exception org.apache.flink.runtime.rpc.pekko.exceptions.RpcInvalidStateException
- RpcInvalidStateException(String, Throwable) - Constructor for exception org.apache.flink.runtime.rpc.pekko.exceptions.RpcInvalidStateException
- RpcInvalidStateException(Throwable) - Constructor for exception org.apache.flink.runtime.rpc.pekko.exceptions.RpcInvalidStateException
- runAsync(Runnable) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
S
- ScalaFutureUtils - Class in org.apache.flink.runtime.concurrent.pekko
-
Utilities to convert Scala types into Java types.
- ScalaFutureUtils() - Constructor for class org.apache.flink.runtime.concurrent.pekko.ScalaFutureUtils
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter
- scheduleRunAsync(Runnable, long) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.flink.runtime.concurrent.pekko.ActorSystemScheduledExecutorAdapter
- sendErrorIfSender(Throwable) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoRpcActor
-
Send throwable to sender if the sender is specified.
- SSL_TCP - Enum constant in enum org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils.Protocol
- start() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- START - Enum constant in enum org.apache.flink.runtime.rpc.pekko.ControlMessages
- startLocalActorSystem(Configuration, String, Logger, Config, Config) - Static method in class org.apache.flink.runtime.rpc.pekko.ActorSystemBootstrapTools
-
Starts a local Actor System.
- startRemoteActorSystem(Configuration, String, String, String, String, Optional<Integer>, Logger, Config, Config) - Static method in class org.apache.flink.runtime.rpc.pekko.ActorSystemBootstrapTools
-
Starts a remote ActorSystem at given address and specific port range.
- startRemoteActorSystem(Configuration, String, String, Logger) - Static method in class org.apache.flink.runtime.rpc.pekko.ActorSystemBootstrapTools
-
Starts a remote ActorSystem at given address and specific port range.
- startServer(C, Map<String, String>) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
- stop() - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- STOP - Enum constant in enum org.apache.flink.runtime.rpc.pekko.ControlMessages
- stopServer(RpcServer) - Method in class org.apache.flink.runtime.rpc.pekko.PekkoRpcService
T
- TCP - Enum constant in enum org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils.Protocol
- tell(Object) - Method in class org.apache.flink.runtime.rpc.pekko.FencedPekkoInvocationHandler
- TERMINATE - Enum constant in enum org.apache.flink.runtime.rpc.pekko.ControlMessages
- toJava(Future<U>) - Static method in class org.apache.flink.runtime.concurrent.pekko.ScalaFutureUtils
-
Converts a Scala
Futureto aCompletableFuture. - trustManagers() - Method in class org.apache.flink.runtime.rpc.pekko.CustomSSLEngineProvider
U
- UnknownMessageException - Exception in org.apache.flink.runtime.rpc.pekko.exceptions
-
Exception which indicates that the
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor<T extends org.apache.flink.runtime.rpc.RpcEndpoint & org.apache.flink.runtime.rpc.RpcGateway>has received an unknown message type. - UnknownMessageException(String) - Constructor for exception org.apache.flink.runtime.rpc.pekko.exceptions.UnknownMessageException
- UnknownMessageException(String, Throwable) - Constructor for exception org.apache.flink.runtime.rpc.pekko.exceptions.UnknownMessageException
- UnknownMessageException(Throwable) - Constructor for exception org.apache.flink.runtime.rpc.pekko.exceptions.UnknownMessageException
V
- valueOf(String) - Static method in enum org.apache.flink.runtime.rpc.pekko.ControlMessages
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils.Protocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.flink.runtime.rpc.pekko.ControlMessages
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rpc.pekko.PekkoRpcServiceUtils.Protocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form