Package io.dingodb.meta
Enum Class 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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionfor index, both vector index and scalar indexMETA_EVENT_INDEX_DELETE = 9;META_EVENT_INDEX_UPDATE = 8;META_EVENT_NONE = 0;for regionMETA_EVENT_REGION_DELETE = 15;META_EVENT_REGION_UPDATE = 14;for schemaMETA_EVENT_SCHEMA_DELETE = 3;META_EVENT_SCHEMA_UPDATE = 2;for table, only for main tableMETA_EVENT_TABLE_DELETE = 6;for tables with indexMETA_EVENT_TABLE_INDEX_DELETE = 12;META_EVENT_TABLE_INDEX_UPDATE = 11;META_EVENT_TABLE_UPDATE = 5;for tenantMETA_EVENT_TENANT_DELETE = 18;META_EVENT_TENANT_UPDATE = 17; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intfor index, both vector index and scalar indexstatic final intMETA_EVENT_INDEX_DELETE = 9;static final intMETA_EVENT_INDEX_UPDATE = 8;static final intMETA_EVENT_NONE = 0;static final intfor regionstatic final intMETA_EVENT_REGION_DELETE = 15;static final intMETA_EVENT_REGION_UPDATE = 14;static final intfor schemastatic final intMETA_EVENT_SCHEMA_DELETE = 3;static final intMETA_EVENT_SCHEMA_UPDATE = 2;static final intfor table, only for main tablestatic final intMETA_EVENT_TABLE_DELETE = 6;static final intfor tables with indexstatic final intMETA_EVENT_TABLE_INDEX_DELETE = 12;static final intMETA_EVENT_TABLE_INDEX_UPDATE = 11;static final intMETA_EVENT_TABLE_UPDATE = 5;static final intfor tenantstatic final intMETA_EVENT_TENANT_DELETE = 18;static final intMETA_EVENT_TENANT_UPDATE = 17; -
Method Summary
Modifier and TypeMethodDescriptionstatic Meta.MetaEventTypeforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Meta.MetaEventType>static Meta.MetaEventTypevalueOf(int value) Deprecated.static Meta.MetaEventTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Meta.MetaEventTypeReturns the enum constant of this class with the specified name.static Meta.MetaEventType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
META_EVENT_NONE
META_EVENT_NONE = 0; -
META_EVENT_SCHEMA_CREATE
for schema
META_EVENT_SCHEMA_CREATE = 1; -
META_EVENT_SCHEMA_UPDATE
META_EVENT_SCHEMA_UPDATE = 2; -
META_EVENT_SCHEMA_DELETE
META_EVENT_SCHEMA_DELETE = 3; -
META_EVENT_TABLE_CREATE
for table, only for main table
META_EVENT_TABLE_CREATE = 4; -
META_EVENT_TABLE_UPDATE
META_EVENT_TABLE_UPDATE = 5; -
META_EVENT_TABLE_DELETE
META_EVENT_TABLE_DELETE = 6; -
META_EVENT_INDEX_CREATE
for index, both vector index and scalar index
META_EVENT_INDEX_CREATE = 7; -
META_EVENT_INDEX_UPDATE
META_EVENT_INDEX_UPDATE = 8; -
META_EVENT_INDEX_DELETE
META_EVENT_INDEX_DELETE = 9; -
META_EVENT_TABLE_INDEX_CREATE
for tables with index
META_EVENT_TABLE_INDEX_CREATE = 10; -
META_EVENT_TABLE_INDEX_UPDATE
META_EVENT_TABLE_INDEX_UPDATE = 11; -
META_EVENT_TABLE_INDEX_DELETE
META_EVENT_TABLE_INDEX_DELETE = 12; -
META_EVENT_REGION_CREATE
for region
META_EVENT_REGION_CREATE = 13; -
META_EVENT_REGION_UPDATE
META_EVENT_REGION_UPDATE = 14; -
META_EVENT_REGION_DELETE
META_EVENT_REGION_DELETE = 15; -
META_EVENT_TENANT_CREATE
for tenant
META_EVENT_TENANT_CREATE = 16; -
META_EVENT_TENANT_UPDATE
META_EVENT_TENANT_UPDATE = 17; -
META_EVENT_TENANT_DELETE
META_EVENT_TENANT_DELETE = 18; -
UNRECOGNIZED
-
-
Field Details
-
META_EVENT_NONE_VALUE
public static final int META_EVENT_NONE_VALUEMETA_EVENT_NONE = 0;- See Also:
-
META_EVENT_SCHEMA_CREATE_VALUE
public static final int META_EVENT_SCHEMA_CREATE_VALUEfor schema
META_EVENT_SCHEMA_CREATE = 1;- See Also:
-
META_EVENT_SCHEMA_UPDATE_VALUE
public static final int META_EVENT_SCHEMA_UPDATE_VALUEMETA_EVENT_SCHEMA_UPDATE = 2;- See Also:
-
META_EVENT_SCHEMA_DELETE_VALUE
public static final int META_EVENT_SCHEMA_DELETE_VALUEMETA_EVENT_SCHEMA_DELETE = 3;- See Also:
-
META_EVENT_TABLE_CREATE_VALUE
public static final int META_EVENT_TABLE_CREATE_VALUEfor 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_VALUEMETA_EVENT_TABLE_UPDATE = 5;- See Also:
-
META_EVENT_TABLE_DELETE_VALUE
public static final int META_EVENT_TABLE_DELETE_VALUEMETA_EVENT_TABLE_DELETE = 6;- See Also:
-
META_EVENT_INDEX_CREATE_VALUE
public static final int META_EVENT_INDEX_CREATE_VALUEfor 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_VALUEMETA_EVENT_INDEX_UPDATE = 8;- See Also:
-
META_EVENT_INDEX_DELETE_VALUE
public static final int META_EVENT_INDEX_DELETE_VALUEMETA_EVENT_INDEX_DELETE = 9;- See Also:
-
META_EVENT_TABLE_INDEX_CREATE_VALUE
public static final int META_EVENT_TABLE_INDEX_CREATE_VALUEfor 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_VALUEMETA_EVENT_TABLE_INDEX_UPDATE = 11;- See Also:
-
META_EVENT_TABLE_INDEX_DELETE_VALUE
public static final int META_EVENT_TABLE_INDEX_DELETE_VALUEMETA_EVENT_TABLE_INDEX_DELETE = 12;- See Also:
-
META_EVENT_REGION_CREATE_VALUE
public static final int META_EVENT_REGION_CREATE_VALUEfor region
META_EVENT_REGION_CREATE = 13;- See Also:
-
META_EVENT_REGION_UPDATE_VALUE
public static final int META_EVENT_REGION_UPDATE_VALUEMETA_EVENT_REGION_UPDATE = 14;- See Also:
-
META_EVENT_REGION_DELETE_VALUE
public static final int META_EVENT_REGION_DELETE_VALUEMETA_EVENT_REGION_DELETE = 15;- See Also:
-
META_EVENT_TENANT_CREATE_VALUE
public static final int META_EVENT_TENANT_CREATE_VALUEfor tenant
META_EVENT_TENANT_CREATE = 16;- See Also:
-
META_EVENT_TENANT_UPDATE_VALUE
public static final int META_EVENT_TENANT_UPDATE_VALUEMETA_EVENT_TENANT_UPDATE = 17;- See Also:
-
META_EVENT_TENANT_DELETE_VALUE
public static final int META_EVENT_TENANT_DELETE_VALUEMETA_EVENT_TENANT_DELETE = 18;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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 nameNullPointerException- if the argument is null
-