| AdminApiApplication |
|
| BaseServerStarter |
Starter for Pinot server.
|
| ControllerJobStatusResource |
|
| DebugResource |
Debug resource for Pinot Server.
|
| DefaultExceptionMapper |
|
| DefaultHelixStarterServerConfig |
|
| ErrorInfo |
|
| ErrorResponse |
|
| FreshnessBasedConsumptionStatusChecker |
This class is used at startup time to have a more accurate estimate of the catchup period in which no query
execution happens and consumers try to catch up to the latest messages available in streams.
|
| HealthCheckResource |
REST API to do health check through ServiceStatus.
|
| HelixInstanceDataManager |
The class HelixInstanceDataManager is the instance data manager based on Helix.
|
| HelixInstanceDataManagerConfig |
The config used for HelixInstanceDataManager.
|
| HelixServerStarter |
Starter for Pinot server.
|
| IngestionBasedConsumptionStatusChecker |
|
| MmapDebugResource |
Debug endpoint to check memory allocation.
|
| OffsetBasedConsumptionStatusChecker |
This class is used at startup time to have a more accurate estimate of the catchup period in which no query execution
happens and consumers try to catch up to the latest messages available in streams.
|
| PinotServerAppConfigs |
|
| PinotServerLogger |
Logger resource.
|
| QueryResource |
API to cancel query running on the server, given a queryId.
|
| SegmentMessageHandlerFactory |
|
| SegmentMetadataFetcher |
This is a wrapper class for fetching segment metadata related information.
|
| SegmentOnlineOfflineStateModelFactory |
Data Server layer state model to take over how to operate on:
1.
|
| SegmentReloadStatusValue |
|
| ServerConf |
The config used for Server.
|
| ServerInstance |
A standalone server which will listen on a port and serve queries based on the given configuration.
|
| ServerQueriesDisabledTracker |
A class to track if the server is queries disabled.
|
| ServerResourceUtils |
Utility class for Server resources.
|
| ShutDownFilter |
This filter is used to reject all requests when server is shutting down, and only allow the liveness check to go
through.
|
| TableSizeResource |
API to provide table sizes
|
| TablesResource |
|
| TableTierResource |
A server-side API to get the storage tiers of immutable segments of the given table from the server being requested.
|
| WorkerQueryServer |
|