@Private
public interface LivyClientFactory
Client applications do not need to use this interface directly. Instead, use
LivyClientBuilder
.
ServiceLoader
Modifier and Type | Method and Description |
---|---|
LivyClient |
createClient(URI uri,
Properties config)
Instantiates a new client if the given URI is supported by the implementation.
|
LivyClient createClient(URI uri, Properties config)
uri
- URI pointing at the livy backend to use.config
- Livy client configs.Copyright © 2023 The Apache Software Foundation. All rights reserved.