public class ClusterCfg extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Consumer<ClusterCfg> |
clusterCfgModificationHook |
static long |
lastTime |
static String |
pathname |
| Constructor and Description |
|---|
ClusterCfg() |
| Modifier and Type | Method and Description |
|---|---|
ClusterCfg |
dataCluster(DataCfg dataCluster) |
DataCfg |
getDataCluster() |
static boolean |
isDirty() |
static void |
main(String[] args) |
static ClusterCfg |
read() |
static ClusterCfg |
read(String pathname) |
public static String pathname
public static long lastTime
public static Consumer<ClusterCfg> clusterCfgModificationHook
public static boolean isDirty()
public static ClusterCfg read()
public static ClusterCfg read(String pathname)
public DataCfg getDataCluster()
public ClusterCfg dataCluster(DataCfg dataCluster)
public static void main(String[] args)
Copyright © 2019. All rights reserved.