Uses of Interface
org.yamcs.client.archive.ArchiveClient.StreamOptions.StreamOption
Packages that use ArchiveClient.StreamOptions.StreamOption
-
Uses of ArchiveClient.StreamOptions.StreamOption in org.yamcs.client.archive
Methods in org.yamcs.client.archive that return ArchiveClient.StreamOptions.StreamOptionModifier and TypeMethodDescriptionArchiveClient.StreamOptions.eventSources(String... eventSources) ArchiveClient.StreamOptions.mergeTime(int mergeTime) Methods in org.yamcs.client.archive with parameters of type ArchiveClient.StreamOptions.StreamOptionModifier and TypeMethodDescriptionArchiveClient.streamCommands(StreamReceiver<Command> consumer, Instant start, Instant stop, ArchiveClient.StreamOptions.StreamOption... options) ArchiveClient.streamEvents(StreamReceiver<Event> consumer, Instant start, Instant stop, ArchiveClient.StreamOptions.StreamOption... options) ArchiveClient.streamPacketIndex(StreamReceiver<Yamcs.ArchiveRecord> consumer, Instant start, Instant stop, ArchiveClient.StreamOptions.StreamOption... options) ArchiveClient.streamPackets(StreamReceiver<TmPacketData> consumer, Instant start, Instant stop, ArchiveClient.StreamOptions.StreamOption... options)