| Package | Description |
|---|---|
| org.apache.pulsar.broker.service.schema |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.IndexEntry.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.Builder.build() |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.Builder.buildPartial() |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.getDefaultInstance() |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.getDefaultInstanceForType() |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.Builder.getDefaultInstanceForType() |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaEntryOrBuilder.getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaEntry.getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaEntry.Builder.getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaLocatorOrBuilder.getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaLocator.getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaLocator.Builder.getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaLocatorOrBuilder.getInfo()
required .pulsar.schema.IndexEntry info = 1; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaLocator.getInfo()
required .pulsar.schema.IndexEntry info = 1; |
SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.SchemaLocator.Builder.getInfo()
required .pulsar.schema.IndexEntry info = 1; |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseDelimitedFrom(InputStream input) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(byte[] data) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(ByteBuffer data) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.ByteString data) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(InputStream input) |
static SchemaStorageFormat.IndexEntry |
SchemaStorageFormat.IndexEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.SchemaEntryOrBuilder.getIndexList()
repeated .pulsar.schema.IndexEntry index = 5; |
List<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.SchemaEntry.getIndexList()
repeated .pulsar.schema.IndexEntry index = 5; |
List<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.SchemaEntry.Builder.getIndexList()
repeated .pulsar.schema.IndexEntry index = 5; |
List<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.SchemaLocatorOrBuilder.getIndexList()
repeated .pulsar.schema.IndexEntry index = 2; |
List<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.SchemaLocator.getIndexList()
repeated .pulsar.schema.IndexEntry index = 2; |
List<SchemaStorageFormat.IndexEntry> |
SchemaStorageFormat.SchemaLocator.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
SchemaStorageFormat.SchemaEntry.Builder |
SchemaStorageFormat.SchemaEntry.Builder.addIndex(int index,
SchemaStorageFormat.IndexEntry value)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.SchemaLocator.Builder |
SchemaStorageFormat.SchemaLocator.Builder.addIndex(int index,
SchemaStorageFormat.IndexEntry value)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.SchemaEntry.Builder |
SchemaStorageFormat.SchemaEntry.Builder.addIndex(SchemaStorageFormat.IndexEntry value)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.SchemaLocator.Builder |
SchemaStorageFormat.SchemaLocator.Builder.addIndex(SchemaStorageFormat.IndexEntry value)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntry.Builder |
SchemaStorageFormat.IndexEntry.Builder.mergeFrom(SchemaStorageFormat.IndexEntry other) |
SchemaStorageFormat.SchemaLocator.Builder |
SchemaStorageFormat.SchemaLocator.Builder.mergeInfo(SchemaStorageFormat.IndexEntry value)
required .pulsar.schema.IndexEntry info = 1; |
static SchemaStorageFormat.IndexEntry.Builder |
SchemaStorageFormat.IndexEntry.newBuilder(SchemaStorageFormat.IndexEntry prototype) |
SchemaStorageFormat.SchemaEntry.Builder |
SchemaStorageFormat.SchemaEntry.Builder.setIndex(int index,
SchemaStorageFormat.IndexEntry value)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.SchemaLocator.Builder |
SchemaStorageFormat.SchemaLocator.Builder.setIndex(int index,
SchemaStorageFormat.IndexEntry value)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.SchemaLocator.Builder |
SchemaStorageFormat.SchemaLocator.Builder.setInfo(SchemaStorageFormat.IndexEntry value)
required .pulsar.schema.IndexEntry info = 1; |
| Modifier and Type | Method and Description |
|---|---|
SchemaStorageFormat.SchemaEntry.Builder |
SchemaStorageFormat.SchemaEntry.Builder.addAllIndex(Iterable<? extends SchemaStorageFormat.IndexEntry> values)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.SchemaLocator.Builder |
SchemaStorageFormat.SchemaLocator.Builder.addAllIndex(Iterable<? extends SchemaStorageFormat.IndexEntry> values)
repeated .pulsar.schema.IndexEntry index = 2; |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.