Uses of Class
org.yamcs.protobuf.ThreadGroupInfo
-
Packages that use ThreadGroupInfo Package Description org.yamcs.protobuf -
-
Uses of ThreadGroupInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ThreadGroupInfo Modifier and Type Field Description static com.google.protobuf.Parser<ThreadGroupInfo>ThreadGroupInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ThreadGroupInfo Modifier and Type Method Description ThreadGroupInfoThreadGroupInfo.Builder. build()ThreadGroupInfoThreadGroupInfo.Builder. buildPartial()static ThreadGroupInfoThreadGroupInfo. getDefaultInstance()ThreadGroupInfoThreadGroupInfo.Builder. getDefaultInstanceForType()ThreadGroupInfoThreadGroupInfo. getDefaultInstanceForType()ThreadGroupInfoThreadInfo.Builder. getGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfoThreadInfo. getGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfoThreadInfoOrBuilder. getGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfoThreadGroupInfo.Builder. getParent()optional .yamcs.protobuf.web.ThreadGroupInfo parent = 3;ThreadGroupInfoThreadGroupInfo. getParent()optional .yamcs.protobuf.web.ThreadGroupInfo parent = 3;ThreadGroupInfoThreadGroupInfoOrBuilder. getParent()optional .yamcs.protobuf.web.ThreadGroupInfo parent = 3;static ThreadGroupInfoThreadGroupInfo. parseDelimitedFrom(InputStream input)static ThreadGroupInfoThreadGroupInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadGroupInfoThreadGroupInfo. parseFrom(byte[] data)static ThreadGroupInfoThreadGroupInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadGroupInfoThreadGroupInfo. parseFrom(com.google.protobuf.ByteString data)static ThreadGroupInfoThreadGroupInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadGroupInfoThreadGroupInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ThreadGroupInfoThreadGroupInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadGroupInfoThreadGroupInfo. parseFrom(InputStream input)static ThreadGroupInfoThreadGroupInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadGroupInfoThreadGroupInfo. parseFrom(ByteBuffer data)static ThreadGroupInfoThreadGroupInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ThreadGroupInfo Modifier and Type Method Description com.google.protobuf.Parser<ThreadGroupInfo>ThreadGroupInfo. getParserForType()static com.google.protobuf.Parser<ThreadGroupInfo>ThreadGroupInfo. parser()Methods in org.yamcs.protobuf with parameters of type ThreadGroupInfo Modifier and Type Method Description ThreadGroupInfo.BuilderThreadGroupInfo.Builder. mergeFrom(ThreadGroupInfo other)ThreadInfo.BuilderThreadInfo.Builder. mergeGroup(ThreadGroupInfo value)optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfo.BuilderThreadGroupInfo.Builder. mergeParent(ThreadGroupInfo value)optional .yamcs.protobuf.web.ThreadGroupInfo parent = 3;static ThreadGroupInfo.BuilderThreadGroupInfo. newBuilder(ThreadGroupInfo prototype)ThreadInfo.BuilderThreadInfo.Builder. setGroup(ThreadGroupInfo value)optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfo.BuilderThreadGroupInfo.Builder. setParent(ThreadGroupInfo value)optional .yamcs.protobuf.web.ThreadGroupInfo parent = 3;
-