public static final class EBPFOffCPUProfiling.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder> implements EBPFOffCPUProfilingOrBuilder
skywalking.v3.EBPFOffCPUProfiling| Modifier and Type | Method and Description |
|---|---|
EBPFOffCPUProfiling.Builder |
addAllStacks(Iterable<? extends EBPFProfilingStackMetadata> values)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EBPFOffCPUProfiling.Builder |
addStacks(EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
addStacks(EBPFProfilingStackMetadata value)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
addStacks(int index,
EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
addStacks(int index,
EBPFProfilingStackMetadata value)
stack data in one task(thread)
|
EBPFProfilingStackMetadata.Builder |
addStacksBuilder()
stack data in one task(thread)
|
EBPFProfilingStackMetadata.Builder |
addStacksBuilder(int index)
stack data in one task(thread)
|
EBPFOffCPUProfiling |
build() |
EBPFOffCPUProfiling |
buildPartial() |
EBPFOffCPUProfiling.Builder |
clear() |
EBPFOffCPUProfiling.Builder |
clearDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
|
EBPFOffCPUProfiling.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EBPFOffCPUProfiling.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EBPFOffCPUProfiling.Builder |
clearStacks()
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
clearSwitchCount()
total count of the process is switched to off cpu by the scheduler.
|
EBPFOffCPUProfiling.Builder |
clone() |
EBPFOffCPUProfiling |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
|
EBPFProfilingStackMetadata |
getStacks(int index)
stack data in one task(thread)
|
EBPFProfilingStackMetadata.Builder |
getStacksBuilder(int index)
stack data in one task(thread)
|
List<EBPFProfilingStackMetadata.Builder> |
getStacksBuilderList()
stack data in one task(thread)
|
int |
getStacksCount()
stack data in one task(thread)
|
List<EBPFProfilingStackMetadata> |
getStacksList()
stack data in one task(thread)
|
EBPFProfilingStackMetadataOrBuilder |
getStacksOrBuilder(int index)
stack data in one task(thread)
|
List<? extends EBPFProfilingStackMetadataOrBuilder> |
getStacksOrBuilderList()
stack data in one task(thread)
|
int |
getSwitchCount()
total count of the process is switched to off cpu by the scheduler.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EBPFOffCPUProfiling.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EBPFOffCPUProfiling.Builder |
mergeFrom(EBPFOffCPUProfiling other) |
EBPFOffCPUProfiling.Builder |
mergeFrom(com.google.protobuf.Message other) |
EBPFOffCPUProfiling.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EBPFOffCPUProfiling.Builder |
removeStacks(int index)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
setDuration(long value)
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
|
EBPFOffCPUProfiling.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EBPFOffCPUProfiling.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EBPFOffCPUProfiling.Builder |
setStacks(int index,
EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
setStacks(int index,
EBPFProfilingStackMetadata value)
stack data in one task(thread)
|
EBPFOffCPUProfiling.Builder |
setSwitchCount(int value)
total count of the process is switched to off cpu by the scheduler.
|
EBPFOffCPUProfiling.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EBPFOffCPUProfiling build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EBPFOffCPUProfiling buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EBPFOffCPUProfiling.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder mergeFrom(EBPFOffCPUProfiling other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public EBPFOffCPUProfiling.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EBPFOffCPUProfiling.Builder>IOExceptionpublic List<EBPFProfilingStackMetadata> getStacksList()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;getStacksList in interface EBPFOffCPUProfilingOrBuilderpublic int getStacksCount()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;getStacksCount in interface EBPFOffCPUProfilingOrBuilderpublic EBPFProfilingStackMetadata getStacks(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;getStacks in interface EBPFOffCPUProfilingOrBuilderpublic EBPFOffCPUProfiling.Builder setStacks(int index, EBPFProfilingStackMetadata value)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder setStacks(int index, EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder addStacks(EBPFProfilingStackMetadata value)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder addStacks(int index, EBPFProfilingStackMetadata value)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder addStacks(EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder addStacks(int index, EBPFProfilingStackMetadata.Builder builderForValue)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder addAllStacks(Iterable<? extends EBPFProfilingStackMetadata> values)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder clearStacks()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFOffCPUProfiling.Builder removeStacks(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFProfilingStackMetadata.Builder getStacksBuilder(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFProfilingStackMetadataOrBuilder getStacksOrBuilder(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;getStacksOrBuilder in interface EBPFOffCPUProfilingOrBuilderpublic List<? extends EBPFProfilingStackMetadataOrBuilder> getStacksOrBuilderList()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;getStacksOrBuilderList in interface EBPFOffCPUProfilingOrBuilderpublic EBPFProfilingStackMetadata.Builder addStacksBuilder()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public EBPFProfilingStackMetadata.Builder addStacksBuilder(int index)
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public List<EBPFProfilingStackMetadata.Builder> getStacksBuilderList()
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1;public int getSwitchCount()
total count of the process is switched to off cpu by the scheduler.
int32 switchCount = 2;getSwitchCount in interface EBPFOffCPUProfilingOrBuilderpublic EBPFOffCPUProfiling.Builder setSwitchCount(int value)
total count of the process is switched to off cpu by the scheduler.
int32 switchCount = 2;value - The switchCount to set.public EBPFOffCPUProfiling.Builder clearSwitchCount()
total count of the process is switched to off cpu by the scheduler.
int32 switchCount = 2;public long getDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
int64 duration = 3;getDuration in interface EBPFOffCPUProfilingOrBuilderpublic EBPFOffCPUProfiling.Builder setDuration(long value)
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
int64 duration = 3;value - The duration to set.public EBPFOffCPUProfiling.Builder clearDuration()
where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
int64 duration = 3;public final EBPFOffCPUProfiling.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>public final EBPFOffCPUProfiling.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EBPFOffCPUProfiling.Builder>Copyright © 2022 The Apache Software Foundation. All rights reserved.