public class FSCheckPointServiceConfiguration extends ConfigurationModuleBuilder
Modifier and Type | Class and Description |
---|---|
static class |
FSCheckPointServiceConfiguration.FileSystemConstructor
Constructor for Hadoop FileSystem instances.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
CONF |
static RequiredParameter<Boolean> |
IS_LOCAL
Use local file system if true; otherwise, use HDFS.
|
static RequiredParameter<String> |
PATH
Path to be used to store the checkpoints on file system.
|
static OptionalParameter<String> |
PREFIX
Prefix for checkpoint files (optional).
|
static OptionalParameter<Short> |
REPLICATION_FACTOR
Replication factor to be used for the checkpoints.
|
Constructor and Description |
---|
FSCheckPointServiceConfiguration() |
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, merge
public static final RequiredParameter<Boolean> IS_LOCAL
public static final RequiredParameter<String> PATH
public static final OptionalParameter<Short> REPLICATION_FACTOR
public static final OptionalParameter<String> PREFIX
public static final ConfigurationModule CONF
public FSCheckPointServiceConfiguration()
Copyright © 2016 The Apache Software Foundation. All rights reserved.