Package | Description |
---|---|
com.cloudera.director.aws.rds |
Modifier and Type | Method and Description |
---|---|
static RDSEngine |
RDSEngine.getDefaultEngine(com.cloudera.director.spi.v1.database.DatabaseType databaseType)
Returns the default database engine for the specified database type.
|
static RDSEngine |
RDSEngine.getSupportedEngineByEngineName(String engineName)
Returns the supported engine with the specified name.
|
static RDSEngine |
RDSEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSEngine[] |
RDSEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,RDSEngine> |
RDSEngine.getSupportedEnginesByEngineName()
Returns the map from supported engine name to supported engine.
|
Copyright © 2016. All rights reserved.