Uses of Class
org.yamcs.protobuf.SubscribeBackfillingRequest
-
Uses of SubscribeBackfillingRequest in org.yamcs.http.api
Modifier and TypeMethodDescriptionvoid
ParameterArchiveApi.subscribeBackfilling
(Context ctx, SubscribeBackfillingRequest request, Observer<SubscribeBackfillingData> observer) -
Uses of SubscribeBackfillingRequest in org.yamcs.protobuf
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SubscribeBackfillingRequest>
SubscribeBackfillingRequest.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubscribeBackfillingRequest>
SubscribeBackfillingRequest.getParserForType()
static com.google.protobuf.Parser<SubscribeBackfillingRequest>
SubscribeBackfillingRequest.parser()
Modifier 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