Uses of Enum Class
io.trino.plugin.iceberg.catalog.rest.IcebergRestCatalogConfig.SessionType
Packages that use IcebergRestCatalogConfig.SessionType
-
Uses of IcebergRestCatalogConfig.SessionType in io.trino.plugin.iceberg.catalog.rest
Methods in io.trino.plugin.iceberg.catalog.rest that return IcebergRestCatalogConfig.SessionTypeModifier and TypeMethodDescriptionIcebergRestCatalogConfig.getSessionType()Returns the enum constant of this class with the specified name.static IcebergRestCatalogConfig.SessionType[]IcebergRestCatalogConfig.SessionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.iceberg.catalog.rest with parameters of type IcebergRestCatalogConfig.SessionTypeModifier and TypeMethodDescriptionIcebergRestCatalogConfig.setSessionType(IcebergRestCatalogConfig.SessionType sessionType) Constructors in io.trino.plugin.iceberg.catalog.rest with parameters of type IcebergRestCatalogConfig.SessionTypeModifierConstructorDescriptionTrinoRestCatalog(org.apache.iceberg.rest.RESTSessionCatalog restSessionCatalog, CatalogName catalogName, IcebergRestCatalogConfig.SessionType sessionType, String trinoVersion, boolean useUniqueTableLocation)