Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.OffloadSegment
Packages that use MLDataFormats.OffloadSegment
-
Uses of MLDataFormats.OffloadSegment in org.apache.bookkeeper.mledger.proto
Fields in org.apache.bookkeeper.mledger.proto with type parameters of type MLDataFormats.OffloadSegmentModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<MLDataFormats.OffloadSegment>MLDataFormats.OffloadSegment.PARSERDeprecated.Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.OffloadSegmentModifier and TypeMethodDescriptionMLDataFormats.OffloadSegment.Builder.build()MLDataFormats.OffloadSegment.Builder.buildPartial()static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.getDefaultInstance()MLDataFormats.OffloadSegment.Builder.getDefaultInstanceForType()MLDataFormats.OffloadSegment.getDefaultInstanceForType()MLDataFormats.OffloadContext.Builder.getOffloadSegment(int index) repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadContext.getOffloadSegment(int index) repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadContextOrBuilder.getOffloadSegment(int index) repeated .OffloadSegment offloadSegment = 7;static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.parseDelimitedFrom(InputStream input) static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.parseDelimitedFrom(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(InputStream input) static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.parseFrom(ByteBuffer data) static MLDataFormats.OffloadSegmentMLDataFormats.OffloadSegment.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.bookkeeper.mledger.proto that return types with arguments of type MLDataFormats.OffloadSegmentModifier and TypeMethodDescriptionMLDataFormats.OffloadContext.Builder.getOffloadSegmentList()repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadContext.getOffloadSegmentList()repeated .OffloadSegment offloadSegment = 7;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.OffloadSegmentModifier and TypeMethodDescriptionMLDataFormats.OffloadContext.Builder.addOffloadSegment(int index, MLDataFormats.OffloadSegment value) repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadContext.Builder.addOffloadSegment(MLDataFormats.OffloadSegment value) repeated .OffloadSegment offloadSegment = 7;MLDataFormats.OffloadSegment.Builder.mergeFrom(MLDataFormats.OffloadSegment other) MLDataFormats.OffloadSegment.newBuilder(MLDataFormats.OffloadSegment prototype) MLDataFormats.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.OffloadSegmentModifier and TypeMethodDescriptionMLDataFormats.OffloadContext.Builder.addAllOffloadSegment(Iterable<? extends MLDataFormats.OffloadSegment> values) repeated .OffloadSegment offloadSegment = 7;