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()ProfilesDictionary.Builder.getMappingTable(int index) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionary.getMappingTable(int index) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionaryOrBuilder.getMappingTable(int index) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.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 TypeMethodDescriptionProfilesDictionary.Builder.getMappingTableList()Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionary.getMappingTableList()Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionaryOrBuilder.getMappingTableList()Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.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 TypeMethodDescriptionProfilesDictionary.Builder.addMappingTable(int index, Mapping value) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionary.Builder.addMappingTable(Mapping value) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.static Mapping.BuilderMapping.newBuilder(Mapping prototype) ProfilesDictionary.Builder.setMappingTable(int index, Mapping value) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.Method parameters in io.opentelemetry.proto.profiles.v1development with type arguments of type MappingModifier and TypeMethodDescriptionProfilesDictionary.Builder.addAllMappingTable(Iterable<? extends Mapping> values) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.