Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.KeyValue
-
Packages that use MLDataFormats.KeyValue Package Description org.apache.bookkeeper.mledger.proto Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MLDataFormats.KeyValue in org.apache.bookkeeper.mledger.proto
Fields in org.apache.bookkeeper.mledger.proto with type parameters of type MLDataFormats.KeyValue Modifier and Type Field Description static com.google.protobuf.Parser<MLDataFormats.KeyValue>MLDataFormats.KeyValue. PARSERDeprecated.Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.KeyValue Modifier and Type Method Description MLDataFormats.KeyValueMLDataFormats.KeyValue.Builder. build()MLDataFormats.KeyValueMLDataFormats.KeyValue.Builder. buildPartial()static MLDataFormats.KeyValueMLDataFormats.KeyValue. getDefaultInstance()MLDataFormats.KeyValueMLDataFormats.KeyValue.Builder. getDefaultInstanceForType()MLDataFormats.KeyValueMLDataFormats.KeyValue. getDefaultInstanceForType()MLDataFormats.KeyValueMLDataFormats.ManagedLedgerInfo.Builder. getProperties(int index)repeated .KeyValue properties = 3;MLDataFormats.KeyValueMLDataFormats.ManagedLedgerInfo. getProperties(int index)repeated .KeyValue properties = 3;MLDataFormats.KeyValueMLDataFormats.ManagedLedgerInfoOrBuilder. getProperties(int index)repeated .KeyValue properties = 3;MLDataFormats.KeyValueMLDataFormats.OffloadDriverMetadata.Builder. getProperties(int index)repeated .KeyValue properties = 2;MLDataFormats.KeyValueMLDataFormats.OffloadDriverMetadata. getProperties(int index)repeated .KeyValue properties = 2;MLDataFormats.KeyValueMLDataFormats.OffloadDriverMetadataOrBuilder. getProperties(int index)repeated .KeyValue properties = 2;static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseDelimitedFrom(java.io.InputStream input)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(byte[] data)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(com.google.protobuf.ByteString data)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(com.google.protobuf.CodedInputStream input)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(java.io.InputStream input)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(java.nio.ByteBuffer data)static MLDataFormats.KeyValueMLDataFormats.KeyValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.bookkeeper.mledger.proto that return types with arguments of type MLDataFormats.KeyValue Modifier and Type Method Description com.google.protobuf.Parser<MLDataFormats.KeyValue>MLDataFormats.KeyValue. getParserForType()java.util.List<MLDataFormats.KeyValue>MLDataFormats.ManagedLedgerInfo.Builder. getPropertiesList()repeated .KeyValue properties = 3;java.util.List<MLDataFormats.KeyValue>MLDataFormats.ManagedLedgerInfo. getPropertiesList()repeated .KeyValue properties = 3;java.util.List<MLDataFormats.KeyValue>MLDataFormats.ManagedLedgerInfoOrBuilder. getPropertiesList()repeated .KeyValue properties = 3;java.util.List<MLDataFormats.KeyValue>MLDataFormats.OffloadDriverMetadata.Builder. getPropertiesList()repeated .KeyValue properties = 2;java.util.List<MLDataFormats.KeyValue>MLDataFormats.OffloadDriverMetadata. getPropertiesList()repeated .KeyValue properties = 2;java.util.List<MLDataFormats.KeyValue>MLDataFormats.OffloadDriverMetadataOrBuilder. getPropertiesList()repeated .KeyValue properties = 2;static com.google.protobuf.Parser<MLDataFormats.KeyValue>MLDataFormats.KeyValue. parser()Methods in org.apache.bookkeeper.mledger.proto with parameters of type MLDataFormats.KeyValue Modifier and Type Method Description MLDataFormats.ManagedLedgerInfo.BuilderMLDataFormats.ManagedLedgerInfo.Builder. addProperties(int index, MLDataFormats.KeyValue value)repeated .KeyValue properties = 3;MLDataFormats.ManagedLedgerInfo.BuilderMLDataFormats.ManagedLedgerInfo.Builder. addProperties(MLDataFormats.KeyValue value)repeated .KeyValue properties = 3;MLDataFormats.OffloadDriverMetadata.BuilderMLDataFormats.OffloadDriverMetadata.Builder. addProperties(int index, MLDataFormats.KeyValue value)repeated .KeyValue properties = 2;MLDataFormats.OffloadDriverMetadata.BuilderMLDataFormats.OffloadDriverMetadata.Builder. addProperties(MLDataFormats.KeyValue value)repeated .KeyValue properties = 2;MLDataFormats.KeyValue.BuilderMLDataFormats.KeyValue.Builder. mergeFrom(MLDataFormats.KeyValue other)static MLDataFormats.KeyValue.BuilderMLDataFormats.KeyValue. newBuilder(MLDataFormats.KeyValue prototype)MLDataFormats.ManagedLedgerInfo.BuilderMLDataFormats.ManagedLedgerInfo.Builder. setProperties(int index, MLDataFormats.KeyValue value)repeated .KeyValue properties = 3;MLDataFormats.OffloadDriverMetadata.BuilderMLDataFormats.OffloadDriverMetadata.Builder. setProperties(int index, MLDataFormats.KeyValue value)repeated .KeyValue properties = 2;Method parameters in org.apache.bookkeeper.mledger.proto with type arguments of type MLDataFormats.KeyValue Modifier and Type Method Description MLDataFormats.ManagedLedgerInfo.BuilderMLDataFormats.ManagedLedgerInfo.Builder. addAllProperties(java.lang.Iterable<? extends MLDataFormats.KeyValue> values)repeated .KeyValue properties = 3;MLDataFormats.OffloadDriverMetadata.BuilderMLDataFormats.OffloadDriverMetadata.Builder. addAllProperties(java.lang.Iterable<? extends MLDataFormats.KeyValue> values)repeated .KeyValue properties = 2;
-