Uses of Class
org.yamcs.protobuf.Yamcs.ArchiveRecord
-
Packages that use Yamcs.ArchiveRecord Package Description org.yamcs.protobuf -
-
Uses of Yamcs.ArchiveRecord in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Yamcs.ArchiveRecord Modifier and Type Field Description static com.google.protobuf.Parser<Yamcs.ArchiveRecord>Yamcs.ArchiveRecord. PARSERDeprecated.Methods in org.yamcs.protobuf that return Yamcs.ArchiveRecord Modifier and Type Method Description Yamcs.ArchiveRecordYamcs.ArchiveRecord.Builder. build()Yamcs.ArchiveRecordYamcs.ArchiveRecord.Builder. buildPartial()static Yamcs.ArchiveRecordYamcs.ArchiveRecord. getDefaultInstance()Yamcs.ArchiveRecordYamcs.ArchiveRecord.Builder. getDefaultInstanceForType()Yamcs.ArchiveRecordYamcs.ArchiveRecord. getDefaultInstanceForType()Yamcs.ArchiveRecordYamcs.IndexResult.Builder. getRecords(int index)repeated .yamcs.protobuf.ArchiveRecord records = 2;Yamcs.ArchiveRecordYamcs.IndexResult. getRecords(int index)repeated .yamcs.protobuf.ArchiveRecord records = 2;Yamcs.ArchiveRecordYamcs.IndexResultOrBuilder. getRecords(int index)repeated .yamcs.protobuf.ArchiveRecord records = 2;static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseDelimitedFrom(InputStream input)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(byte[] data)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(com.google.protobuf.ByteString data)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(com.google.protobuf.CodedInputStream input)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(InputStream input)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(ByteBuffer data)static Yamcs.ArchiveRecordYamcs.ArchiveRecord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Yamcs.ArchiveRecord Modifier and Type Method Description com.google.protobuf.Parser<Yamcs.ArchiveRecord>Yamcs.ArchiveRecord. getParserForType()List<Yamcs.ArchiveRecord>Yamcs.IndexResult.Builder. getRecordsList()repeated .yamcs.protobuf.ArchiveRecord records = 2;List<Yamcs.ArchiveRecord>Yamcs.IndexResult. getRecordsList()repeated .yamcs.protobuf.ArchiveRecord records = 2;List<Yamcs.ArchiveRecord>Yamcs.IndexResultOrBuilder. getRecordsList()repeated .yamcs.protobuf.ArchiveRecord records = 2;static com.google.protobuf.Parser<Yamcs.ArchiveRecord>Yamcs.ArchiveRecord. parser()Methods in org.yamcs.protobuf with parameters of type Yamcs.ArchiveRecord Modifier and Type Method Description Yamcs.IndexResult.BuilderYamcs.IndexResult.Builder. addRecords(int index, Yamcs.ArchiveRecord value)repeated .yamcs.protobuf.ArchiveRecord records = 2;Yamcs.IndexResult.BuilderYamcs.IndexResult.Builder. addRecords(Yamcs.ArchiveRecord value)repeated .yamcs.protobuf.ArchiveRecord records = 2;Yamcs.ArchiveRecord.BuilderYamcs.ArchiveRecord.Builder. mergeFrom(Yamcs.ArchiveRecord other)static Yamcs.ArchiveRecord.BuilderYamcs.ArchiveRecord. newBuilder(Yamcs.ArchiveRecord prototype)Yamcs.IndexResult.BuilderYamcs.IndexResult.Builder. setRecords(int index, Yamcs.ArchiveRecord value)repeated .yamcs.protobuf.ArchiveRecord records = 2;Method parameters in org.yamcs.protobuf with type arguments of type Yamcs.ArchiveRecord Modifier and Type Method Description Yamcs.IndexResult.BuilderYamcs.IndexResult.Builder. addAllRecords(Iterable<? extends Yamcs.ArchiveRecord> values)repeated .yamcs.protobuf.ArchiveRecord records = 2;abstract voidAbstractIndexesApi. streamCommandIndex(T ctx, StreamCommandIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back processed parameter index recordsvoidIndexesApiClient. streamCommandIndex(Void ctx, StreamCommandIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back processed parameter index recordsabstract voidAbstractIndexesApi. streamCompletenessIndex(T ctx, StreamCompletenessIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back event index recordsvoidIndexesApiClient. streamCompletenessIndex(Void ctx, StreamCompletenessIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back event index recordsabstract voidAbstractIndexesApi. streamEventIndex(T ctx, StreamEventIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back event index recordsvoidIndexesApiClient. streamEventIndex(Void ctx, StreamEventIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back event index recordsabstract voidAbstractIndexesApi. streamPacketIndex(T ctx, StreamPacketIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back packet index recordsvoidIndexesApiClient. streamPacketIndex(Void ctx, StreamPacketIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back packet index recordsabstract voidAbstractIndexesApi. streamParameterIndex(T ctx, StreamParameterIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back parameter index recordsvoidIndexesApiClient. streamParameterIndex(Void ctx, StreamParameterIndexRequest request, Observer<Yamcs.ArchiveRecord> observer)Streams back parameter index records
-