Interface GribCollectionProto.PartitionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilename()
      the gribCollection.ncx file, relative to gc.
      com.google.protobuf.ByteString getFilenameBytes()
      the gribCollection.ncx file, relative to gc.
      long getLastModified()
      uint64 lastModified = 4;
      long getLength()
      int64 length = 5;
      String getName()
      name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
      com.google.protobuf.ByteString getNameBytes()
      name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
      long getPartitionDate()
      partition date added 11/25/14
      • 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

      • getName

        String getName()
         name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
         
        string name = 1;
        Returns:
        The bytes for name.
      • getFilename

        String getFilename()
         the gribCollection.ncx file, relative to gc.
         
        string filename = 2;
        Returns:
        The filename.
      • getFilenameBytes

        com.google.protobuf.ByteString getFilenameBytes()
         the gribCollection.ncx file, relative to gc.
         
        string filename = 2;
        Returns:
        The bytes for filename.
      • getLastModified

        long getLastModified()
        uint64 lastModified = 4;
        Returns:
        The lastModified.
      • getLength

        long getLength()
        int64 length = 5;
        Returns:
        The length.
      • getPartitionDate

        long getPartitionDate()
         partition date added 11/25/14
         
        int64 partitionDate = 6;
        Returns:
        The partitionDate.