Uses of Class
io.trino.server.protocol.Slug.Context
-
Packages that use Slug.Context Package Description io.trino.server.protocol -
-
Uses of Slug.Context in io.trino.server.protocol
Methods in io.trino.server.protocol that return Slug.Context Modifier and Type Method Description static Slug.ContextSlug.Context. valueOf(String name)Returns the enum constant of this type with the specified name.static Slug.Context[]Slug.Context. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.server.protocol with parameters of type Slug.Context Modifier and Type Method Description booleanSlug. isValid(Slug.Context context, String slug, long token)StringSlug. makeSlug(Slug.Context context, long token)
-