MCPcopy Create free account
hub / github.com/apache/impala / Frontend

Method Frontend

fe/src/main/java/org/apache/impala/service/Frontend.java:531–534  ·  view source on GitHub ↗
(AuthorizationFactory authzFactory, boolean isBackendTest)

Source from the content-addressed store, hash-verified

529 private final KuduTransactionManager kuduTxnManager_;
530
531 public Frontend(AuthorizationFactory authzFactory, boolean isBackendTest)
532 throws ImpalaException {
533 this(authzFactory, FeCatalogManager.createFromBackendConfig(), isBackendTest);
534 }
535
536 /**
537 * Create a frontend with a specific catalog instance which will not allow

Callers

nothing calls this directly

Calls 15

createForTestsMethod · 0.95
isEnabledMethod · 0.95
getCatalogMethod · 0.95
createFromConfigMethod · 0.95
createFromConfigMethod · 0.95
getMethod · 0.95
getBackendCfgMethod · 0.80
getSaml2IdpMetadataMethod · 0.80

Tested by

no test coverage detected