限定符和类型 | 字段和说明 |
---|---|
static String |
DEFAULT
Default parameter value.
|
static String |
NAME
Parameter name.
|
构造器和说明 |
---|
ReplicationParam(Short value)
Constructor.
|
ReplicationParam(String str)
Constructor.
|
public ReplicationParam(Short value)
value
- the parameter value.public ReplicationParam(String str)
str
- a string representation of the parameter value.public String getName()
public short getValue(Configuration conf)
Copyright © 2009 The Apache Software Foundation