Class HiveConnectionConfigInfo
java.lang.Object
org.apache.polaris.core.admin.model.ConnectionConfigInfo
org.apache.polaris.core.admin.model.HiveConnectionConfigInfo
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
comments="Generator version: 7.12.0")
public class HiveConnectionConfigInfo
extends ConnectionConfigInfo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.ConnectionConfigInfo
ConnectionConfigInfo.ConnectionTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionHiveConnectionConfigInfo(String warehouse, ConnectionConfigInfo.ConnectionTypeEnum connectionType, String uri, AuthenticationParameters authenticationParameters, ServiceIdentityInfo serviceIdentity) HiveConnectionConfigInfo(ConnectionConfigInfo.ConnectionTypeEnum connectionType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(ConnectionConfigInfo.ConnectionTypeEnum connectionType) booleanThe warehouse location for the hive catalog.inthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.ConnectionConfigInfo
getAuthenticationParameters, getConnectionType, getServiceIdentity, getUri
-
Constructor Details
-
HiveConnectionConfigInfo
public HiveConnectionConfigInfo(String warehouse, ConnectionConfigInfo.ConnectionTypeEnum connectionType, String uri, AuthenticationParameters authenticationParameters, ServiceIdentityInfo serviceIdentity) -
HiveConnectionConfigInfo
-
-
Method Details
-
getWarehouse
The warehouse location for the hive catalog. -
builder
-
builder
public static HiveConnectionConfigInfo.Builder builder(ConnectionConfigInfo.ConnectionTypeEnum connectionType) -
equals
- Overrides:
equalsin classConnectionConfigInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein classConnectionConfigInfo
-
toString
- Overrides:
toStringin classConnectionConfigInfo
-