Package | Description |
---|---|
org.apache.flink.configuration | |
org.apache.flink.table.descriptors | |
org.apache.flink.test.util |
Modifier and Type | Method and Description |
---|---|
static MemorySize |
ConfigurationUtils.getJobManagerHeapMemory(Configuration configuration)
Get job manager's heap memory.
|
static MemorySize |
ConfigurationUtils.getTaskManagerHeapMemory(Configuration configuration)
Get task manager's heap memory.
|
static MemorySize |
MemorySize.parse(String text)
Parses the given string as as MemorySize.
|
static MemorySize |
MemorySize.parse(String text,
MemorySize.MemoryUnit defaultUnit)
Parses the given string with a default unit.
|
Modifier and Type | Method and Description |
---|---|
MemorySize |
DescriptorProperties.getMemorySize(String key)
Returns a Flink
MemorySize under the given existing key. |
Modifier and Type | Method and Description |
---|---|
Optional<MemorySize> |
DescriptorProperties.getOptionalMemorySize(String key)
Returns a Flink
MemorySize under the given key if it exists. |
Modifier and Type | Method and Description |
---|---|
void |
DescriptorProperties.putMemorySize(String key,
MemorySize size)
Adds a Flink
MemorySize under the given key. |
Modifier and Type | Method and Description |
---|---|
TestProcessBuilder |
TestProcessBuilder.setJvmMemory(MemorySize jvmMemory) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.