Uses of Class
io.opentelemetry.proto.profiles.v1development.Mapping.Builder
Packages that use Mapping.Builder
-
Uses of Mapping.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return Mapping.BuilderModifier and TypeMethodDescriptionMapping.Builder.addAllAttributeIndices(Iterable<? extends Integer> values) References to attributes in ProfilesDictionary.attribute_table.Mapping.Builder.addAttributeIndices(int value) References to attributes in ProfilesDictionary.attribute_table.ProfilesDictionary.Builder.addMappingTableBuilder()Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionary.Builder.addMappingTableBuilder(int index) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.Mapping.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Mapping.Builder.clear()Mapping.Builder.clearAttributeIndices()References to attributes in ProfilesDictionary.attribute_table.Mapping.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Mapping.Builder.clearFilenameStrindex()The object this entry is loaded from.Mapping.Builder.clearFileOffset()Offset in the binary that corresponds to the first mapped address.Mapping.Builder.clearMemoryLimit()The limit of the address range occupied by this mapping.Mapping.Builder.clearMemoryStart()Address at which the binary (or DLL) is loaded into memory.Mapping.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Mapping.Builder.clone()ProfilesDictionary.Builder.getMappingTableBuilder(int index) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.Mapping.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mapping.Builder.mergeFrom(com.google.protobuf.Message other) final Mapping.BuilderMapping.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Mapping.BuilderMapping.newBuilder()static Mapping.BuilderMapping.newBuilder(Mapping prototype) Mapping.newBuilderForType()protected Mapping.BuilderMapping.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Mapping.Builder.setAttributeIndices(int index, int value) References to attributes in ProfilesDictionary.attribute_table.Mapping.Builder.setFilenameStrindex(int value) The object this entry is loaded from.Mapping.Builder.setFileOffset(long value) Offset in the binary that corresponds to the first mapped address.Mapping.Builder.setMemoryLimit(long value) The limit of the address range occupied by this mapping.Mapping.Builder.setMemoryStart(long value) Address at which the binary (or DLL) is loaded into memory.Mapping.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Mapping.BuilderMapping.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Mapping.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type Mapping.BuilderModifier and TypeMethodDescriptionProfilesDictionary.Builder.getMappingTableBuilderList()Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Mapping.BuilderModifier and TypeMethodDescriptionProfilesDictionary.Builder.addMappingTable(int index, Mapping.Builder builderForValue) 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.Builder builderForValue) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.ProfilesDictionary.Builder.setMappingTable(int index, Mapping.Builder builderForValue) Mappings from address ranges to the image/binary/library mapped into that address range referenced by locations via Location.mapping_index.