类的使用
org.apache.pulsar.common.api.proto.CommandProducerSuccess
使用CommandProducerSuccess的程序包
-
org.apache.pulsar.common.api.proto中CommandProducerSuccess的使用
修饰符和类型方法说明CommandProducerSuccess.clear()CommandProducerSuccess.clearLastSequenceId()CommandProducerSuccess.clearProducerName()CommandProducerSuccess.clearProducerReady()CommandProducerSuccess.clearRequestId()CommandProducerSuccess.clearSchemaVersion()CommandProducerSuccess.clearTopicEpoch()CommandProducerSuccess.copyFrom(CommandProducerSuccess _other) BaseCommand.getProducerSuccess()CommandProducerSuccess.setLastSequenceId(long lastSequenceId) CommandProducerSuccess.setProducerName(String producerName) CommandProducerSuccess.setProducerReady(boolean producerReady) BaseCommand.setProducerSuccess()CommandProducerSuccess.setRequestId(long requestId) CommandProducerSuccess.setSchemaVersion(byte[] schemaVersion) CommandProducerSuccess.setSchemaVersion(io.netty.buffer.ByteBuf schemaVersion) CommandProducerSuccess.setTopicEpoch(long topicEpoch) -
org.apache.pulsar.common.protocol中CommandProducerSuccess的使用