All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractMetrics<QP extends AbstractMetrics.QueryPhase,M extends AbstractMetrics.Meter,G extends AbstractMetrics.Gauge,T extends AbstractMetrics.Timer> |
Common code for metrics implementations.
|
| AbstractMetrics.Gauge |
|
| AbstractMetrics.Meter |
|
| AbstractMetrics.QueryPhase |
|
| AbstractMetrics.Timer |
|
| AggregationInfo |
|
| AggregationInfo._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| AggregationResult |
This class models the aggregation and aggregationGroupBy sections of query response.
|
| AliasApplier |
|
| ArithmeticFunctions |
Arithmetic scalar functions.
|
| ArrayFunctions |
Inbuilt array scalar functions.
|
| AstNode |
Interface for AST nodes
|
| BaseAstNode |
Base class for AST nodes.
|
| BaseSegmentFetcher |
Base implementation of segment fetcher with the retry logic embedded.
|
| BaseTaskMetadata |
Base abstract class for minion task metadata.
|
| BetweenPredicateAstNode |
AST for the BETWEEN PQL clause.
|
| BinaryMathOpAstNode |
AST node for binary math operands (such as addition or division)
|
| BooleanOperatorAstNode |
AST node for boolean operators (AND, OR).
|
| BrokerGauge |
Enumeration containing all the gauges exposed by the Pinot broker.
|
| BrokerMeter |
Enumeration containing all the metrics exposed by the Pinot broker.
|
| BrokerMetrics |
Broker metrics utility class, which provides facilities to log the execution performance of queries.
|
| BrokerQueryPhase |
Enumeration containing all the query phases executed by the Pinot broker.
|
| BrokerRequest |
|
| BrokerRequest._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| BrokerRequestComparisonUtils |
|
| BrokerResponse |
Interface for broker response.
|
| BrokerResponseNative |
This class implements pinot-broker's response format for any given query.
|
| BrokerTimer |
Enumeration containing all the timers exposed by the Pinot broker.
|
| CalciteSqlCompiler |
CalciteSqlCompiler is a Calcite SQL compiler.
|
| CalciteSqlParser |
|
| ClientSSLContextGenerator |
|
| ComparisonPredicateAstNode |
AST node for comparison predicates.
|
| CompilerConstants |
Class to host compiler related constants
|
| CompileTimeFunctionsInvoker |
|
| ControllerGauge |
Controller gauges.
|
| ControllerMeter |
Meters for the controller.
|
| ControllerMetrics |
Metrics for the controller.
|
| ControllerTimer |
Enumeration containing all the timers exposed by the Pinot controller.
|
| DataSchema |
The DataSchema class describes the schema of DataTable.
|
| DataSchema.ColumnDataType |
|
| DataSource |
|
| DataSource._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| DataTable |
Data table is used to transfer data from server to broker.
|
| DataTable.MetadataKey |
|
| DataTable.MetadataValueType |
|
| DataTypeConversionFunctions |
Contains function to convert a datatype to another datatype.
|
| DateTimeFunctions |
Inbuilt date time related transform functions
NOTE:
toEpochXXXBucket methods are only needed to convert from TimeFieldSpec to DateTimeFieldSpec, to
maintain the backward compatibility.
|
| DateTimePatternHandler |
Handles DateTime conversions from long to strings and strings to longs based on passed patterns
|
| DateTimeUtils |
Helper methods and constructs for datetrunc function
|
| DateTimeUtils |
|
| DateTimeUtils.DateTimeZoneIndex |
|
| DateTimeUtils.QuarterOfYearDateTimeField |
|
| EqPredicate |
Predicate for EQ.
|
| Expression |
|
| Expression._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| ExpressionContext |
The ExpressionContext class represents an expression in the query.
|
| ExpressionContext.Type |
|
| ExpressionParenthesisGroupAstNode |
AST node for math operands in their own parenthesis group.
|
| ExpressionType |
|
| FileUploadDownloadClient |
The FileUploadDownloadClient class provides methods to upload schema/segment, download segment or send
segment completion protocol request through HTTP/HTTPS.
|
| FileUploadDownloadClient.CustomHeaders |
|
| FileUploadDownloadClient.FileUploadType |
|
| FileUploadDownloadClient.QueryParameters |
|
| FileUtils |
|
| FilterContext |
The FilterContext class encapsulates the information of a filter in the query.
|
| FilterContext.Type |
|
| FilterKind |
|
| FilterOperator |
AUTO GENERATED: DO NOT EDIT
Filter Operator
|
| FilterQuery |
|
| FilterQuery._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| FilterQueryMap |
|
| FilterQueryMap._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| FilterQueryTree |
|
| FloatingPointLiteralAstNode |
Floating point literal AST node.
|
| Function |
|
| Function._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| FunctionCallAstNode |
AST node for function calls, such as count(foo).
|
| FunctionContext |
The FunctionContext class represents the function in the expression.
|
| FunctionContext.Type |
|
| FunctionInfo |
|
| FunctionInvoker |
The FunctionInvoker is a wrapper on a java method which supports arguments type conversion and method
invocation via reflection.
|
| FunctionRegistry |
Registry for scalar functions.
|
| FunctionUtils |
|
| GroupBy |
|
| GroupBy._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| GroupByAstNode |
AST node for GROUP BY clauses.
|
| GroupByResult |
|
| GrpcQueryClient |
|
| GrpcQueryClient.Config |
|
| GrpcRequestBuilder |
|
| HashFunctions |
Inbuilt Hash Transformation Functions
The functions can be used as UDFs in Query when added in the FunctionRegistry.
|
| HashUtil |
|
| HavingFilterQuery |
|
| HavingFilterQuery._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| HavingFilterQueryMap |
|
| HavingFilterQueryMap._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| HelixHelper |
|
| HelixHelper.PermanentUpdaterException |
Exception to be thrown by updater function to exit from retry in {@link HelixHelper::updatedIdealState}
|
| HLCSegmentName |
|
| HttpErrorStatusException |
|
| HttpSegmentFetcher |
|
| HttpsSegmentFetcher |
|
| Identifier |
|
| Identifier._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| IdentifierAstNode |
AST node for identifiers (column names).
|
| InPredicate |
Predicate for IN.
|
| InPredicateAstNode |
AST node for IN predicates.
|
| InstanceAssignmentConfigUtils |
|
| InstancePartitions |
Instance partitions for the table.
|
| InstancePartitionsUtils |
Utility class for instance partitions.
|
| InstanceRequest |
|
| InstanceRequest._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| InstanceUtils |
|
| InstanceZKMetadata |
|
| IntegerLiteralAstNode |
AST node for integer literals.
|
| InvalidConfigException |
|
| IsNotNullPredicate |
Predicate for IS_NOT_NULL.
|
| IsNullPredicate |
Predicate for IS_NULL.
|
| IsNullPredicateAstNode |
AST node for IS predicates (foo IS NULL, foo IS NOT NULL).
|
| JmxReporterMetricsRegistryRegistrationListener |
Adapter that causes metrics from a metric registry to be published to JMX.
|
| JsonFunctions |
Inbuilt json related transform functions
An example DimFieldSpec that needs the toJsonMapStr function:
"dimFieldSpecs": [{
"name": "jsonMapStr",
"dataType": "STRING",
"transformFunction": "toJsonMapStr(jsonMap)"
}]
|
| JsonMatchPredicate |
Predicate for JSON_MATCH.
|
| JsonPathCache |
|
| LeadControllerUtils |
|
| LimitAstNode |
AST node for LIMIT clauses.
|
| LineageEntry |
Class to represent the lineage entry.
|
| LineageEntryState |
Enum for represent the state of lineage entry
|
| Literal |
|
| Literal._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| LiteralAstNode |
Literal AST node common interface.
|
| LLCSegmentName |
|
| LLCUtils |
|
| MergeRollupTaskMetadata |
Metadata for the minion task of type MergeRollupTask.
|
| MetricsRegistryRegistrationListener |
Interface to implement operations that occur whenever a new MetricsRegistry is registered with the PinotMetricUtils.
|
| MinionClient |
MinionClient is the client-side APIs for Pinot Controller tasks APIs.
|
| MinionGauge |
|
| MinionMeter |
|
| MinionMetrics |
|
| MinionQueryPhase |
|
| MinionRequestURLBuilder |
MinionRequestURLBuilder is the helper class to generate URLs for task APIs.
|
| MinionTaskMetadataUtils |
Helper methods to fetch/persist ZNRecord for minion task metadata
|
| MinionTimer |
|
| MultiGetRequest |
Class to support multiple http GET operations in parallel by using
the executor that is passed in.
|
| NamedThreadFactory |
A default ThreadFactory implementation that accepts the name prefix
of the created threads as a constructor argument.
|
| NonAggregationGroupByToDistinctQueryRewriter |
|
| NotEqPredicate |
Predicate for NOT_EQ.
|
| NotInPredicate |
Predicate for NOT_IN.
|
| OptionAstNode |
AST node for a query option.
|
| OptionsAstNode |
AST node for query options.
|
| OrderByAstNode |
AST node for ORDER BY clauses.
|
| OrderByExpressionAstNode |
AST node for an expression in an ORDER BY clause.
|
| OrderByExpressionContext |
The OrderByExpressionContext class represents an expression in the ORDER-BY clause.
|
| OrdinalsUpdater |
|
| OutputColumnAstNode |
AST node for an output column.
|
| OutputColumnListAstNode |
AST node for a list of columns.
|
| Pair<FIRST extends Serializable,SECOND extends Serializable> |
|
| ParserUtils |
Class for holding Parser specific utility functions.
|
| PinotAppConfigs |
Class that represents various configs for a pinot component:
System Configs
JVM Configs
Runtime Configs
PinotConfiguration
This class is JSON serializable and de-serializable.
|
| PinotAppConfigs.JVMConfig |
|
| PinotAppConfigs.RuntimeConfig |
|
| PinotAppConfigs.SystemConfig |
|
| PinotDataType |
The PinotDataType enum represents the data type of a value in a row from recordReader and provides
utility methods to convert value across types if applicable.
|
| PinotFSSegmentFetcher |
|
| PinotHelixPropertyStoreZnRecordProvider |
|
| PinotMetricUtils |
|
| PinotQuery |
|
| PinotQuery._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| PinotQuery2BrokerRequestConverter |
|
| PinotQueryServerGrpc |
|
| PinotQueryServerGrpc.PinotQueryServerBlockingStub |
|
| PinotQueryServerGrpc.PinotQueryServerFutureStub |
|
| PinotQueryServerGrpc.PinotQueryServerImplBase |
|
| PinotQueryServerGrpc.PinotQueryServerStub |
|
| PinotServerTierStorage |
Tier storage type which uses Pinot servers as storage
|
| Pql2AstListener |
PQL 2 parse tree listener that generates an abstract syntax tree.
|
| PQL2BaseListener |
This class provides an empty implementation of PQL2Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
|
| Pql2CompilationException |
Exceptions that occur while compiling PQL.
|
| Pql2Compiler |
PQL 2 compiler.
|
| PQL2Lexer |
|
| PQL2Listener |
This interface defines a complete listener for a parse tree produced by
PQL2Parser.
|
| PQL2Parser |
|
| PQL2Parser.BetweenClauseContext |
|
| PQL2Parser.BetweenPredicateContext |
|
| PQL2Parser.BinaryMathOpContext |
|
| PQL2Parser.BinaryMathOperatorContext |
|
| PQL2Parser.BooleanOperatorContext |
|
| PQL2Parser.ComparisonClauseContext |
|
| PQL2Parser.ComparisonOperatorContext |
|
| PQL2Parser.ComparisonPredicateContext |
|
| PQL2Parser.ConstantContext |
|
| PQL2Parser.ExpressionContext |
|
| PQL2Parser.ExpressionListContext |
|
| PQL2Parser.ExpressionParenthesisGroupContext |
|
| PQL2Parser.ExpressionsContext |
|
| PQL2Parser.FloatingPointLiteralContext |
|
| PQL2Parser.FunctionCallContext |
|
| PQL2Parser.FunctionContext |
|
| PQL2Parser.GroupByClauseContext |
|
| PQL2Parser.GroupByContext |
|
| PQL2Parser.GroupByListContext |
|
| PQL2Parser.HavingClauseContext |
|
| PQL2Parser.HavingContext |
|
| PQL2Parser.IdentifierContext |
|
| PQL2Parser.InClauseContext |
|
| PQL2Parser.InPredicateContext |
|
| PQL2Parser.IntegerLiteralContext |
|
| PQL2Parser.IsClauseContext |
|
| PQL2Parser.IsPredicateContext |
|
| PQL2Parser.JsonMatchClauseContext |
|
| PQL2Parser.JsonMatchPredicateContext |
|
| PQL2Parser.LimitClauseContext |
|
| PQL2Parser.LimitContext |
|
| PQL2Parser.LiteralContext |
|
| PQL2Parser.OptionalClauseContext |
|
| PQL2Parser.OptionContext |
|
| PQL2Parser.OptionListClauseContext |
|
| PQL2Parser.OptionsContext |
|
| PQL2Parser.OrderByClauseContext |
|
| PQL2Parser.OrderByContext |
|
| PQL2Parser.OrderByExpressionContext |
|
| PQL2Parser.OrderByListContext |
|
| PQL2Parser.OrderingContext |
|
| PQL2Parser.OutputColumnContext |
|
| PQL2Parser.OutputColumnListContext |
|
| PQL2Parser.OutputColumnProjectionContext |
|
| PQL2Parser.OutputColumnsContext |
|
| PQL2Parser.PredicateContext |
|
| PQL2Parser.PredicateListContext |
|
| PQL2Parser.PredicateParenthesisGroupContext |
|
| PQL2Parser.RegexpLikeClauseContext |
|
| PQL2Parser.RegexpLikePredicateContext |
|
| PQL2Parser.RootContext |
|
| PQL2Parser.SelectContext |
|
| PQL2Parser.SelectStatementContext |
|
| PQL2Parser.StarColumnListContext |
|
| PQL2Parser.StarExpressionContext |
|
| PQL2Parser.StatementContext |
|
| PQL2Parser.StringLiteralContext |
|
| PQL2Parser.TableNameContext |
|
| PQL2Parser.TextMatchClauseContext |
|
| PQL2Parser.TextMatchPredicateContext |
|
| PQL2Parser.TopClauseContext |
|
| PQL2Parser.TopContext |
|
| PQL2Parser.WhereClauseContext |
|
| PQL2Parser.WhereContext |
|
| Predicate |
The Predicate class represents the predicate in the filter.
|
| Predicate.Type |
|
| PredicateAstNode |
Common interface and implementation for predicate AST nodes.
|
| PredicateComparisonRewriter |
|
| PredicateListAstNode |
AST node for a list of predicates joined by boolean operators.
|
| PredicateParenthesisGroupAstNode |
AST node for a predicate surrounded by parentheses.
|
| PrimitiveArrayUtils |
Utility functions for primitive arrays.
|
| ProcessingException |
|
| ProcessingException._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| QueryCompiler |
Interface for Pinot Query compilers.
|
| QueryException |
|
| QueryProcessingException |
This class represents an exception using a message and an error code.
|
| QueryRewriter |
QueryRewriter is the interface to rewrite PinotQuery.
|
| QueryRewriterFactory |
|
| QuerySource |
|
| QuerySource._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| QueryType |
|
| QueryType._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| RangePredicate |
Predicate for RANGE.
|
| RealtimeToOfflineSegmentsTaskMetadata |
Metadata for the minion task of type RealtimeToOfflineSegmentsTask.
|
| RegexpLikePredicate |
Predicate for REGEXP_LIKE.
|
| RegexpLikePredicateAstNode |
|
| RegexpPatternConverterUtils |
Utility for converting regex patterns.
|
| RequestContextUtils |
|
| RequestUtils |
|
| ResourceUtils |
Util class for Pinot APIs.
|
| ResultTable |
A tabular structure for representing result rows
|
| RoundRobinURIProvider |
RoundRobinURIProvider accept a URI, try to resolve it into multiple URIs with IP address, and return a IP address URI
in a Round Robin way.
|
| RoutingTableRebuildMessage |
This (Helix) message is sent from the controller to brokers when a request is received to rebuild the routing table.
|
| RunPeriodicTaskMessage |
Upon receiving this message, Controller will execute the specified PeriodicTask against the tables for which it is
the lead controller.
|
| SchemaAlreadyExistsException |
|
| SchemaBackwardIncompatibleException |
|
| SchemaNotFoundException |
|
| SchemaUtils |
Utility class which contains Schema related operations.
|
| Segment |
|
| SegmentCompletionProtocol |
|
| SegmentCompletionProtocol.ControllerResponseStatus |
|
| SegmentCompletionProtocol.ExtendBuildTimeRequest |
|
| SegmentCompletionProtocol.Request |
|
| SegmentCompletionProtocol.Request.Params |
|
| SegmentCompletionProtocol.Response |
|
| SegmentCompletionProtocol.Response.Params |
|
| SegmentCompletionProtocol.SegmentCommitEndRequest |
|
| SegmentCompletionProtocol.SegmentCommitEndWithMetadataRequest |
|
| SegmentCompletionProtocol.SegmentCommitRequest |
|
| SegmentCompletionProtocol.SegmentCommitStartRequest |
|
| SegmentCompletionProtocol.SegmentCommitUploadRequest |
|
| SegmentCompletionProtocol.SegmentConsumedRequest |
|
| SegmentCompletionProtocol.SegmentStoppedConsuming |
|
| SegmentConsumerInfo |
Information regarding the consumer of a segment
|
| SegmentErrorInfo |
This class is used to represent errors related to a segment.
|
| SegmentFetcher |
|
| SegmentFetcherFactory |
|
| SegmentGenerationUtils |
|
| SegmentLineage |
Class to represent segment lineage information.
|
| SegmentLineageAccessHelper |
Class to help to read, write segment lineage metadata
|
| SegmentLineageUtils |
Util class for Segment Lineage
|
| SegmentName |
|
| SegmentName.RealtimeSegmentType |
|
| SegmentPartitionMetadata |
Class for partition metadata for a segment.
|
| SegmentRefreshMessage |
This (Helix) message is sent from the controller to servers and brokers when a request is received to refresh
an existing segment.
|
| SegmentReloadMessage |
This Helix message is sent from the controller to the servers when a request is received to reload an existing
segment.
|
| SegmentServerDebugInfo |
This class represents the server-side debug information for a segment.
|
| SegmentSizeInfo |
|
| SegmentUtils |
|
| SegmentZKMetadata |
|
| SegmentZKMetadataCustomMapModifier |
The SegmentZKMetadataCustomMapModifier class provides util methods to serialize/de-serialize the segment
ZK metadata custom map modifier HTTP header and modify the custom map field in SegmentZKMetadata.
|
| SegmentZKMetadataCustomMapModifier.ModifyMode |
|
| SelectAstNode |
AST node for a SELECT statement.
|
| Selection |
|
| Selection._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| SelectionResults |
|
| SelectionSort |
|
| SelectionSort._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| SelectionsRewriter |
|
| SerDe |
Thrift based serialization-deserialization.
|
| Server |
|
| Server.ServerRequest |
Protobuf type org.apache.pinot.common.proto.ServerRequest
|
| Server.ServerRequest.Builder |
Protobuf type org.apache.pinot.common.proto.ServerRequest
|
| Server.ServerRequestOrBuilder |
|
| Server.ServerResponse |
Protobuf type org.apache.pinot.common.proto.ServerResponse
|
| Server.ServerResponse.Builder |
Protobuf type org.apache.pinot.common.proto.ServerResponse
|
| Server.ServerResponseOrBuilder |
|
| ServerGauge |
Enumeration containing all the gauges exposed by the Pinot server.
|
| ServerMeter |
Enumeration containing all the meters exposed by the Pinot server.
|
| ServerMetrics |
Utility class to centralize all metrics reporting for the Pinot server.
|
| ServerQueryPhase |
Enumeration containing all the query phases executed by the server.
|
| ServerTimer |
Enumeration containing all the timers exposed by the Pinot server.
|
| ServiceStartableUtils |
|
| ServiceStatus |
Utility class to obtain the status of the Pinot instance running in this JVM.
|
| ServiceStatus.IdealStateAndCurrentStateMatchServiceStatusCallback |
Service status callback that reports starting until all resources relevant to this instance have a matching
external view and current state.
|
| ServiceStatus.IdealStateAndExternalViewMatchServiceStatusCallback |
Service status callback that reports starting until all resources relevant to this instance have a matching
external view and ideal state.
|
| ServiceStatus.LifecycleServiceStatusCallback |
|
| ServiceStatus.MapBasedMultipleCallbackServiceStatusCallback |
|
| ServiceStatus.MultipleCallbackServiceStatusCallback |
|
| ServiceStatus.RealtimeConsumptionCatchupServiceStatusCallback |
Service status callback that checks whether realtime consumption has caught up
An offset based consumption status checker is being added in two phases.
|
| ServiceStatus.ServiceStatusCallback |
Callback that returns the status of the service.
|
| ServiceStatus.Status |
|
| SimpleHttpErrorInfo |
Http error info including error message and status code
|
| SimpleHttpResponse |
|
| SqlCompilationException |
Exceptions that occur while compiling SQL.
|
| SqlResultComparator |
|
| StarColumnListAstNode |
AST node for the star column list (as in SELECT * FROM foo).
|
| StarExpressionAstNode |
AST node for the star expression, such as the star in COUNT(*).
|
| StartReplaceSegmentsRequest |
Request object for startReplaceSegments API.
|
| StringFunctions |
Inbuilt String Transformation Functions
The functions can be used as UDFs in Query when added in the FunctionRegistry.
|
| StringLiteralAstNode |
AST node for a quoted string literal.
|
| StringUtil |
|
| SystemResourceInfo |
Class to represent system resources (CPU, Memory, etc) for an instance.
|
| TableCache |
An implementation of PinotConfigProvider
The TableCache caches all the table configs and schemas within the cluster, and listens on ZK changes to keep
them in sync.
|
| TableConfigRefreshMessage |
This (Helix) message is sent from the controller to brokers when a request is received to update the table config.
|
| TableConfigUtils |
|
| TableMetadataInfo |
Class to represent aggregated segment metadata for a table.
|
| TableNameAstNode |
AST node for a table name.
|
| TableNotFoundException |
|
| TableSegments |
|
| TableSizeInfo |
|
| TablesList |
|
| TagNameUtils |
The TagNameUtils class handles the conversion between tenant and tag.
|
| TarGzCompressionUtils |
Utility class to compress/de-compress tar.gz files.
|
| TextMatchPredicate |
Predicate for TEXT_MATCH.
|
| TextMatchPredicateAstNode |
|
| Tier |
Represents a tier of storage in Pinot.
|
| TierConfigUtils |
Util methods for TierConfig
|
| TierFactory |
Factory class to create and sort Tier
|
| TierSegmentSelector |
Interface for the segment selection strategy of a tier
|
| TierStorage |
Interface for the storage type of the tier
|
| TimeBasedTierSegmentSelector |
A TierSegmentSelector strategy which selects segments for a tier based on the age of the segment
|
| TimeZoneKey |
Copied from the presto TimeZoneKey.
|
| TlsConfig |
Container object for TLS/SSL configuration of pinot clients and servers (netty, grizzly, etc.)
|
| TlsUtils |
Utility class for shared TLS configuration logic
|
| TopAstNode |
AST node for the TOP clause.
|
| TransformExpressionTree |
Class for representing expression trees for transforms.
|
| TransformExpressionTree.ExpressionType |
|
| TransformFunctionType |
|
| URIUtils |
|
| Utils |
|
| ValidationMetrics |
Validation metrics utility class, which contains the glue code to publish metrics.
|
| ValidationMetrics.ValidationMetricName |
Names of validation metrics.
|
| WebHdfsV1Client |
|
| WhereAstNode |
AST node for the WHERE clause.
|
| ZKMetadata |
|
| ZKMetadataProvider |
|
| ZkStarter |
|
| ZkStarter.ZookeeperInstance |
|