Uses of Interface
org.apache.bookkeeper.mledger.proto.MLDataFormats.KeyValueOrBuilder
-
Packages that use MLDataFormats.KeyValueOrBuilder Package Description org.apache.bookkeeper.mledger.proto Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MLDataFormats.KeyValueOrBuilder in org.apache.bookkeeper.mledger.proto
Classes in org.apache.bookkeeper.mledger.proto that implement MLDataFormats.KeyValueOrBuilder Modifier and Type Class Description static classMLDataFormats.KeyValueProtobuf typeKeyValuestatic classMLDataFormats.KeyValue.BuilderProtobuf typeKeyValueMethods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.KeyValueOrBuilder Modifier and Type Method Description MLDataFormats.KeyValueOrBuilderMLDataFormats.ManagedLedgerInfo.Builder. getPropertiesOrBuilder(int index)repeated .KeyValue properties = 3;MLDataFormats.KeyValueOrBuilderMLDataFormats.ManagedLedgerInfo. getPropertiesOrBuilder(int index)repeated .KeyValue properties = 3;MLDataFormats.KeyValueOrBuilderMLDataFormats.ManagedLedgerInfoOrBuilder. getPropertiesOrBuilder(int index)repeated .KeyValue properties = 3;MLDataFormats.KeyValueOrBuilderMLDataFormats.OffloadDriverMetadata.Builder. getPropertiesOrBuilder(int index)repeated .KeyValue properties = 2;MLDataFormats.KeyValueOrBuilderMLDataFormats.OffloadDriverMetadata. getPropertiesOrBuilder(int index)repeated .KeyValue properties = 2;MLDataFormats.KeyValueOrBuilderMLDataFormats.OffloadDriverMetadataOrBuilder. getPropertiesOrBuilder(int index)repeated .KeyValue properties = 2;Methods in org.apache.bookkeeper.mledger.proto that return types with arguments of type MLDataFormats.KeyValueOrBuilder Modifier and Type Method Description java.util.List<? extends MLDataFormats.KeyValueOrBuilder>MLDataFormats.ManagedLedgerInfo.Builder. getPropertiesOrBuilderList()repeated .KeyValue properties = 3;java.util.List<? extends MLDataFormats.KeyValueOrBuilder>MLDataFormats.ManagedLedgerInfo. getPropertiesOrBuilderList()repeated .KeyValue properties = 3;java.util.List<? extends MLDataFormats.KeyValueOrBuilder>MLDataFormats.ManagedLedgerInfoOrBuilder. getPropertiesOrBuilderList()repeated .KeyValue properties = 3;java.util.List<? extends MLDataFormats.KeyValueOrBuilder>MLDataFormats.OffloadDriverMetadata.Builder. getPropertiesOrBuilderList()repeated .KeyValue properties = 2;java.util.List<? extends MLDataFormats.KeyValueOrBuilder>MLDataFormats.OffloadDriverMetadata. getPropertiesOrBuilderList()repeated .KeyValue properties = 2;java.util.List<? extends MLDataFormats.KeyValueOrBuilder>MLDataFormats.OffloadDriverMetadataOrBuilder. getPropertiesOrBuilderList()repeated .KeyValue properties = 2;
-