Uses of Class
org.yamcs.protobuf.ThreadInfo
-
Packages that use ThreadInfo Package Description org.yamcs.protobuf -
-
Uses of ThreadInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ThreadInfo Modifier and Type Field Description static com.google.protobuf.Parser<ThreadInfo>ThreadInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ThreadInfo Modifier and Type Method Description ThreadInfoThreadInfo.Builder. build()ThreadInfoThreadInfo.Builder. buildPartial()static ThreadInfoThreadInfo. getDefaultInstance()ThreadInfoThreadInfo.Builder. getDefaultInstanceForType()ThreadInfoThreadInfo. getDefaultInstanceForType()ThreadInfoListThreadsResponse.Builder. getThreads(int index)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;ThreadInfoListThreadsResponse. getThreads(int index)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;ThreadInfoListThreadsResponseOrBuilder. getThreads(int index)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;static ThreadInfoThreadInfo. parseDelimitedFrom(InputStream input)static ThreadInfoThreadInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoThreadInfo. parseFrom(byte[] data)static ThreadInfoThreadInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoThreadInfo. parseFrom(com.google.protobuf.ByteString data)static ThreadInfoThreadInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoThreadInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ThreadInfoThreadInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoThreadInfo. parseFrom(InputStream input)static ThreadInfoThreadInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreadInfoThreadInfo. parseFrom(ByteBuffer data)static ThreadInfoThreadInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ThreadInfo Modifier and Type Method Description com.google.protobuf.Parser<ThreadInfo>ThreadInfo. getParserForType()List<ThreadInfo>ListThreadsResponse.Builder. getThreadsList()repeated .yamcs.protobuf.web.ThreadInfo threads = 1;List<ThreadInfo>ListThreadsResponse. getThreadsList()repeated .yamcs.protobuf.web.ThreadInfo threads = 1;List<ThreadInfo>ListThreadsResponseOrBuilder. getThreadsList()repeated .yamcs.protobuf.web.ThreadInfo threads = 1;static com.google.protobuf.Parser<ThreadInfo>ThreadInfo. parser()Methods in org.yamcs.protobuf with parameters of type ThreadInfo Modifier and Type Method Description ListThreadsResponse.BuilderListThreadsResponse.Builder. addThreads(int index, ThreadInfo value)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;ListThreadsResponse.BuilderListThreadsResponse.Builder. addThreads(ThreadInfo value)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;ThreadInfo.BuilderThreadInfo.Builder. mergeFrom(ThreadInfo other)static ThreadInfo.BuilderThreadInfo. newBuilder(ThreadInfo prototype)ListThreadsResponse.BuilderListThreadsResponse.Builder. setThreads(int index, ThreadInfo value)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;Method parameters in org.yamcs.protobuf with type arguments of type ThreadInfo Modifier and Type Method Description ListThreadsResponse.BuilderListThreadsResponse.Builder. addAllThreads(Iterable<? extends ThreadInfo> values)repeated .yamcs.protobuf.web.ThreadInfo threads = 1;abstract voidAbstractServerApi. getThread(T ctx, GetThreadRequest request, Observer<ThreadInfo> observer)Get info on a single threadvoidServerApiClient. getThread(Void ctx, GetThreadRequest request, Observer<ThreadInfo> observer)Get info on a single thread
-