Uses of Enum Class
io.trino.hive.thrift.metastore.GrantRevokeType
-
Uses of GrantRevokeType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GrantRevokeTypeModifier and TypeMethodDescriptionstatic GrantRevokeTypeGrantRevokeType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.GrantRevokePrivilegeRequest.getRequestType()GrantRevokeRoleRequest.getRequestType()static GrantRevokeTypeReturns the enum constant of this class with the specified name.static GrantRevokeType[]GrantRevokeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.hive.thrift.metastore with parameters of type GrantRevokeTypeModifier and TypeMethodDescriptionGrantRevokePrivilegeRequest.setRequestType(GrantRevokeType requestType) GrantRevokeRoleRequest.setRequestType(GrantRevokeType requestType) Constructors in io.trino.hive.thrift.metastore with parameters of type GrantRevokeTypeModifierConstructorDescriptionGrantRevokePrivilegeRequest(GrantRevokeType requestType, PrivilegeBag privileges) GrantRevokeRoleRequest(GrantRevokeType requestType, String roleName, String principalName, PrincipalType principalType)