Uses of Class
org.yamcs.protobuf.GetThreadRequest
-
Packages that use GetThreadRequest Package Description org.yamcs.protobuf -
-
Uses of GetThreadRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type GetThreadRequest Modifier and Type Field Description static com.google.protobuf.Parser<GetThreadRequest>GetThreadRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return GetThreadRequest Modifier and Type Method Description GetThreadRequestGetThreadRequest.Builder. build()GetThreadRequestGetThreadRequest.Builder. buildPartial()static GetThreadRequestGetThreadRequest. getDefaultInstance()GetThreadRequestGetThreadRequest.Builder. getDefaultInstanceForType()GetThreadRequestGetThreadRequest. getDefaultInstanceForType()static GetThreadRequestGetThreadRequest. parseDelimitedFrom(InputStream input)static GetThreadRequestGetThreadRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetThreadRequestGetThreadRequest. parseFrom(byte[] data)static GetThreadRequestGetThreadRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetThreadRequestGetThreadRequest. parseFrom(com.google.protobuf.ByteString data)static GetThreadRequestGetThreadRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetThreadRequestGetThreadRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetThreadRequestGetThreadRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetThreadRequestGetThreadRequest. parseFrom(InputStream input)static GetThreadRequestGetThreadRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetThreadRequestGetThreadRequest. parseFrom(ByteBuffer data)static GetThreadRequestGetThreadRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type GetThreadRequest Modifier and Type Method Description com.google.protobuf.Parser<GetThreadRequest>GetThreadRequest. getParserForType()static com.google.protobuf.Parser<GetThreadRequest>GetThreadRequest. parser()Methods in org.yamcs.protobuf with parameters of type GetThreadRequest Modifier and Type Method Description 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 threadGetThreadRequest.BuilderGetThreadRequest.Builder. mergeFrom(GetThreadRequest other)static GetThreadRequest.BuilderGetThreadRequest. newBuilder(GetThreadRequest prototype)
-