Uses of Class
org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo
Packages that use SubscribeBackfillingData.BackfillFinishedInfo
-
Uses of SubscribeBackfillingData.BackfillFinishedInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type SubscribeBackfillingData.BackfillFinishedInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SubscribeBackfillingData.BackfillFinishedInfo>
SubscribeBackfillingData.BackfillFinishedInfo.PARSER
Deprecated.Methods in org.yamcs.protobuf that return SubscribeBackfillingData.BackfillFinishedInfoModifier and TypeMethodDescriptionSubscribeBackfillingData.BackfillFinishedInfo.Builder.build()
SubscribeBackfillingData.BackfillFinishedInfo.Builder.buildPartial()
SubscribeBackfillingData.BackfillFinishedInfo.getDefaultInstance()
SubscribeBackfillingData.BackfillFinishedInfo.Builder.getDefaultInstanceForType()
SubscribeBackfillingData.BackfillFinishedInfo.getDefaultInstanceForType()
SubscribeBackfillingData.Builder.getFinished
(int index) Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingData.getFinished
(int index) Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingDataOrBuilder.getFinished
(int index) Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingData.BackfillFinishedInfo.parseDelimitedFrom
(InputStream input) SubscribeBackfillingData.BackfillFinishedInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(byte[] data) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(com.google.protobuf.ByteString data) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(com.google.protobuf.CodedInputStream input) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(InputStream input) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(ByteBuffer data) SubscribeBackfillingData.BackfillFinishedInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type SubscribeBackfillingData.BackfillFinishedInfoModifier and TypeMethodDescriptionSubscribeBackfillingData.Builder.getFinishedList()
Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingData.getFinishedList()
Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingDataOrBuilder.getFinishedList()
Recently finished backfills (bundled over a 5 second interval)com.google.protobuf.Parser<SubscribeBackfillingData.BackfillFinishedInfo>
SubscribeBackfillingData.BackfillFinishedInfo.getParserForType()
static com.google.protobuf.Parser<SubscribeBackfillingData.BackfillFinishedInfo>
SubscribeBackfillingData.BackfillFinishedInfo.parser()
Methods in org.yamcs.protobuf with parameters of type SubscribeBackfillingData.BackfillFinishedInfoModifier and TypeMethodDescriptionSubscribeBackfillingData.Builder.addFinished
(int index, SubscribeBackfillingData.BackfillFinishedInfo value) Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingData.Builder.addFinished
(SubscribeBackfillingData.BackfillFinishedInfo value) Recently finished backfills (bundled over a 5 second interval)SubscribeBackfillingData.BackfillFinishedInfo.Builder.mergeFrom
(SubscribeBackfillingData.BackfillFinishedInfo other) SubscribeBackfillingData.BackfillFinishedInfo.newBuilder
(SubscribeBackfillingData.BackfillFinishedInfo prototype) SubscribeBackfillingData.Builder.setFinished
(int index, SubscribeBackfillingData.BackfillFinishedInfo value) Recently finished backfills (bundled over a 5 second interval)Method parameters in org.yamcs.protobuf with type arguments of type SubscribeBackfillingData.BackfillFinishedInfoModifier and TypeMethodDescriptionSubscribeBackfillingData.Builder.addAllFinished
(Iterable<? extends SubscribeBackfillingData.BackfillFinishedInfo> values) Recently finished backfills (bundled over a 5 second interval)