Enum Class Meta.MetaEventType

java.lang.Object
java.lang.Enum<Meta.MetaEventType>
io.dingodb.meta.Meta.MetaEventType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Meta.MetaEventType>, Constable
Enclosing class:
Meta

public static enum Meta.MetaEventType extends Enum<Meta.MetaEventType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum dingodb.pb.meta.MetaEventType
  • Enum Constant Details

    • META_EVENT_NONE

      public static final Meta.MetaEventType META_EVENT_NONE
      META_EVENT_NONE = 0;
    • META_EVENT_SCHEMA_CREATE

      public static final Meta.MetaEventType META_EVENT_SCHEMA_CREATE
       for schema
       
      META_EVENT_SCHEMA_CREATE = 1;
    • META_EVENT_SCHEMA_UPDATE

      public static final Meta.MetaEventType META_EVENT_SCHEMA_UPDATE
      META_EVENT_SCHEMA_UPDATE = 2;
    • META_EVENT_SCHEMA_DELETE

      public static final Meta.MetaEventType META_EVENT_SCHEMA_DELETE
      META_EVENT_SCHEMA_DELETE = 3;
    • META_EVENT_TABLE_CREATE

      public static final Meta.MetaEventType META_EVENT_TABLE_CREATE
       for table, only for main table
       
      META_EVENT_TABLE_CREATE = 4;
    • META_EVENT_TABLE_UPDATE

      public static final Meta.MetaEventType META_EVENT_TABLE_UPDATE
      META_EVENT_TABLE_UPDATE = 5;
    • META_EVENT_TABLE_DELETE

      public static final Meta.MetaEventType META_EVENT_TABLE_DELETE
      META_EVENT_TABLE_DELETE = 6;
    • META_EVENT_INDEX_CREATE

      public static final Meta.MetaEventType META_EVENT_INDEX_CREATE
       for index, both vector index and scalar index
       
      META_EVENT_INDEX_CREATE = 7;
    • META_EVENT_INDEX_UPDATE

      public static final Meta.MetaEventType META_EVENT_INDEX_UPDATE
      META_EVENT_INDEX_UPDATE = 8;
    • META_EVENT_INDEX_DELETE

      public static final Meta.MetaEventType META_EVENT_INDEX_DELETE
      META_EVENT_INDEX_DELETE = 9;
    • META_EVENT_TABLE_INDEX_CREATE

      public static final Meta.MetaEventType META_EVENT_TABLE_INDEX_CREATE
       for tables with index
       
      META_EVENT_TABLE_INDEX_CREATE = 10;
    • META_EVENT_TABLE_INDEX_UPDATE

      public static final Meta.MetaEventType META_EVENT_TABLE_INDEX_UPDATE
      META_EVENT_TABLE_INDEX_UPDATE = 11;
    • META_EVENT_TABLE_INDEX_DELETE

      public static final Meta.MetaEventType META_EVENT_TABLE_INDEX_DELETE
      META_EVENT_TABLE_INDEX_DELETE = 12;
    • META_EVENT_REGION_CREATE

      public static final Meta.MetaEventType META_EVENT_REGION_CREATE
       for region
       
      META_EVENT_REGION_CREATE = 13;
    • META_EVENT_REGION_UPDATE

      public static final Meta.MetaEventType META_EVENT_REGION_UPDATE
      META_EVENT_REGION_UPDATE = 14;
    • META_EVENT_REGION_DELETE

      public static final Meta.MetaEventType META_EVENT_REGION_DELETE
      META_EVENT_REGION_DELETE = 15;
    • META_EVENT_TENANT_CREATE

      public static final Meta.MetaEventType META_EVENT_TENANT_CREATE
       for tenant
       
      META_EVENT_TENANT_CREATE = 16;
    • META_EVENT_TENANT_UPDATE

      public static final Meta.MetaEventType META_EVENT_TENANT_UPDATE
      META_EVENT_TENANT_UPDATE = 17;
    • META_EVENT_TENANT_DELETE

      public static final Meta.MetaEventType META_EVENT_TENANT_DELETE
      META_EVENT_TENANT_DELETE = 18;
    • UNRECOGNIZED

      public static final Meta.MetaEventType UNRECOGNIZED
  • Field Details

    • META_EVENT_NONE_VALUE

      public static final int META_EVENT_NONE_VALUE
      META_EVENT_NONE = 0;
      See Also:
    • META_EVENT_SCHEMA_CREATE_VALUE

      public static final int META_EVENT_SCHEMA_CREATE_VALUE
       for schema
       
      META_EVENT_SCHEMA_CREATE = 1;
      See Also:
    • META_EVENT_SCHEMA_UPDATE_VALUE

      public static final int META_EVENT_SCHEMA_UPDATE_VALUE
      META_EVENT_SCHEMA_UPDATE = 2;
      See Also:
    • META_EVENT_SCHEMA_DELETE_VALUE

      public static final int META_EVENT_SCHEMA_DELETE_VALUE
      META_EVENT_SCHEMA_DELETE = 3;
      See Also:
    • META_EVENT_TABLE_CREATE_VALUE

      public static final int META_EVENT_TABLE_CREATE_VALUE
       for table, only for main table
       
      META_EVENT_TABLE_CREATE = 4;
      See Also:
    • META_EVENT_TABLE_UPDATE_VALUE

      public static final int META_EVENT_TABLE_UPDATE_VALUE
      META_EVENT_TABLE_UPDATE = 5;
      See Also:
    • META_EVENT_TABLE_DELETE_VALUE

      public static final int META_EVENT_TABLE_DELETE_VALUE
      META_EVENT_TABLE_DELETE = 6;
      See Also:
    • META_EVENT_INDEX_CREATE_VALUE

      public static final int META_EVENT_INDEX_CREATE_VALUE
       for index, both vector index and scalar index
       
      META_EVENT_INDEX_CREATE = 7;
      See Also:
    • META_EVENT_INDEX_UPDATE_VALUE

      public static final int META_EVENT_INDEX_UPDATE_VALUE
      META_EVENT_INDEX_UPDATE = 8;
      See Also:
    • META_EVENT_INDEX_DELETE_VALUE

      public static final int META_EVENT_INDEX_DELETE_VALUE
      META_EVENT_INDEX_DELETE = 9;
      See Also:
    • META_EVENT_TABLE_INDEX_CREATE_VALUE

      public static final int META_EVENT_TABLE_INDEX_CREATE_VALUE
       for tables with index
       
      META_EVENT_TABLE_INDEX_CREATE = 10;
      See Also:
    • META_EVENT_TABLE_INDEX_UPDATE_VALUE

      public static final int META_EVENT_TABLE_INDEX_UPDATE_VALUE
      META_EVENT_TABLE_INDEX_UPDATE = 11;
      See Also:
    • META_EVENT_TABLE_INDEX_DELETE_VALUE

      public static final int META_EVENT_TABLE_INDEX_DELETE_VALUE
      META_EVENT_TABLE_INDEX_DELETE = 12;
      See Also:
    • META_EVENT_REGION_CREATE_VALUE

      public static final int META_EVENT_REGION_CREATE_VALUE
       for region
       
      META_EVENT_REGION_CREATE = 13;
      See Also:
    • META_EVENT_REGION_UPDATE_VALUE

      public static final int META_EVENT_REGION_UPDATE_VALUE
      META_EVENT_REGION_UPDATE = 14;
      See Also:
    • META_EVENT_REGION_DELETE_VALUE

      public static final int META_EVENT_REGION_DELETE_VALUE
      META_EVENT_REGION_DELETE = 15;
      See Also:
    • META_EVENT_TENANT_CREATE_VALUE

      public static final int META_EVENT_TENANT_CREATE_VALUE
       for tenant
       
      META_EVENT_TENANT_CREATE = 16;
      See Also:
    • META_EVENT_TENANT_UPDATE_VALUE

      public static final int META_EVENT_TENANT_UPDATE_VALUE
      META_EVENT_TENANT_UPDATE = 17;
      See Also:
    • META_EVENT_TENANT_DELETE_VALUE

      public static final int META_EVENT_TENANT_DELETE_VALUE
      META_EVENT_TENANT_DELETE = 18;
      See Also:
  • Method Details

    • values

      public static Meta.MetaEventType[] 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 Meta.MetaEventType 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
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static Meta.MetaEventType valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static Meta.MetaEventType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Meta.MetaEventType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static Meta.MetaEventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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