Interface GribCollectionProto.PartitionVariableOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getGroupno()
      uint32 groupno = 1;
      int getMissing()
      uint32 missing = 10;
      int getNdups()
      optionally keep stats
      int getNrecords()
      uint32 nrecords = 9;
      int getPartno()
      uint32 partno = 4;
      int getVarno()
      uint32 varno = 2;
      • 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

      • getGroupno

        int getGroupno()
        uint32 groupno = 1;
        Returns:
        The groupno.
      • getVarno

        int getVarno()
        uint32 varno = 2;
        Returns:
        The varno.
      • getPartno

        int getPartno()
        uint32 partno = 4;
        Returns:
        The partno.
      • getNdups

        int getNdups()
         optionally keep stats
         
        uint32 ndups = 8;
        Returns:
        The ndups.
      • getNrecords

        int getNrecords()
        uint32 nrecords = 9;
        Returns:
        The nrecords.
      • getMissing

        int getMissing()
        uint32 missing = 10;
        Returns:
        The missing.