public class OutputFileConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputFileConfig.OutputFileConfigBuilder
A builder to create the part file configuration.
|
| Constructor and Description |
|---|
OutputFileConfig(String partPrefix,
String partSuffix)
Initiates the
PartFileConfig with values passed as parameters. |
| Modifier and Type | Method and Description |
|---|---|
static OutputFileConfig.OutputFileConfigBuilder |
builder() |
String |
getPartPrefix()
The prefix for the part name.
|
String |
getPartSuffix()
The suffix for the part name.
|
public String getPartPrefix()
public String getPartSuffix()
public static OutputFileConfig.OutputFileConfigBuilder builder()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.