Package | Description |
---|---|
org.apache.flink.runtime.taskexecutor |
Modifier and Type | Method and Description |
---|---|
static QueryableStateConfiguration |
QueryableStateConfiguration.disabled()
Gets the configuration describing the queryable state as deactivated.
|
QueryableStateConfiguration |
TaskManagerServicesConfiguration.getQueryableStateConfig() |
Constructor and Description |
---|
TaskManagerServicesConfiguration(InetAddress taskManagerAddress,
String[] tmpDirPaths,
String[] localRecoveryStateRootDirectories,
boolean localRecoveryEnabled,
NetworkEnvironmentConfiguration networkConfig,
QueryableStateConfiguration queryableStateConfig,
int numberOfSlots,
long configuredMemory,
MemoryType memoryType,
boolean preAllocateMemory,
float memoryFraction,
long timerServiceShutdownTimeout) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.