Uses of Enum Class
io.trino.spi.connector.MaterializedViewFreshness.Freshness
Packages that use MaterializedViewFreshness.Freshness
-
Uses of MaterializedViewFreshness.Freshness in io.trino.spi.connector
Subclasses with type arguments of type MaterializedViewFreshness.Freshness in io.trino.spi.connectorMethods in io.trino.spi.connector that return MaterializedViewFreshness.FreshnessModifier and TypeMethodDescriptionMaterializedViewFreshness.getFreshness()Returns the enum constant of this class with the specified name.static MaterializedViewFreshness.Freshness[]MaterializedViewFreshness.Freshness.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.spi.connector with parameters of type MaterializedViewFreshness.FreshnessModifierConstructorDescriptionMaterializedViewFreshness(MaterializedViewFreshness.Freshness freshness, Optional<Instant> lastFreshTime)