Package org.apache.pinot.tools
Class StarTreeIndexViewer.StarTreeViewRestResource
- java.lang.Object
-
- org.apache.pinot.tools.StarTreeIndexViewer.StarTreeViewRestResource
-
- Enclosing class:
- StarTreeIndexViewer
@Path("/") public static final class StarTreeIndexViewer.StarTreeViewRestResource extends Object
-
-
Constructor Summary
Constructors Constructor Description StarTreeViewRestResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStarTree()InputStreamgetStarTreeHtml()
-
-
-
Field Detail
-
_json
public static String _json
-
-
Method Detail
-
getStarTree
@GET @Path("/data") @Produces("text/plain") public String getStarTree()
-
getStarTreeHtml
@GET @Path("/") @Produces("text/html") public InputStream getStarTreeHtml()
-
-