Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.OffloadContext
-
Packages that use MLDataFormats.OffloadContext Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.proto Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MLDataFormats.OffloadContext in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type MLDataFormats.OffloadContext Modifier and Type Method Description default java.util.concurrent.CompletableFuture<org.apache.bookkeeper.client.api.ReadHandle>LedgerOffloader. readOffloaded(long ledgerId, MLDataFormats.OffloadContext ledgerContext, java.util.Map<java.lang.String,java.lang.String> offloadDriverMetadata) -
Uses of MLDataFormats.OffloadContext in org.apache.bookkeeper.mledger.proto
Fields in org.apache.bookkeeper.mledger.proto with type parameters of type MLDataFormats.OffloadContext Modifier and Type Field Description static com.google.protobuf.Parser<MLDataFormats.OffloadContext>MLDataFormats.OffloadContext. PARSERDeprecated.Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.OffloadContext Modifier and Type Method Description MLDataFormats.OffloadContextMLDataFormats.OffloadContext.Builder. build()MLDataFormats.OffloadContextMLDataFormats.OffloadContext.Builder. buildPartial()static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. getDefaultInstance()MLDataFormats.OffloadContextMLDataFormats.OffloadContext.Builder. getDefaultInstanceForType()MLDataFormats.OffloadContextMLDataFormats.OffloadContext. getDefaultInstanceForType()MLDataFormats.OffloadContextMLDataFormats.ManagedLedgerInfo.LedgerInfo.Builder. getOffloadContext()optional .OffloadContext offloadContext = 5;MLDataFormats.OffloadContextMLDataFormats.ManagedLedgerInfo.LedgerInfo. getOffloadContext()optional .OffloadContext offloadContext = 5;MLDataFormats.OffloadContextMLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder. getOffloadContext()optional .OffloadContext offloadContext = 5;static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseDelimitedFrom(java.io.InputStream input)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(byte[] data)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(com.google.protobuf.ByteString data)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(com.google.protobuf.CodedInputStream input)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(java.io.InputStream input)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. parseFrom(java.nio.ByteBuffer data)static MLDataFormats.OffloadContextMLDataFormats.OffloadContext. 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.OffloadContext Modifier and Type Method Description com.google.protobuf.Parser<MLDataFormats.OffloadContext>MLDataFormats.OffloadContext. getParserForType()static com.google.protobuf.Parser<MLDataFormats.OffloadContext>MLDataFormats.OffloadContext. parser()Methods in org.apache.bookkeeper.mledger.proto with parameters of type MLDataFormats.OffloadContext Modifier and Type Method Description MLDataFormats.OffloadContext.BuilderMLDataFormats.OffloadContext.Builder. mergeFrom(MLDataFormats.OffloadContext other)MLDataFormats.ManagedLedgerInfo.LedgerInfo.BuilderMLDataFormats.ManagedLedgerInfo.LedgerInfo.Builder. mergeOffloadContext(MLDataFormats.OffloadContext value)optional .OffloadContext offloadContext = 5;static MLDataFormats.OffloadContext.BuilderMLDataFormats.OffloadContext. newBuilder(MLDataFormats.OffloadContext prototype)MLDataFormats.ManagedLedgerInfo.LedgerInfo.BuilderMLDataFormats.ManagedLedgerInfo.LedgerInfo.Builder. setOffloadContext(MLDataFormats.OffloadContext value)optional .OffloadContext offloadContext = 5;
-