Package io.antmedia.console.datastore
Class ConsoleDataStoreFactory
java.lang.Object
io.antmedia.console.datastore.ConsoleDataStoreFactory
- All Implemented Interfaces:
Aware
,ApplicationContextAware
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private AbstractConsoleDataStore
private String
private String
private String
Deprecated, for removal: This API element is subject to removal in a future version.Use dbHost with full connection url including username and passwordprivate String
private String
Deprecated, for removal: This API element is subject to removal in a future version.Use dbHost with full connection url including username and passwordprivate static org.slf4j.Logger
private io.vertx.core.Vertx
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setApplicationContext
(ApplicationContext applicationContext) void
setAppName
(String appName) void
void
void
setDbPassword
(String dbPassword) void
void
-
Field Details
-
dataStore
-
appName
-
dbName
-
dbType
-
dbHost
-
dbUser
Deprecated, for removal: This API element is subject to removal in a future version.Use dbHost with full connection url including username and password -
dbPassword
@Deprecated(since="2.7.0", forRemoval=true) @Value("${db.password:#{null}}") private String dbPasswordDeprecated, for removal: This API element is subject to removal in a future version.Use dbHost with full connection url including username and password -
vertx
private io.vertx.core.Vertx vertx -
logger
private static org.slf4j.Logger logger
-
-
Constructor Details
-
ConsoleDataStoreFactory
public ConsoleDataStoreFactory()
-
-
Method Details
-
getAppName
-
setAppName
-
getDbName
-
setDbName
-
getDbType
-
setDbType
-
getDbHost
-
setDbHost
-
getDbUser
-
setDbUser
-
getDbPassword
-
setDbPassword
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
getDataStore
-