HiveMetastore Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datalakeanalytics. models. HiveMetastore
- com.
- com.
public final class HiveMetastore
extends SubResource
The HiveMetastore model.
Constructor Summary
| Constructor | Description |
|---|---|
| HiveMetastore() |
Creates an instance of Hive |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
databaseName()
Get the database |
|
static
Hive |
fromJson(JsonReader jsonReader)
Reads an instance of Hive |
| String |
name()
Get the name property: The resource name. |
|
Nested |
nestedResourceProvisioningState()
Get the nested |
| String |
password()
Get the password property: The password for the Hive Meta |
| String |
runtimeVersion()
Get the runtime |
| String |
serverUri()
Get the server |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| String |
username()
Get the username property: The user |
| void |
validate()
Validates the instance. |
|
Hive |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
HiveMetastore
public HiveMetastore()
Creates an instance of HiveMetastore class.
Method Details
databaseName
public String databaseName()
Get the databaseName property: The databaseName for the Hive MetaStore.
Returns:
fromJson
public static HiveMetastore fromJson(JsonReader jsonReader)
Reads an instance of HiveMetastore from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The resource name.
Returns:
nestedResourceProvisioningState
public NestedResourceProvisioningState nestedResourceProvisioningState()
Get the nestedResourceProvisioningState property: The current state of the NestedResource.
Returns:
password
public String password()
Get the password property: The password for the Hive MetaStore.
Returns:
runtimeVersion
public String runtimeVersion()
Get the runtimeVersion property: The runtimeVersion for the Hive MetaStore.
Returns:
serverUri
public String serverUri()
Get the serverUri property: The serverUri for the Hive MetaStore.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HiveMetastore.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
username
public String username()
Get the username property: The userName for the Hive MetaStore.
Returns:
validate
public void validate()
Validates the instance.
withId
public HiveMetastore withId(String id)
Overrides:
HiveMetastore.withId(String id)Parameters: