Uses of Class
org.apache.druid.catalog.model.ObjectFacade
-
Packages that use ObjectFacade Package Description org.apache.druid.catalog.model org.apache.druid.catalog.model.facade -
-
Uses of ObjectFacade in org.apache.druid.catalog.model
Subclasses of ObjectFacade in org.apache.druid.catalog.model Modifier and Type Class Description classResolvedTableHandle to a table specification along with its definition and the object mapper used to serialize/deserialize its data. -
Uses of ObjectFacade in org.apache.druid.catalog.model.facade
Subclasses of ObjectFacade in org.apache.druid.catalog.model.facade Modifier and Type Class Description classDatasourceFacadeConvenience wrapper on top of a resolved table (a table spec and its corresponding definition.) To be used by consumers of catalog objects that work with specific datasource properties rather than layers that work with specs generically.classExternalTableFacadeclassTableFacadeConvenience wrapper on top of a resolved table (a table spec and its corresponding definition.)
-