Uses of Enum Class
io.trino.spi.RefreshType
Packages that use RefreshType
-
Uses of RefreshType in io.trino.spi
Subclasses with type arguments of type RefreshType in io.trino.spiModifier and TypeClassDescriptionenumSignifies whether a Materialized View refresh operation could be done incrementally or only fully.Methods in io.trino.spi that return RefreshTypeModifier and TypeMethodDescriptionstatic RefreshTypeReturns the enum constant of this class with the specified name.static RefreshType[]RefreshType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RefreshType in io.trino.spi.connector
Methods in io.trino.spi.connector with parameters of type RefreshTypeModifier and TypeMethodDescriptiondefault ConnectorInsertTableHandleConnectorMetadata.beginRefreshMaterializedView(ConnectorSession session, ConnectorTableHandle tableHandle, List<ConnectorTableHandle> sourceTableHandles, RetryMode retryMode, RefreshType refreshType) Begin materialized view query.