Class Constants
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.federated.monitoring.repositories.Constants
 
- 
 public class Constants extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOORDINATORS_TABLE_NAMEstatic StringENTITY_ADDR_COLstatic StringENTITY_CPU_COLstatic StringENTITY_HEAVY_HITTERS_COLstatic StringENTITY_ID_COLstatic StringENTITY_MEM_COLstatic StringENTITY_NAME_COLstatic StringENTITY_TRAFFIC_COLstatic StringENTITY_WORKER_ID_COLstatic StringSTATS_TABLE_NAMEstatic StringWORKERS_TABLE_NAME
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
WORKERS_TABLE_NAMEpublic static final String WORKERS_TABLE_NAME - See Also:
- Constant Field Values
 
 - 
COORDINATORS_TABLE_NAMEpublic static final String COORDINATORS_TABLE_NAME - See Also:
- Constant Field Values
 
 - 
STATS_TABLE_NAMEpublic static final String STATS_TABLE_NAME - See Also:
- Constant Field Values
 
 - 
ENTITY_NAME_COLpublic static final String ENTITY_NAME_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_ADDR_COLpublic static final String ENTITY_ADDR_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_CPU_COLpublic static final String ENTITY_CPU_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_MEM_COLpublic static final String ENTITY_MEM_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_TRAFFIC_COLpublic static final String ENTITY_TRAFFIC_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_HEAVY_HITTERS_COLpublic static final String ENTITY_HEAVY_HITTERS_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_ID_COLpublic static final String ENTITY_ID_COL - See Also:
- Constant Field Values
 
 - 
ENTITY_WORKER_ID_COLpublic static final String ENTITY_WORKER_ID_COL - See Also:
- Constant Field Values
 
 
- 
 
-