Class VirtDataService

java.lang.Object
io.nosqlbench.virtdata.userlibs.apps.VirtDataService
All Implemented Interfaces:
WebServiceObject

@Singleton @Path("virtdata") public class VirtDataService extends Object implements WebServiceObject
  • Constructor Details

    • VirtDataService

      public VirtDataService()
  • Method Details

    • parseResult

      @GET @Produces("text/plain") @Path("testrecipe") public String parseResult(@QueryParam("recipe") String recipe)