| 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,
org.apache.flink.core.memory.MemoryType memoryType,
boolean preAllocateMemory,
float memoryFraction,
long timerServiceShutdownTimeout,
Optional<org.apache.flink.api.common.time.Time> systemResourceMetricsProbingInterval) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.