Class ExportManifestMetaStore


  • public class ExportManifestMetaStore
    extends Object
    Definition of the export metadata required for a MetaStore.
    • Field Detail

      • description

        protected String description
    • Constructor Detail

      • ExportManifestMetaStore

        public ExportManifestMetaStore()
      • ExportManifestMetaStore

        public ExportManifestMetaStore​(String file,
                                       String name,
                                       String description)
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the description for the metastore
        Returns:
      • setDescription

        public void setDescription​(String description)
        Sets the description for the metastore
        Parameters:
        description -
      • getFile

        public String getFile()
        Get the file path (zip) that indicates where in the export zip the metastore content is located
        Returns:
      • setFile

        public void setFile​(String file)
        Set the path to where in the export zip the metastore content is located (path to the zipped metastore)
        Parameters:
        file -
      • getName

        public String getName()
        Get the name of the metastore
        Returns:
      • setName

        public void setName​(String name)
        Set the name of the metastore
        Parameters:
        name -