Enum Class的使用
org.apache.pulsar.common.api.proto.Schema.Type
使用Schema.Type的程序包
-
org.apache.pulsar.common.api.proto中Schema.Type的使用
修饰符和类型方法说明Schema.getType()static Schema.TypeSchema.Type.valueOf(int n) Returns the enum constant of this class with the specified name.static Schema.TypeReturns the enum constant of this class with the specified name.static Schema.Type[]Schema.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
org.apache.pulsar.common.protocol中Schema.Type的使用