Package org.apache.druid.client
Class HttpServerInventoryViewResource
- java.lang.Object
-
- org.apache.druid.client.HttpServerInventoryViewResource
-
public class HttpServerInventoryViewResource extends Object
Collection of http endpoits to introspect state of HttpServerInventoryView instance for debugging.
-
-
Constructor Summary
Constructors Constructor Description HttpServerInventoryViewResource(ServerInventoryView serverInventoryView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetDebugInfo()
-
-
-
Constructor Detail
-
HttpServerInventoryViewResource
@Inject public HttpServerInventoryViewResource(ServerInventoryView serverInventoryView)
-
-