Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ScmDbType |
ScmDbType.fromValue(String text) |
ScmDbType |
ApiScmDbInfo.getScmDbType()
Cloudera Manager server's db type
|
ScmDbType |
ScmDbType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ScmDbType |
ScmDbType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmDbType[] |
ScmDbType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiScmDbInfo |
ApiScmDbInfo.scmDbType(ScmDbType scmDbType) |
void |
ApiScmDbInfo.setScmDbType(ScmDbType scmDbType) |
void |
ScmDbType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ScmDbType enumeration) |
Copyright © 2019. All rights reserved.