Uses of Enum Class
io.dingodb.meta.Meta.TsoOpType
Packages that use Meta.TsoOpType
-
Uses of Meta.TsoOpType in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.TsoOpTypeModifier and TypeMethodDescriptionstatic Meta.TsoOpTypeMeta.TsoOpType.forNumber(int value) Meta.TsoRequest.Builder.getOpType().dingodb.pb.meta.TsoOpType op_type = 2;Meta.TsoRequest.getOpType().dingodb.pb.meta.TsoOpType op_type = 2;Meta.TsoRequestOrBuilder.getOpType().dingodb.pb.meta.TsoOpType op_type = 2;Meta.TsoResponse.Builder.getOpType().dingodb.pb.meta.TsoOpType op_type = 3;Meta.TsoResponse.getOpType().dingodb.pb.meta.TsoOpType op_type = 3;Meta.TsoResponseOrBuilder.getOpType().dingodb.pb.meta.TsoOpType op_type = 3;static Meta.TsoOpTypeMeta.TsoOpType.valueOf(int value) Deprecated.static Meta.TsoOpTypeMeta.TsoOpType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Meta.TsoOpTypeReturns the enum constant of this class with the specified name.static Meta.TsoOpType[]Meta.TsoOpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.meta that return types with arguments of type Meta.TsoOpTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Meta.TsoOpType>Meta.TsoOpType.internalGetValueMap()Methods in io.dingodb.meta with parameters of type Meta.TsoOpTypeModifier and TypeMethodDescriptionMeta.TsoRequest.Builder.setOpType(Meta.TsoOpType value) .dingodb.pb.meta.TsoOpType op_type = 2;Meta.TsoResponse.Builder.setOpType(Meta.TsoOpType value) .dingodb.pb.meta.TsoOpType op_type = 3;