Uses of Class
io.opentelemetry.proto.profiles.v1development.Mapping
Packages that use Mapping
-
Uses of Mapping in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return MappingModifier and TypeMethodDescriptionMapping.Builder.build()Mapping.Builder.buildPartial()static MappingMapping.getDefaultInstance()Mapping.Builder.getDefaultInstanceForType()Mapping.getDefaultInstanceForType()Profile.Builder.getMappingTable(int index) Mapping from address ranges to the image/binary/library mapped into that address range.Profile.getMappingTable(int index) Mapping from address ranges to the image/binary/library mapped into that address range.ProfileOrBuilder.getMappingTable(int index) Mapping from address ranges to the image/binary/library mapped into that address range.static MappingMapping.parseDelimitedFrom(InputStream input) static MappingMapping.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MappingMapping.parseFrom(byte[] data) static MappingMapping.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MappingMapping.parseFrom(com.google.protobuf.ByteString data) static MappingMapping.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MappingMapping.parseFrom(com.google.protobuf.CodedInputStream input) static MappingMapping.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MappingMapping.parseFrom(InputStream input) static MappingMapping.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MappingMapping.parseFrom(ByteBuffer data) static MappingMapping.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type MappingModifier and TypeMethodDescriptionProfile.Builder.getMappingTableList()Mapping from address ranges to the image/binary/library mapped into that address range.Profile.getMappingTableList()Mapping from address ranges to the image/binary/library mapped into that address range.ProfileOrBuilder.getMappingTableList()Mapping from address ranges to the image/binary/library mapped into that address range.com.google.protobuf.Parser<Mapping>Mapping.getParserForType()static com.google.protobuf.Parser<Mapping>Mapping.parser()Methods in io.opentelemetry.proto.profiles.v1development with parameters of type MappingModifier and TypeMethodDescriptionProfile.Builder.addMappingTable(int index, Mapping value) Mapping from address ranges to the image/binary/library mapped into that address range.Profile.Builder.addMappingTable(Mapping value) Mapping from address ranges to the image/binary/library mapped into that address range.static Mapping.BuilderMapping.newBuilder(Mapping prototype) Profile.Builder.setMappingTable(int index, Mapping value) Mapping from address ranges to the image/binary/library mapped into that address range.Method parameters in io.opentelemetry.proto.profiles.v1development with type arguments of type MappingModifier and TypeMethodDescriptionProfile.Builder.addAllMappingTable(Iterable<? extends Mapping> values) Mapping from address ranges to the image/binary/library mapped into that address range.