Enum Class TablePrivilege

java.lang.Object
java.lang.Enum<TablePrivilege>
org.apache.polaris.core.admin.model.TablePrivilege
All Implemented Interfaces:
Serializable, Comparable<TablePrivilege>, Constable

public enum TablePrivilege extends Enum<TablePrivilege>
  • Enum Constant Details

    • CATALOG_MANAGE_ACCESS

      public static final TablePrivilege CATALOG_MANAGE_ACCESS
    • TABLE_DROP

      public static final TablePrivilege TABLE_DROP
    • TABLE_LIST

      public static final TablePrivilege TABLE_LIST
    • TABLE_READ_PROPERTIES

      public static final TablePrivilege TABLE_READ_PROPERTIES
    • TABLE_WRITE_PROPERTIES

      public static final TablePrivilege TABLE_WRITE_PROPERTIES
    • TABLE_READ_DATA

      public static final TablePrivilege TABLE_READ_DATA
    • TABLE_WRITE_DATA

      public static final TablePrivilege TABLE_WRITE_DATA
    • TABLE_FULL_METADATA

      public static final TablePrivilege TABLE_FULL_METADATA
    • TABLE_ATTACH_POLICY

      public static final TablePrivilege TABLE_ATTACH_POLICY
    • TABLE_DETACH_POLICY

      public static final TablePrivilege TABLE_DETACH_POLICY
  • Method Details

    • values

      public static TablePrivilege[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TablePrivilege valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null