public interface EBPFProfilingTaskMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentTime()
report time
|
String |
getProcessId()
profiling process id
|
com.google.protobuf.ByteString |
getProcessIdBytes()
profiling process id
|
long |
getProfilingStartTime()
the start time of this profiling process
|
String |
getTaskId()
profiling task id
|
com.google.protobuf.ByteString |
getTaskIdBytes()
profiling task id
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTaskId()
profiling task id
string taskId = 1;com.google.protobuf.ByteString getTaskIdBytes()
profiling task id
string taskId = 1;String getProcessId()
profiling process id
string processId = 2;com.google.protobuf.ByteString getProcessIdBytes()
profiling process id
string processId = 2;long getProfilingStartTime()
the start time of this profiling process
int64 profilingStartTime = 3;long getCurrentTime()
report time
int64 currentTime = 4;Copyright © 2022 The Apache Software Foundation. All rights reserved.