Uses of Class
org.apache.pulsar.common.api.proto.CommandGetOrCreateSchema
-
Packages that use CommandGetOrCreateSchema Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandGetOrCreateSchema in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandGetOrCreateSchema Modifier and Type Method Description CommandGetOrCreateSchemaCommandGetOrCreateSchema. clear()CommandGetOrCreateSchemaCommandGetOrCreateSchema. clearRequestId()CommandGetOrCreateSchemaCommandGetOrCreateSchema. clearSchema()CommandGetOrCreateSchemaCommandGetOrCreateSchema. clearTopic()CommandGetOrCreateSchemaCommandGetOrCreateSchema. copyFrom(CommandGetOrCreateSchema _other)CommandGetOrCreateSchemaBaseCommand. getGetOrCreateSchema()CommandGetOrCreateSchemaBaseCommand. setGetOrCreateSchema()CommandGetOrCreateSchemaCommandGetOrCreateSchema. setRequestId(long requestId)CommandGetOrCreateSchemaCommandGetOrCreateSchema. setTopic(java.lang.String topic)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandGetOrCreateSchema Modifier and Type Method Description CommandGetOrCreateSchemaCommandGetOrCreateSchema. copyFrom(CommandGetOrCreateSchema _other) -
Uses of CommandGetOrCreateSchema in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandGetOrCreateSchema Modifier and Type Method Description protected voidPulsarDecoder. handleGetOrCreateSchema(CommandGetOrCreateSchema commandGetOrCreateSchema)
-