Class HadoopConnectionConfigInfo
java.lang.Object
org.apache.polaris.core.admin.model.ConnectionConfigInfo
org.apache.polaris.core.admin.model.HadoopConnectionConfigInfo
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class HadoopConnectionConfigInfo
extends ConnectionConfigInfo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.ConnectionConfigInfo
ConnectionConfigInfo.ConnectionTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionHadoopConnectionConfigInfo(String warehouse, ConnectionConfigInfo.ConnectionTypeEnum connectionType, String uri, AuthenticationParameters authenticationParameters, ServiceIdentityInfo serviceIdentity) HadoopConnectionConfigInfo(ConnectionConfigInfo.ConnectionTypeEnum connectionType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(ConnectionConfigInfo.ConnectionTypeEnum connectionType) booleanThe file path to where this catalog should store tablesinthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.ConnectionConfigInfo
getAuthenticationParameters, getConnectionType, getServiceIdentity, getUri
-
Constructor Details
-
HadoopConnectionConfigInfo
public HadoopConnectionConfigInfo(String warehouse, ConnectionConfigInfo.ConnectionTypeEnum connectionType, String uri, AuthenticationParameters authenticationParameters, ServiceIdentityInfo serviceIdentity) -
HadoopConnectionConfigInfo
-
-
Method Details
-
getWarehouse
The file path to where this catalog should store tables -
builder
-
builder
public static HadoopConnectionConfigInfo.Builder builder(ConnectionConfigInfo.ConnectionTypeEnum connectionType) -
equals
- Overrides:
equalsin classConnectionConfigInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein classConnectionConfigInfo
-
toString
- Overrides:
toStringin classConnectionConfigInfo
-