Class VirtDataService

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

@Singleton
@Path("virtdata")
public class VirtDataService
extends java.lang.Object
implements io.nosqlbench.docsys.api.WebServiceObject
  • Constructor Summary

    Constructors 
    Constructor Description
    VirtDataService()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String parseResult​(java.lang.String recipe)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • parseResult

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