DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.addExtraProperty(String key,
String value) |
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.amendSession(Function<Session.SessionBuilder,Session.SessionBuilder> amendSession) |
|
static DistributedQueryRunner.Builder |
DistributedQueryRunner.builder(Session defaultSession) |
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.enableBackupCoordinator() |
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setAdditionalModule(com.google.inject.Module additionalModule) |
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setBackupCoordinatorProperties(Map<String,String> backupCoordinatorProperties) |
|
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.setSystemAccessControl(SystemAccessControl systemAccessControl) |
|
DistributedQueryRunner.Builder |
DistributedQueryRunner.Builder.setSystemAccessControls(List<SystemAccessControl> systemAccessControls) |
|