Package org.yamcs.protobuf
Class ThreadInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.yamcs.protobuf.ThreadInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,ThreadInfoOrBuilder
public final class ThreadInfo extends com.google.protobuf.GeneratedMessageV3 implements ThreadInfoOrBuilder
Protobuf typeyamcs.protobuf.web.ThreadInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadInfo.BuilderProtobuf typeyamcs.protobuf.web.ThreadInfo-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
-
Field Summary
Fields Modifier and Type Field Description static intGROUP_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intNATIVE_FIELD_NUMBERstatic com.google.protobuf.Parser<ThreadInfo>PARSERDeprecated.static intSTATE_FIELD_NUMBERstatic intSUSPENDED_FIELD_NUMBERstatic intTRACE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static ThreadInfogetDefaultInstance()ThreadInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ThreadGroupInfogetGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfoOrBuildergetGroupOrBuilder()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;longgetId()optional int64 id = 1;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;booleangetNative()optional bool native = 4;com.google.protobuf.Parser<ThreadInfo>getParserForType()intgetSerializedSize()StringgetState()optional string state = 3;com.google.protobuf.ByteStringgetStateBytes()optional string state = 3;booleangetSuspended()optional bool suspended = 5;TraceElementInfogetTrace(int index)repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;intgetTraceCount()repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;List<TraceElementInfo>getTraceList()repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;TraceElementInfoOrBuildergetTraceOrBuilder(int index)repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;List<? extends TraceElementInfoOrBuilder>getTraceOrBuilderList()repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;inthashCode()booleanhasId()optional int64 id = 1;booleanhasName()optional string name = 2;booleanhasNative()optional bool native = 4;booleanhasState()optional string state = 3;booleanhasSuspended()optional bool suspended = 5;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ThreadInfo.BuildernewBuilder()static ThreadInfo.BuildernewBuilder(ThreadInfo prototype)ThreadInfo.BuildernewBuilderForType()protected ThreadInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static ThreadInfoparseDelimitedFrom(InputStream input)static ThreadInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoparseFrom(byte[] data)static ThreadInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoparseFrom(com.google.protobuf.ByteString data)static ThreadInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoparseFrom(com.google.protobuf.CodedInputStream input)static ThreadInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoparseFrom(InputStream input)static ThreadInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoparseFrom(ByteBuffer data)static ThreadInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ThreadInfo>parser()ThreadInfo.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NATIVE_FIELD_NUMBER
public static final int NATIVE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUSPENDED_FIELD_NUMBER
public static final int SUSPENDED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GROUP_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRACE_FIELD_NUMBER
public static final int TRACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<ThreadInfo> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasId
public boolean hasId()
optional int64 id = 1;- Specified by:
hasIdin interfaceThreadInfoOrBuilder
-
getId
public long getId()
optional int64 id = 1;- Specified by:
getIdin interfaceThreadInfoOrBuilder
-
hasName
public boolean hasName()
optional string name = 2;- Specified by:
hasNamein interfaceThreadInfoOrBuilder
-
getName
public String getName()
optional string name = 2;- Specified by:
getNamein interfaceThreadInfoOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;- Specified by:
getNameBytesin interfaceThreadInfoOrBuilder
-
hasState
public boolean hasState()
optional string state = 3;- Specified by:
hasStatein interfaceThreadInfoOrBuilder
-
getState
public String getState()
optional string state = 3;- Specified by:
getStatein interfaceThreadInfoOrBuilder
-
getStateBytes
public com.google.protobuf.ByteString getStateBytes()
optional string state = 3;- Specified by:
getStateBytesin interfaceThreadInfoOrBuilder
-
hasNative
public boolean hasNative()
optional bool native = 4;- Specified by:
hasNativein interfaceThreadInfoOrBuilder
-
getNative
public boolean getNative()
optional bool native = 4;- Specified by:
getNativein interfaceThreadInfoOrBuilder
-
hasSuspended
public boolean hasSuspended()
optional bool suspended = 5;- Specified by:
hasSuspendedin interfaceThreadInfoOrBuilder
-
getSuspended
public boolean getSuspended()
optional bool suspended = 5;- Specified by:
getSuspendedin interfaceThreadInfoOrBuilder
-
hasGroup
public boolean hasGroup()
optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;- Specified by:
hasGroupin interfaceThreadInfoOrBuilder
-
getGroup
public ThreadGroupInfo getGroup()
optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;- Specified by:
getGroupin interfaceThreadInfoOrBuilder
-
getGroupOrBuilder
public ThreadGroupInfoOrBuilder getGroupOrBuilder()
optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;- Specified by:
getGroupOrBuilderin interfaceThreadInfoOrBuilder
-
getTraceList
public List<TraceElementInfo> getTraceList()
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;- Specified by:
getTraceListin interfaceThreadInfoOrBuilder
-
getTraceOrBuilderList
public List<? extends TraceElementInfoOrBuilder> getTraceOrBuilderList()
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;- Specified by:
getTraceOrBuilderListin interfaceThreadInfoOrBuilder
-
getTraceCount
public int getTraceCount()
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;- Specified by:
getTraceCountin interfaceThreadInfoOrBuilder
-
getTrace
public TraceElementInfo getTrace(int index)
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;- Specified by:
getTracein interfaceThreadInfoOrBuilder
-
getTraceOrBuilder
public TraceElementInfoOrBuilder getTraceOrBuilder(int index)
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;- Specified by:
getTraceOrBuilderin interfaceThreadInfoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ThreadInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ThreadInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ThreadInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ThreadInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ThreadInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ThreadInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ThreadInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ThreadInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ThreadInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ThreadInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ThreadInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ThreadInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ThreadInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ThreadInfo.Builder newBuilder()
-
newBuilder
public static ThreadInfo.Builder newBuilder(ThreadInfo prototype)
-
toBuilder
public ThreadInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ThreadInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ThreadInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ThreadInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<ThreadInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ThreadInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-