Uses of Class
org.yamcs.protobuf.Archive.StreamParameterValuesRequest
Packages that use Archive.StreamParameterValuesRequest
-
Uses of Archive.StreamParameterValuesRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type Archive.StreamParameterValuesRequestModifier and TypeMethodDescriptionvoid
StreamArchiveApi.streamParameterValues
(Context ctx, Archive.StreamParameterValuesRequest request, Observer<Pvalue.ParameterData> observer) -
Uses of Archive.StreamParameterValuesRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Archive.StreamParameterValuesRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Archive.StreamParameterValuesRequest>
Archive.StreamParameterValuesRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return Archive.StreamParameterValuesRequestModifier and TypeMethodDescriptionArchive.StreamParameterValuesRequest.Builder.build()
Archive.StreamParameterValuesRequest.Builder.buildPartial()
Archive.StreamParameterValuesRequest.getDefaultInstance()
Archive.StreamParameterValuesRequest.Builder.getDefaultInstanceForType()
Archive.StreamParameterValuesRequest.getDefaultInstanceForType()
Archive.StreamParameterValuesRequest.parseDelimitedFrom
(InputStream input) Archive.StreamParameterValuesRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.StreamParameterValuesRequest.parseFrom
(byte[] data) Archive.StreamParameterValuesRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.StreamParameterValuesRequest.parseFrom
(com.google.protobuf.ByteString data) Archive.StreamParameterValuesRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.StreamParameterValuesRequest.parseFrom
(com.google.protobuf.CodedInputStream input) Archive.StreamParameterValuesRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.StreamParameterValuesRequest.parseFrom
(InputStream input) Archive.StreamParameterValuesRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.StreamParameterValuesRequest.parseFrom
(ByteBuffer data) Archive.StreamParameterValuesRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type Archive.StreamParameterValuesRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Archive.StreamParameterValuesRequest>
Archive.StreamParameterValuesRequest.getParserForType()
static com.google.protobuf.Parser<Archive.StreamParameterValuesRequest>
Archive.StreamParameterValuesRequest.parser()
Methods in org.yamcs.protobuf with parameters of type Archive.StreamParameterValuesRequestModifier and TypeMethodDescriptionArchive.StreamParameterValuesRequest.Builder.mergeFrom
(Archive.StreamParameterValuesRequest other) Archive.StreamParameterValuesRequest.newBuilder
(Archive.StreamParameterValuesRequest prototype) abstract void
AbstractStreamArchiveApi.streamParameterValues
(T ctx, Archive.StreamParameterValuesRequest request, Observer<Pvalue.ParameterData> observer) Streams back parameter valuesfinal void
StreamArchiveApiClient.streamParameterValues
(Void ctx, Archive.StreamParameterValuesRequest request, Observer<Pvalue.ParameterData> observer) Streams back parameter values