public class NetActCsvCollectorConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DA_DATA_DIRECTORY
Properties to indicate the location of the data directory
|
static java.lang.String |
DA_DEFAULT_DATA_DIRECTORY
Properties to indicate the default location of the data directory
|
static java.lang.String |
DA_FILE_PATTERNS
Properties to indicate the list of valid file patterns to be processed
|
static java.lang.String |
DA_GET_ENTITIES
Properties to indicate whether or not to do entity retrieval
|
static java.lang.String |
DA_GET_TOPOLOGY
Properties to indicate whether or not to do RAN topology retrieval
|
static java.lang.String |
DA_INITIAL_LOAD
Properties to indicate whether or not to perform data processing on first
collector run
|
static java.lang.String |
DA_MOVED_DATA_DIRECTORY
Properties to indicate the location where the xml files to be moved
|
static java.lang.String |
DA_MOVED_DEFAULT_DATA_DIRECTORY
Properties to indicate the default location where the xml files to be
moved
|
static java.lang.String |
DA_POST_PROCESS_FLAG
Properties to indicate what to do after processing the xml files.
|
static java.lang.String |
DA_REMOVE_MISSING_ENTITIES
Properties to indicate whether or not to remove missing entities from the
datastore if it is not available after performing discovery
|
static java.lang.String |
DA_VALID_ENTITY_TYPES
Properties to indicate the list of valid entity types to be processed
|
static java.lang.String |
PROP_DEFAULT_PROPS_FILE_NAME
Default properties file for the NetAct Collector
../NetAct/NetActCollector.properties |
| Constructor and Description |
|---|
NetActCsvCollectorConstants() |
public static final java.lang.String PROP_DEFAULT_PROPS_FILE_NAME
../NetAct/NetActCollector.propertiespublic static final java.lang.String DA_GET_ENTITIES
public static final java.lang.String DA_GET_TOPOLOGY
public static final java.lang.String DA_REMOVE_MISSING_ENTITIES
public static final java.lang.String DA_DATA_DIRECTORY
public static final java.lang.String DA_DEFAULT_DATA_DIRECTORY
public static final java.lang.String DA_MOVED_DATA_DIRECTORY
public static final java.lang.String DA_MOVED_DEFAULT_DATA_DIRECTORY
public static final java.lang.String DA_INITIAL_LOAD
public static final java.lang.String DA_POST_PROCESS_FLAG
public static final java.lang.String DA_VALID_ENTITY_TYPES
public static final java.lang.String DA_FILE_PATTERNS