Uses of Class
org.apache.pulsar.broker.service.schema.SchemaStorageFormat.IndexEntry
Packages that use SchemaStorageFormat.IndexEntry
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SchemaStorageFormat.IndexEntry in org.apache.pulsar.broker.service.schema
Fields in org.apache.pulsar.broker.service.schema with type parameters of type SchemaStorageFormat.IndexEntryModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SchemaStorageFormat.IndexEntry>SchemaStorageFormat.IndexEntry.PARSERDeprecated.Methods in org.apache.pulsar.broker.service.schema that return SchemaStorageFormat.IndexEntryModifier and TypeMethodDescriptionSchemaStorageFormat.IndexEntry.Builder.build()SchemaStorageFormat.IndexEntry.Builder.buildPartial()SchemaStorageFormat.IndexEntry.getDefaultInstance()SchemaStorageFormat.IndexEntry.Builder.getDefaultInstanceForType()SchemaStorageFormat.IndexEntry.getDefaultInstanceForType()SchemaStorageFormat.SchemaEntry.Builder.getIndex(int index) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.getIndex(int index) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntryOrBuilder.getIndex(int index) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaLocator.Builder.getIndex(int index) repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocator.getIndex(int index) repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocatorOrBuilder.getIndex(int index) repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocator.Builder.getInfo()required .pulsar.schema.IndexEntry info = 1;SchemaStorageFormat.SchemaLocator.getInfo()required .pulsar.schema.IndexEntry info = 1;SchemaStorageFormat.SchemaLocatorOrBuilder.getInfo()required .pulsar.schema.IndexEntry info = 1;SchemaStorageFormat.IndexEntry.parseDelimitedFrom(InputStream input) SchemaStorageFormat.IndexEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaStorageFormat.IndexEntry.parseFrom(byte[] data) SchemaStorageFormat.IndexEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.ByteString data) SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.CodedInputStream input) SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaStorageFormat.IndexEntry.parseFrom(InputStream input) SchemaStorageFormat.IndexEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemaStorageFormat.IndexEntry.parseFrom(ByteBuffer data) SchemaStorageFormat.IndexEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.pulsar.broker.service.schema that return types with arguments of type SchemaStorageFormat.IndexEntryModifier and TypeMethodDescriptionSchemaStorageFormat.SchemaEntry.Builder.getIndexList()repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.getIndexList()repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntryOrBuilder.getIndexList()repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaLocator.Builder.getIndexList()repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocator.getIndexList()repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocatorOrBuilder.getIndexList()repeated .pulsar.schema.IndexEntry index = 2;com.google.protobuf.Parser<SchemaStorageFormat.IndexEntry>SchemaStorageFormat.IndexEntry.getParserForType()static com.google.protobuf.Parser<SchemaStorageFormat.IndexEntry>SchemaStorageFormat.IndexEntry.parser()Methods in org.apache.pulsar.broker.service.schema with parameters of type SchemaStorageFormat.IndexEntryModifier and TypeMethodDescriptionSchemaStorageFormat.SchemaEntry.Builder.addIndex(int index, SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaEntry.Builder.addIndex(SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaLocator.Builder.addIndex(int index, SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocator.Builder.addIndex(SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.IndexEntry.Builder.mergeFrom(SchemaStorageFormat.IndexEntry other) SchemaStorageFormat.SchemaLocator.Builder.mergeInfo(SchemaStorageFormat.IndexEntry value) required .pulsar.schema.IndexEntry info = 1;SchemaStorageFormat.IndexEntry.newBuilder(SchemaStorageFormat.IndexEntry prototype) SchemaStorageFormat.SchemaEntry.Builder.setIndex(int index, SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaLocator.Builder.setIndex(int index, SchemaStorageFormat.IndexEntry value) repeated .pulsar.schema.IndexEntry index = 2;SchemaStorageFormat.SchemaLocator.Builder.setInfo(SchemaStorageFormat.IndexEntry value) required .pulsar.schema.IndexEntry info = 1;Method parameters in org.apache.pulsar.broker.service.schema with type arguments of type SchemaStorageFormat.IndexEntryModifier and TypeMethodDescriptionSchemaStorageFormat.SchemaEntry.Builder.addAllIndex(Iterable<? extends SchemaStorageFormat.IndexEntry> values) repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.SchemaLocator.Builder.addAllIndex(Iterable<? extends SchemaStorageFormat.IndexEntry> values) repeated .pulsar.schema.IndexEntry index = 2;