Uses of Class
org.apache.pulsar.broker.service.schema.SchemaStorageFormat.SchemaEntry.Builder
Packages that use SchemaStorageFormat.SchemaEntry.Builder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SchemaStorageFormat.SchemaEntry.Builder in org.apache.pulsar.broker.service.schema
Methods in org.apache.pulsar.broker.service.schema that return SchemaStorageFormat.SchemaEntry.BuilderModifier and TypeMethodDescriptionSchemaStorageFormat.SchemaEntry.Builder.addAllIndex(Iterable<? extends SchemaStorageFormat.IndexEntry> values) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.addIndex(int index, SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.addIndex(int index, SchemaStorageFormat.IndexEntry.Builder builderForValue) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.addIndex(SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.addIndex(SchemaStorageFormat.IndexEntry.Builder builderForValue) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SchemaStorageFormat.SchemaEntry.Builder.clear()SchemaStorageFormat.SchemaEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SchemaStorageFormat.SchemaEntry.Builder.clearIndex()repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SchemaStorageFormat.SchemaEntry.Builder.clearSchemaData()required bytes schema_data = 2;SchemaStorageFormat.SchemaEntry.Builder.clone()SchemaStorageFormat.SchemaEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaStorageFormat.SchemaEntry.Builder.mergeFrom(com.google.protobuf.Message other) SchemaStorageFormat.SchemaEntry.Builder.mergeFrom(SchemaStorageFormat.SchemaEntry other) SchemaStorageFormat.SchemaEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SchemaStorageFormat.SchemaEntry.newBuilder()SchemaStorageFormat.SchemaEntry.newBuilder(SchemaStorageFormat.SchemaEntry prototype) SchemaStorageFormat.SchemaEntry.newBuilderForType()protected SchemaStorageFormat.SchemaEntry.BuilderSchemaStorageFormat.SchemaEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaStorageFormat.SchemaEntry.Builder.removeIndex(int index) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SchemaStorageFormat.SchemaEntry.Builder.setIndex(int index, SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.setIndex(int index, SchemaStorageFormat.IndexEntry.Builder builderForValue) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SchemaStorageFormat.SchemaEntry.Builder.setSchemaData(com.google.protobuf.ByteString value) required bytes schema_data = 2;SchemaStorageFormat.SchemaEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SchemaStorageFormat.SchemaEntry.toBuilder()