Package io.nflow.engine.config
Class Profiles
- java.lang.Object
-
- io.nflow.engine.config.Profiles
-
public abstract class Profiles extends Object
Constants for profile names supported by nFlow.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDB2Profile to enable DB2 database.static StringH2Profile to enable H2 database.static StringJMXProfile to enable JMX services.static StringMARIADBProfile to enable MariaDB database.static StringMETRICSProfile to enable Metrics.static StringMYSQLProfile to enable MySQL database.static StringORACLEProfile to enable Oracle database.static StringPOSTGRESQLProfile to enable PostgreSQL database.static StringSQLSERVERProfile to enable SQL Server database.
-
Constructor Summary
Constructors Constructor Description Profiles()
-
-
-
Field Detail
-
DB2
public static final String DB2
Profile to enable DB2 database.- See Also:
- Constant Field Values
-
H2
public static final String H2
Profile to enable H2 database.- See Also:
- Constant Field Values
-
MYSQL
public static final String MYSQL
Profile to enable MySQL database.- See Also:
- Constant Field Values
-
MARIADB
public static final String MARIADB
Profile to enable MariaDB database.- See Also:
- Constant Field Values
-
ORACLE
public static final String ORACLE
Profile to enable Oracle database.- See Also:
- Constant Field Values
-
POSTGRESQL
public static final String POSTGRESQL
Profile to enable PostgreSQL database.- See Also:
- Constant Field Values
-
SQLSERVER
public static final String SQLSERVER
Profile to enable SQL Server database.- See Also:
- Constant Field Values
-
JMX
public static final String JMX
Profile to enable JMX services.- See Also:
- Constant Field Values
-
METRICS
public static final String METRICS
Profile to enable Metrics.- See Also:
- Constant Field Values
-
-