@InterfaceAudience.Private public final class HdfsServerConstants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HdfsServerConstants.BlockUCState
States, which a block can go through while it is under construction.
|
static class |
HdfsServerConstants.NamenodeRole
Defines the NameNode role.
|
static class |
HdfsServerConstants.NodeType
Type of the node
|
static class |
HdfsServerConstants.ReplicaState
Block replica states, which it can go through while being constructed.
|
static class |
HdfsServerConstants.StartupOption
Startup options
|
Modifier and Type | Field and Description |
---|---|
static String |
NAMENODE_LEASE_HOLDER |
static long |
NAMENODE_LEASE_RECHECK_INTERVAL |
static int |
READ_TIMEOUT |
static int |
READ_TIMEOUT_EXTENSION |
static int |
WRITE_TIMEOUT |
static int |
WRITE_TIMEOUT_EXTENSION |
public static int READ_TIMEOUT
public static int READ_TIMEOUT_EXTENSION
public static int WRITE_TIMEOUT
public static int WRITE_TIMEOUT_EXTENSION
public static final String NAMENODE_LEASE_HOLDER
public static final long NAMENODE_LEASE_RECHECK_INTERVAL
Copyright © 2013 Apache Software Foundation. All rights reserved.