public interface DriverConfigLoader extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Called when the cluster closes.
|
DriverConfig |
getInitialConfig()
Loads the first configuration that will be used to initialize the driver.
|
void |
onDriverInit(DriverContext context)
Called when the driver initializes.
|
@NonNull DriverConfig getInitialConfig()
void onDriverInit(@NonNull DriverContext context)
void close()
close
in interface AutoCloseable
Copyright © 2017–2018. All rights reserved.