| 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 | Class and Description |
|---|---|
static class |
SchemaStorageFormat.IndexEntry
Protobuf type
pulsar.schema.IndexEntry |
static class |
SchemaStorageFormat.IndexEntry.Builder
Protobuf type
pulsar.schema.IndexEntry |
| Modifier and Type | Method and Description |
|---|---|
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaEntryOrBuilder.getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaEntry.getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaEntry.Builder.getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaLocatorOrBuilder.getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaLocator.getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaLocator.Builder.getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 2; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaLocatorOrBuilder.getInfoOrBuilder()
required .pulsar.schema.IndexEntry info = 1; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaLocator.getInfoOrBuilder()
required .pulsar.schema.IndexEntry info = 1; |
SchemaStorageFormat.IndexEntryOrBuilder |
SchemaStorageFormat.SchemaLocator.Builder.getInfoOrBuilder()
required .pulsar.schema.IndexEntry info = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
SchemaStorageFormat.SchemaEntryOrBuilder.getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 5; |
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
SchemaStorageFormat.SchemaEntry.getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 5; |
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
SchemaStorageFormat.SchemaEntry.Builder.getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 5; |
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
SchemaStorageFormat.SchemaLocatorOrBuilder.getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 2; |
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
SchemaStorageFormat.SchemaLocator.getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 2; |
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
SchemaStorageFormat.SchemaLocator.Builder.getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 2; |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.