public class UserLibOverlay extends Object
ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR/| Modifier and Type | Class and Description |
|---|---|
static class |
UserLibOverlay.Builder
A builder for the
UserLibOverlay. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPathRecursively(File sourcePath,
org.apache.flink.core.fs.Path targetPath,
ContainerSpecification env)
Add a path recursively to the container specification.
|
void |
configure(ContainerSpecification container)
Configure the given container specification.
|
static UserLibOverlay.Builder |
newBuilder() |
public void configure(ContainerSpecification container) throws IOException
ContainerOverlayIOExceptionpublic static UserLibOverlay.Builder newBuilder()
protected void addPathRecursively(File sourcePath, org.apache.flink.core.fs.Path targetPath, ContainerSpecification env) throws IOException
sourcePath - the path to add.targetPath - the target path.env - the specification to mutate.IOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.