com.bigdata.rdf.sail.webapp

Class BackupServlet

    • Field Detail

      • COMPRESS

        public static final String COMPRESS
        URL parameter to compress the snapshot. Default value is false. If it is present without a value, it is assumed to be true. It does not append a .gz to the filename.
        See Also:
        Constant Field Values
      • FILE

        public static final String FILE
        URL parameter to specify the backup file. It is optional. If it is not specified, it defaults to "backup.jnl". The file must be writable and must not exist. If the file is passed with a relatively filename, it will be converted to an absolute path.
        See Also:
        Constant Field Values
      • BLOCK

        public static final String BLOCK
        URL parameter to specify that the REST call should block until the backup is completed. The default value is true. If it is set to false, the backup will not be available until the SnapshoTask is completed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackupServlet

        public BackupServlet()
    • Method Detail

      • doPost

        protected void doPost(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse res)
                       throws IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        IOException
      • doGet

        protected void doGet(javax.servlet.http.HttpServletRequest req,
                 javax.servlet.http.HttpServletResponse res)
                      throws IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        IOException
      • processRequest

        protected void processRequest(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
                               throws IOException
        Throws:
        IOException

Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.