Class IcebergRestCatalogConfig
java.lang.Object
io.trino.plugin.iceberg.catalog.rest.IcebergRestCatalogConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull URI@NotNull IcebergRestCatalogConfig.SecuritysetBaseUri(String uri) setSecurity(IcebergRestCatalogConfig.Security security) setSessionType(IcebergRestCatalogConfig.SessionType sessionType) setWarehouse(String warehouse)
-
Constructor Details
-
IcebergRestCatalogConfig
public IcebergRestCatalogConfig()
-
-
Method Details
-
getBaseUri
-
setBaseUri
-
getSecurity
-
setSecurity
@Config("iceberg.rest-catalog.security") public IcebergRestCatalogConfig setSecurity(IcebergRestCatalogConfig.Security security) -
getSessionType
-
setSessionType
@Config("iceberg.rest-catalog.session") public IcebergRestCatalogConfig setSessionType(IcebergRestCatalogConfig.SessionType sessionType) -
getWarehouse
-
setWarehouse
@Config("iceberg.rest-catalog.warehouse") public IcebergRestCatalogConfig setWarehouse(String warehouse)
-