| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.proto |
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<MLDataFormats.KeyValue> |
MLDataFormats.KeyValue.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MLDataFormats.KeyValue |
MLDataFormats.KeyValue.Builder.build() |
MLDataFormats.KeyValue |
MLDataFormats.KeyValue.Builder.buildPartial() |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.getDefaultInstance() |
MLDataFormats.KeyValue |
MLDataFormats.KeyValue.getDefaultInstanceForType() |
MLDataFormats.KeyValue |
MLDataFormats.KeyValue.Builder.getDefaultInstanceForType() |
MLDataFormats.KeyValue |
MLDataFormats.OffloadDriverMetadataOrBuilder.getProperties(int index)
repeated .KeyValue properties = 2; |
MLDataFormats.KeyValue |
MLDataFormats.OffloadDriverMetadata.getProperties(int index)
repeated .KeyValue properties = 2; |
MLDataFormats.KeyValue |
MLDataFormats.OffloadDriverMetadata.Builder.getProperties(int index)
repeated .KeyValue properties = 2; |
MLDataFormats.KeyValue |
MLDataFormats.ManagedLedgerInfoOrBuilder.getProperties(int index)
repeated .KeyValue properties = 3; |
MLDataFormats.KeyValue |
MLDataFormats.ManagedLedgerInfo.getProperties(int index)
repeated .KeyValue properties = 3; |
MLDataFormats.KeyValue |
MLDataFormats.ManagedLedgerInfo.Builder.getProperties(int index)
repeated .KeyValue properties = 3; |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseDelimitedFrom(InputStream input) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(byte[] data) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(ByteBuffer data) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(com.google.protobuf.ByteString data) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(InputStream input) |
static MLDataFormats.KeyValue |
MLDataFormats.KeyValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<MLDataFormats.KeyValue> |
MLDataFormats.KeyValue.getParserForType() |
List<MLDataFormats.KeyValue> |
MLDataFormats.OffloadDriverMetadataOrBuilder.getPropertiesList()
repeated .KeyValue properties = 2; |
List<MLDataFormats.KeyValue> |
MLDataFormats.OffloadDriverMetadata.getPropertiesList()
repeated .KeyValue properties = 2; |
List<MLDataFormats.KeyValue> |
MLDataFormats.OffloadDriverMetadata.Builder.getPropertiesList()
repeated .KeyValue properties = 2; |
List<MLDataFormats.KeyValue> |
MLDataFormats.ManagedLedgerInfoOrBuilder.getPropertiesList()
repeated .KeyValue properties = 3; |
List<MLDataFormats.KeyValue> |
MLDataFormats.ManagedLedgerInfo.getPropertiesList()
repeated .KeyValue properties = 3; |
List<MLDataFormats.KeyValue> |
MLDataFormats.ManagedLedgerInfo.Builder.getPropertiesList()
repeated .KeyValue properties = 3; |
static com.google.protobuf.Parser<MLDataFormats.KeyValue> |
MLDataFormats.KeyValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
MLDataFormats.OffloadDriverMetadata.Builder |
MLDataFormats.OffloadDriverMetadata.Builder.addProperties(int index,
MLDataFormats.KeyValue value)
repeated .KeyValue properties = 2; |
MLDataFormats.ManagedLedgerInfo.Builder |
MLDataFormats.ManagedLedgerInfo.Builder.addProperties(int index,
MLDataFormats.KeyValue value)
repeated .KeyValue properties = 3; |
MLDataFormats.OffloadDriverMetadata.Builder |
MLDataFormats.OffloadDriverMetadata.Builder.addProperties(MLDataFormats.KeyValue value)
repeated .KeyValue properties = 2; |
MLDataFormats.ManagedLedgerInfo.Builder |
MLDataFormats.ManagedLedgerInfo.Builder.addProperties(MLDataFormats.KeyValue value)
repeated .KeyValue properties = 3; |
MLDataFormats.KeyValue.Builder |
MLDataFormats.KeyValue.Builder.mergeFrom(MLDataFormats.KeyValue other) |
static MLDataFormats.KeyValue.Builder |
MLDataFormats.KeyValue.newBuilder(MLDataFormats.KeyValue prototype) |
MLDataFormats.OffloadDriverMetadata.Builder |
MLDataFormats.OffloadDriverMetadata.Builder.setProperties(int index,
MLDataFormats.KeyValue value)
repeated .KeyValue properties = 2; |
MLDataFormats.ManagedLedgerInfo.Builder |
MLDataFormats.ManagedLedgerInfo.Builder.setProperties(int index,
MLDataFormats.KeyValue value)
repeated .KeyValue properties = 3; |
| Modifier and Type | Method and Description |
|---|---|
MLDataFormats.OffloadDriverMetadata.Builder |
MLDataFormats.OffloadDriverMetadata.Builder.addAllProperties(Iterable<? extends MLDataFormats.KeyValue> values)
repeated .KeyValue properties = 2; |
MLDataFormats.ManagedLedgerInfo.Builder |
MLDataFormats.ManagedLedgerInfo.Builder.addAllProperties(Iterable<? extends MLDataFormats.KeyValue> values)
repeated .KeyValue properties = 3; |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.