All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractUDFRegistrar |
A base spark configurer that registers user defined functions in the sessions.
|
| AbstractUDFRegistrar.UDFRegistrar |
|
| Datasets |
|
| Default<T> |
Represents a default value of type T.
|
| FhirUtils |
A utility class for working with FHIR resources.
|
| InvalidUserInputError |
Thrown when invalid user input is detected, and we want to send the details of the problem back
to the user.
|
| Lists |
Utility class containing some List helper functions.
|
| ObjectHolder<C extends Serializable,V> |
Represents a scoped storage for instances of type V that can be created from configuration of
type C.
|
| ObjectHolder.SingletonHolder<C extends Serializable,V> |
|
| PathlingVersion |
Retrieves version information from the properties file created during the build, making it
available to other areas of the application.
|
| Preconditions |
Static convenience methods for checking the validity of inputs.
|
| ResourceCloser |
A Closeable that closes a collection of underlying resources.
|
| SparkConfigurer |
Common interface for functions/classes that can configure SparkSession.
|
| SqlFunction |
The interface that encapsulates meta data required for registration of a custom UDF function in
Spark.
|
| SqlFunction1<T1,R> |
A registrable UDF function with one argument.
|
| SqlFunction2<T1,T2,R> |
A registrable UDF function with two arguments.
|
| SqlFunction3<T1,T2,T3,R> |
A registrable UDF function with three arguments.
|
| SqlFunction4<T1,T2,T3,T4,R> |
A registrable UDF function with three arguments.
|
| SqlFunction5<T1,T2,T3,T4,T5,R> |
A registrable UDF function with three arguments.
|
| SqlFunctionRegistrar |
A spark configurer that registers user defined functions in the sessions.
|
| Streams |
Utility class containing some stream helper functions.
|
| StringLiteral |
|
| Strings |
Utility class containing some methods for string wrangling.
|
| UnexpectedResponseException |
Thrown when a response from the upstream server does not match expectations.
|
| ValidationUtils |
Utility classes to facilitate JRS-380 based validation
|
| Versioning |
|