Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.OffloadSegment
-
Packages that use MLDataFormats.OffloadSegment Package Description org.apache.bookkeeper.mledger.proto Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MLDataFormats.OffloadSegment in org.apache.bookkeeper.mledger.proto
Fields in org.apache.bookkeeper.mledger.proto with type parameters of type MLDataFormats.OffloadSegment Modifier and Type Field Description static com.google.protobuf.Parser<MLDataFormats.OffloadSegment>MLDataFormats.OffloadSegment. PARSERDeprecated.Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.OffloadSegment Modifier and Type Method Description MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.Builder. build()MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.Builder. buildPartial()static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. getDefaultInstance()MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.Builder. getDefaultInstanceForType()MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. getDefaultInstanceForType()MLDataFormats.OffloadSegmentMLDataFormats.OffloadContext.Builder. getOffloadSegment(int index)repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadSegmentMLDataFormats.OffloadContext. getOffloadSegment(int index)repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadSegmentMLDataFormats.OffloadContextOrBuilder. getOffloadSegment(int index)repeated .OffloadSegment offloadSegment = 7;static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseDelimitedFrom(java.io.InputStream input)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(byte[] data)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(com.google.protobuf.ByteString data)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(com.google.protobuf.CodedInputStream input)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(java.io.InputStream input)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. parseFrom(java.nio.ByteBuffer data)static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment. 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.OffloadSegment Modifier and Type Method Description java.util.List<MLDataFormats.OffloadSegment>MLDataFormats.OffloadContext.Builder. getOffloadSegmentList()repeated .OffloadSegment offloadSegment = 7;java.util.List<MLDataFormats.OffloadSegment>MLDataFormats.OffloadContext. getOffloadSegmentList()repeated .OffloadSegment offloadSegment = 7;java.util.List<MLDataFormats.OffloadSegment>MLDataFormats.OffloadContextOrBuilder. getOffloadSegmentList()repeated .OffloadSegment offloadSegment = 7;com.google.protobuf.Parser<MLDataFormats.OffloadSegment>MLDataFormats.OffloadSegment. getParserForType()static com.google.protobuf.Parser<MLDataFormats.OffloadSegment>MLDataFormats.OffloadSegment. parser()Methods in org.apache.bookkeeper.mledger.proto with parameters of type MLDataFormats.OffloadSegment Modifier and Type Method Description MLDataFormats.OffloadContext.BuilderMLDataFormats.OffloadContext.Builder. addOffloadSegment(int index, MLDataFormats.OffloadSegment value)repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadContext.BuilderMLDataFormats.OffloadContext.Builder. addOffloadSegment(MLDataFormats.OffloadSegment value)repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadSegment.BuilderMLDataFormats.OffloadSegment.Builder. mergeFrom(MLDataFormats.OffloadSegment other)static MLDataFormats.OffloadSegment.BuilderMLDataFormats.OffloadSegment. newBuilder(MLDataFormats.OffloadSegment prototype)MLDataFormats.OffloadContext.BuilderMLDataFormats.OffloadContext.Builder. setOffloadSegment(int index, MLDataFormats.OffloadSegment value)repeated .OffloadSegment offloadSegment = 7;Method parameters in org.apache.bookkeeper.mledger.proto with type arguments of type MLDataFormats.OffloadSegment Modifier and Type Method Description MLDataFormats.OffloadContext.BuilderMLDataFormats.OffloadContext.Builder. addAllOffloadSegment(java.lang.Iterable<? extends MLDataFormats.OffloadSegment> values)repeated .OffloadSegment offloadSegment = 7;
-