Uses of Class
io.prestosql.server.testing.TestingPrestoServer.Builder
-
Packages that use TestingPrestoServer.Builder Package Description io.prestosql.server.testing -
-
Uses of TestingPrestoServer.Builder in io.prestosql.server.testing
Methods in io.prestosql.server.testing that return TestingPrestoServer.Builder Modifier and Type Method Description static TestingPrestoServer.BuilderTestingPrestoServer. builder()TestingPrestoServer.BuilderTestingPrestoServer.Builder. setAdditionalModule(com.google.inject.Module additionalModule)TestingPrestoServer.BuilderTestingPrestoServer.Builder. setBaseDataDir(Optional<Path> baseDataDir)TestingPrestoServer.BuilderTestingPrestoServer.Builder. setCoordinator(boolean coordinator)TestingPrestoServer.BuilderTestingPrestoServer.Builder. setDiscoveryUri(URI discoveryUri)TestingPrestoServer.BuilderTestingPrestoServer.Builder. setEnvironment(String environment)TestingPrestoServer.BuilderTestingPrestoServer.Builder. setProperties(Map<String,String> properties)TestingPrestoServer.BuilderTestingPrestoServer.Builder. setSystemAccessControls(List<SystemAccessControl> systemAccessControls)
-