Class ControllerClientFactory
java.lang.Object
com.linkedin.venice.controllerapi.ControllerClientFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ControllerClientdiscoverAndConstructControllerClient(String storeName, String discoveryUrls, Optional<SSLFactory> sslFactory, int retryAttempts) static ControllerClientgetControllerClient(String clusterName, String discoveryUrls, Optional<SSLFactory> sslFactory) static booleanrelease(ControllerClient client)
-
Constructor Details
-
ControllerClientFactory
public ControllerClientFactory()
-
-
Method Details
-
getControllerClient
public static ControllerClient getControllerClient(String clusterName, String discoveryUrls, Optional<SSLFactory> sslFactory) -
discoverAndConstructControllerClient
public static ControllerClient discoverAndConstructControllerClient(String storeName, String discoveryUrls, Optional<SSLFactory> sslFactory, int retryAttempts) -
release
-