| Package | Description |
|---|---|
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.amendSession(Function<Session.SessionBuilder,Session.SessionBuilder> amendSession) |
static DistributedQueryRunner.Builder |
DistributedQueryRunner.builder(Session defaultSession) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setAdditionalModule(com.google.inject.Module additionalModule) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setBaseDataDir(Optional<Path> baseDataDir) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setCoordinatorProperties(Map<String,String> coordinatorProperties) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setEnvironment(String environment) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setExtraProperties(Map<String,String> extraProperties) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setNodeCount(int nodeCount) |
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setSingleCoordinatorProperty(String key,
String value)
Sets coordinator properties being equal to a map containing given key and value.
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setSingleExtraProperty(String key,
String value)
Sets extra properties being equal to a map containing given key and value.
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setSystemAccessControl(String name,
Map<String,String> properties) |
Copyright © 2012–2020. All rights reserved.