Uses of Package
org.apache.druid.rpc
Packages that use org.apache.druid.rpc
Package
Description
-
Classes in org.apache.druid.rpc used by org.apache.druid.client
-
Classes in org.apache.druid.rpc used by org.apache.druid.client.brokerClassDescriptionMid-level client that provides an API similar to low-level
HttpClient, but acceptsRequestBuilderinstead ofRequest, and internally handles service location and retries. -
Classes in org.apache.druid.rpc used by org.apache.druid.client.coordinatorClassDescriptionMid-level client that provides an API similar to low-level
HttpClient, but acceptsRequestBuilderinstead ofRequest, and internally handles service location and retries.Used byServiceClientto decide whether to retry requests. -
Classes in org.apache.druid.rpc used by org.apache.druid.discoveryClassDescriptionFactory for creating
ServiceClient.Represents a service location at a particular point in time. -
Classes in org.apache.druid.rpc used by org.apache.druid.messages.clientClassDescriptionMid-level client that provides an API similar to low-level
HttpClient, but acceptsRequestBuilderinstead ofRequest, and internally handles service location and retries. -
Classes in org.apache.druid.rpc used by org.apache.druid.rpcClassDescriptionAn HTTP response handler that discards the response and returns nothing.Mid-level client that provides an API similar to low-level
HttpClient, but acceptsRequestBuilderinstead ofRequest, and internally handles service location and retries.Factory for creatingServiceClient.Production implementation ofServiceClient.Represents a service location at a particular point in time.Returned byServiceLocator.locate().Used byServiceClientto locate services.Used byServiceClientto decide whether to retry requests.Retry policy configurable with a maximum number of attempts and min/max wait time. -
Classes in org.apache.druid.rpc used by org.apache.druid.rpc.guice
-
Classes in org.apache.druid.rpc used by org.apache.druid.rpc.indexingClassDescriptionMid-level client that provides an API similar to low-level
HttpClient, but acceptsRequestBuilderinstead ofRequest, and internally handles service location and retries.Factory for creatingServiceClient.Returned byServiceLocator.locate().Used byServiceClientto locate services.Used byServiceClientto decide whether to retry requests.Simple response of an update API call containing the success status of the update operation. -
Classes in org.apache.druid.rpc used by org.apache.druid.server.httpClassDescriptionFactory for creating
ServiceClient.Represents a service location at a particular point in time.