Uses of Class
org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo
-
Uses of SubscribeBackfillingData.BackfillFinishedInfo in org.yamcs.protobuf
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SubscribeBackfillingData.BackfillFinishedInfo>
SubscribeBackfillingData.BackfillFinishedInfo.PARSER
Deprecated.Modifier 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) Modifier 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()
Modifier 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)Modifier and TypeMethodDescriptionSubscribeBackfillingData.Builder.addAllFinished
(Iterable<? extends SubscribeBackfillingData.BackfillFinishedInfo> values) Recently finished backfills (bundled over a 5 second interval)