157158159160161162163
private boolean finishing; public TpchQuery1Operator(OperatorContext operatorContext) { this.operatorContext = checkNotNull(operatorContext, "operatorContext is null"); this.pageBuilder = new PageBuilder(TYPES); }
5556575859606162636465
* @return The JAX-RS response */ @GET @Path("/") public Response get() { return new PageBuilder() .stylesheet("/xsl/error.xsl") .build(CommonPage.class) .init(this) .render() .status(HttpURLConnection.HTTP_NOT_FOUND)