Uses of Class
org.yamcs.protobuf.SubscribeBackfillingRequest
Packages that use SubscribeBackfillingRequest
-
Uses of SubscribeBackfillingRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type SubscribeBackfillingRequestModifier and TypeMethodDescriptionvoid
ParameterArchiveApi.subscribeBackfilling
(Context ctx, SubscribeBackfillingRequest request, Observer<SubscribeBackfillingData> observer) -
Uses of SubscribeBackfillingRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type SubscribeBackfillingRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SubscribeBackfillingRequest>
SubscribeBackfillingRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return SubscribeBackfillingRequestModifier and TypeMethodDescriptionSubscribeBackfillingRequest.Builder.build()
SubscribeBackfillingRequest.Builder.buildPartial()
static SubscribeBackfillingRequest
SubscribeBackfillingRequest.getDefaultInstance()
SubscribeBackfillingRequest.Builder.getDefaultInstanceForType()
SubscribeBackfillingRequest.getDefaultInstanceForType()
static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseDelimitedFrom
(InputStream input) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(byte[] data) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(com.google.protobuf.ByteString data) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(InputStream input) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(ByteBuffer data) static SubscribeBackfillingRequest
SubscribeBackfillingRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type SubscribeBackfillingRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubscribeBackfillingRequest>
SubscribeBackfillingRequest.getParserForType()
static com.google.protobuf.Parser<SubscribeBackfillingRequest>
SubscribeBackfillingRequest.parser()
Methods in org.yamcs.protobuf with parameters of type SubscribeBackfillingRequestModifier and TypeMethodDescriptionSubscribeBackfillingRequest.Builder.mergeFrom
(SubscribeBackfillingRequest other) SubscribeBackfillingRequest.newBuilder
(SubscribeBackfillingRequest prototype) abstract void
AbstractParameterArchiveApi.subscribeBackfilling
(T ctx, SubscribeBackfillingRequest request, Observer<SubscribeBackfillingData> observer) Receive backfill notificationsfinal void
ParameterArchiveApiClient.subscribeBackfilling
(Void ctx, SubscribeBackfillingRequest request, Observer<SubscribeBackfillingData> observer) Receive backfill notifications