Uses of Enum Class
io.trino.server.protocol.Slug.Context
Packages that use Slug.Context
-
Uses of Slug.Context in io.trino.server.protocol
Methods in io.trino.server.protocol that return Slug.ContextModifier and TypeMethodDescriptionstatic Slug.ContextReturns the enum constant of this class with the specified name.static Slug.Context[]Slug.Context.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.server.protocol with parameters of type Slug.ContextModifier and TypeMethodDescriptionbooleanSlug.isValid(Slug.Context context, String slug, long token) Slug.makeSlug(Slug.Context context, long token)