public class ConfInfo
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ConfInfo.ConfItem |
This class stores the Configuration Property.
|
| Constructor | Description |
|---|---|
ConfInfo() |
|
ConfInfo(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(ConfInfo.ConfItem confItem) |
|
java.util.ArrayList<ConfInfo.ConfItem> |
getItems() |
|
java.lang.String |
getSubClusterId() |
|
void |
setSubClusterId(java.lang.String subClusterId) |
public ConfInfo()
public ConfInfo(org.apache.hadoop.conf.Configuration conf)
public void add(ConfInfo.ConfItem confItem)
public java.util.ArrayList<ConfInfo.ConfItem> getItems()
public java.lang.String getSubClusterId()
public void setSubClusterId(java.lang.String subClusterId)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.