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 Profile.attribute_table.Mapping.Builder.addAttributeIndices(int value) References to attributes in Profile.attribute_table.Profile.Builder.addMappingTableBuilder()Mapping from address ranges to the image/binary/library mapped into that address range.Profile.Builder.addMappingTableBuilder(int index) Mapping from address ranges to the image/binary/library mapped into that address range.Mapping.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Mapping.Builder.clear()Mapping.Builder.clearAttributeIndices()References to attributes in Profile.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.clearHasFilenames()bool has_filenames = 7;Mapping.Builder.clearHasFunctions()The following fields indicate the resolution of symbolic info.Mapping.Builder.clearHasInlineFrames()bool has_inline_frames = 9;Mapping.Builder.clearHasLineNumbers()bool has_line_numbers = 8;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()Profile.Builder.getMappingTableBuilder(int index) Mapping from address ranges to the image/binary/library mapped into that address range.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 Profile.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.setHasFilenames(boolean value) bool has_filenames = 7;Mapping.Builder.setHasFunctions(boolean value) The following fields indicate the resolution of symbolic info.Mapping.Builder.setHasInlineFrames(boolean value) bool has_inline_frames = 9;Mapping.Builder.setHasLineNumbers(boolean value) bool has_line_numbers = 8;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 TypeMethodDescriptionProfile.Builder.getMappingTableBuilderList()Mapping from address ranges to the image/binary/library mapped into that address range.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Mapping.BuilderModifier and TypeMethodDescriptionProfile.Builder.addMappingTable(int index, Mapping.Builder builderForValue) Mapping from address ranges to the image/binary/library mapped into that address range.Profile.Builder.addMappingTable(Mapping.Builder builderForValue) Mapping from address ranges to the image/binary/library mapped into that address range.Profile.Builder.setMappingTable(int index, Mapping.Builder builderForValue) Mapping from address ranges to the image/binary/library mapped into that address range.