Interface Table.RebuildHistogramRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstance()
      Yamcs instance name.
      com.google.protobuf.ByteString getInstanceBytes()
      Yamcs instance name.
      com.google.protobuf.Timestamp getStart()
      Specify a date string in ISO 8601 format.
      com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
      Specify a date string in ISO 8601 format.
      com.google.protobuf.Timestamp getStop()
      Specify a date string in ISO 8601 format.
      com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
      Specify a date string in ISO 8601 format.
      String getTable()
      Table name.
      com.google.protobuf.ByteString getTableBytes()
      Table name.
      boolean hasInstance()
      Yamcs instance name.
      boolean hasStart()
      Specify a date string in ISO 8601 format.
      boolean hasStop()
      Specify a date string in ISO 8601 format.
      boolean hasTable()
      Table name.
      • 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

      • hasInstance

        boolean hasInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstance

        String getInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
      • hasTable

        boolean hasTable()
         Table name.
         
        optional string table = 2;
      • getTable

        String getTable()
         Table name.
         
        optional string table = 2;
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Table name.
         
        optional string table = 2;
      • hasStart

        boolean hasStart()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStart

        com.google.protobuf.Timestamp getStart()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStartOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • hasStop

        boolean hasStop()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStop

        com.google.protobuf.Timestamp getStop()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStopOrBuilder

        com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;