Interface ArchiveParameterSegmentInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      the number of samples in the segment
      com.google.protobuf.Timestamp getEnd()
      the segment end
      com.google.protobuf.TimestampOrBuilder getEndOrBuilder()
      the segment end
      int getGroupId()
      multiple parameters are grouped such that all in one group have the same timestamps for example all parameters extracted from one TM packet have usually the same timestamp this way we can have a unique segment storing the timestamps for a group of parameters the groupId can be used to retrieve all parameters from the same group
      com.google.protobuf.Timestamp getStart()
      the segment start
      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      the segment start
      boolean hasCount()
      the number of samples in the segment
      boolean hasEnd()
      the segment end
      boolean hasGroupId()
      multiple parameters are grouped such that all in one group have the same timestamps for example all parameters extracted from one TM packet have usually the same timestamp this way we can have a unique segment storing the timestamps for a group of parameters the groupId can be used to retrieve all parameters from the same group
      boolean hasStart()
      the segment start
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasGroupId

        boolean hasGroupId()
        multiple parameters are grouped such that all in one group have the same timestamps
         for example all parameters extracted from one TM packet have usually the same timestamp
        this way we can have a unique segment storing the timestamps for a group of parameters
        the groupId can be used to retrieve all parameters from the same group
         
        optional uint32 groupId = 1;
      • getGroupId

        int getGroupId()
        multiple parameters are grouped such that all in one group have the same timestamps
         for example all parameters extracted from one TM packet have usually the same timestamp
        this way we can have a unique segment storing the timestamps for a group of parameters
        the groupId can be used to retrieve all parameters from the same group
         
        optional uint32 groupId = 1;
      • hasStart

        boolean hasStart()
        the segment start
         
        optional .google.protobuf.Timestamp start = 2;
      • getStart

        com.google.protobuf.Timestamp getStart()
        the segment start
         
        optional .google.protobuf.Timestamp start = 2;
      • getStartOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
        the segment start
         
        optional .google.protobuf.Timestamp start = 2;
      • hasEnd

        boolean hasEnd()
        the segment end 
         
        optional .google.protobuf.Timestamp end = 3;
      • getEnd

        com.google.protobuf.Timestamp getEnd()
        the segment end 
         
        optional .google.protobuf.Timestamp end = 3;
      • getEndOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndOrBuilder()
        the segment end 
         
        optional .google.protobuf.Timestamp end = 3;
      • hasCount

        boolean hasCount()
        the number of samples in the segment
         
        optional uint32 count = 4;
      • getCount

        int getCount()
        the number of samples in the segment
         
        optional uint32 count = 4;