public class HDFSStorageConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static io.pravega.common.util.Property<java.lang.Integer> |
BLOCK_SIZE |
static io.pravega.common.util.Property<java.lang.Boolean> |
REPLACE_DATANODES_ON_FAILURE |
static io.pravega.common.util.Property<java.lang.Integer> |
REPLICATION |
static io.pravega.common.util.Property<java.lang.String> |
ROOT |
static io.pravega.common.util.Property<java.lang.String> |
URL |
| Modifier and Type | Method and Description |
|---|---|
static io.pravega.common.util.ConfigBuilder<HDFSStorageConfig> |
builder()
Creates a new ConfigBuilder that can be used to create instances of this class.
|
public static final io.pravega.common.util.Property<java.lang.String> URL
public static final io.pravega.common.util.Property<java.lang.String> ROOT
public static final io.pravega.common.util.Property<java.lang.Integer> REPLICATION
public static final io.pravega.common.util.Property<java.lang.Integer> BLOCK_SIZE
public static final io.pravega.common.util.Property<java.lang.Boolean> REPLACE_DATANODES_ON_FAILURE
public static io.pravega.common.util.ConfigBuilder<HDFSStorageConfig> builder()