Package

spark.jobserver

routes

Permalink

package routes

Visibility
  1. Public
  2. All

Type Members

  1. trait DataRoutes extends HttpService

    Permalink

    Routes for listing, deletion of and storing data files GET /data - lists all currently stored files DELETE /data/<filename> - deletes given file, no-op if file does not exist POST /data/<filename-prefix> - upload a new data file, using the given prefix, a time stamp is appended to ensure uniqueness

Ungrouped