Class IndexesApi

  • All Implemented Interfaces:
    org.yamcs.api.Api<Context>

    public class IndexesApi
    extends org.yamcs.protobuf.AbstractIndexesApi<Context>
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexesApi()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void listCommandHistoryIndex​(Context ctx, org.yamcs.protobuf.ListCommandHistoryIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)  
      void listCompletenessIndex​(Context ctx, org.yamcs.protobuf.ListCompletenessIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)  
      void listEventIndex​(Context ctx, org.yamcs.protobuf.ListEventIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)  
      void listPacketIndex​(Context ctx, org.yamcs.protobuf.ListPacketIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)  
      void listParameterIndex​(Context ctx, org.yamcs.protobuf.ListParameterIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)  
      void rebuildCcsdsIndex​(Context ctx, org.yamcs.protobuf.RebuildCcsdsIndexRequest request, org.yamcs.api.Observer<com.google.protobuf.Empty> observer)  
      void streamCommandIndex​(Context ctx, org.yamcs.protobuf.StreamCommandIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)  
      void streamCompletenessIndex​(Context ctx, org.yamcs.protobuf.StreamCompletenessIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)  
      void streamEventIndex​(Context ctx, org.yamcs.protobuf.StreamEventIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)  
      void streamIndex​(Context ctx, org.yamcs.protobuf.StreamIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.IndexResult> observer)  
      void streamPacketIndex​(Context ctx, org.yamcs.protobuf.StreamPacketIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)  
      void streamParameterIndex​(Context ctx, org.yamcs.protobuf.StreamParameterIndexRequest request, org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)  
      • Methods inherited from class org.yamcs.protobuf.AbstractIndexesApi

        callMethod, callMethod, getDescriptorForType, getRequestPrototype, getResponsePrototype
    • Constructor Detail

      • IndexesApi

        public IndexesApi()
    • Method Detail

      • listCommandHistoryIndex

        public void listCommandHistoryIndex​(Context ctx,
                                            org.yamcs.protobuf.ListCommandHistoryIndexRequest request,
                                            org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)
        Specified by:
        listCommandHistoryIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • listEventIndex

        public void listEventIndex​(Context ctx,
                                   org.yamcs.protobuf.ListEventIndexRequest request,
                                   org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)
        Specified by:
        listEventIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • listPacketIndex

        public void listPacketIndex​(Context ctx,
                                    org.yamcs.protobuf.ListPacketIndexRequest request,
                                    org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)
        Specified by:
        listPacketIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • listParameterIndex

        public void listParameterIndex​(Context ctx,
                                       org.yamcs.protobuf.ListParameterIndexRequest request,
                                       org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)
        Specified by:
        listParameterIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • listCompletenessIndex

        public void listCompletenessIndex​(Context ctx,
                                          org.yamcs.protobuf.ListCompletenessIndexRequest request,
                                          org.yamcs.api.Observer<org.yamcs.protobuf.IndexResponse> observer)
        Specified by:
        listCompletenessIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • streamIndex

        public void streamIndex​(Context ctx,
                                org.yamcs.protobuf.StreamIndexRequest request,
                                org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.IndexResult> observer)
        Specified by:
        streamIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • streamPacketIndex

        public void streamPacketIndex​(Context ctx,
                                      org.yamcs.protobuf.StreamPacketIndexRequest request,
                                      org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)
        Specified by:
        streamPacketIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • streamParameterIndex

        public void streamParameterIndex​(Context ctx,
                                         org.yamcs.protobuf.StreamParameterIndexRequest request,
                                         org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)
        Specified by:
        streamParameterIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • streamCommandIndex

        public void streamCommandIndex​(Context ctx,
                                       org.yamcs.protobuf.StreamCommandIndexRequest request,
                                       org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)
        Specified by:
        streamCommandIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • streamEventIndex

        public void streamEventIndex​(Context ctx,
                                     org.yamcs.protobuf.StreamEventIndexRequest request,
                                     org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)
        Specified by:
        streamEventIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • streamCompletenessIndex

        public void streamCompletenessIndex​(Context ctx,
                                            org.yamcs.protobuf.StreamCompletenessIndexRequest request,
                                            org.yamcs.api.Observer<org.yamcs.protobuf.Yamcs.ArchiveRecord> observer)
        Specified by:
        streamCompletenessIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>
      • rebuildCcsdsIndex

        public void rebuildCcsdsIndex​(Context ctx,
                                      org.yamcs.protobuf.RebuildCcsdsIndexRequest request,
                                      org.yamcs.api.Observer<com.google.protobuf.Empty> observer)
        Specified by:
        rebuildCcsdsIndex in class org.yamcs.protobuf.AbstractIndexesApi<Context>