Interface Debug.ShowAffinityResponse.ThreadCorePairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.ShowAffinityResponse.ThreadCorePair, Debug.ShowAffinityResponse.ThreadCorePair.Builder
Enclosing class:
Debug.ShowAffinityResponse

public static interface Debug.ShowAffinityResponse.ThreadCorePairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 core = 2;
    string thread_name = 1;
    com.google.protobuf.ByteString
    string thread_name = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getThreadName

      String getThreadName()
      string thread_name = 1;
      Returns:
      The threadName.
    • getThreadNameBytes

      com.google.protobuf.ByteString getThreadNameBytes()
      string thread_name = 1;
      Returns:
      The bytes for threadName.
    • getCore

      int getCore()
      uint32 core = 2;
      Returns:
      The core.