public class TunnellingMetaStoreClientSupplierBuilder extends Object
| Constructor and Description |
|---|
TunnellingMetaStoreClientSupplierBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TunnellingMetaStoreClientSupplier |
build(org.apache.hadoop.hive.conf.HiveConf hiveConf,
MetaStoreClientFactory metaStoreClientFactory) |
TunnellingMetaStoreClientSupplierBuilder |
withKnownHosts(String knownHosts) |
TunnellingMetaStoreClientSupplierBuilder |
withLocalHost(String localHost) |
TunnellingMetaStoreClientSupplierBuilder |
withName(String name) |
TunnellingMetaStoreClientSupplierBuilder |
withPort(int sshPort) |
TunnellingMetaStoreClientSupplierBuilder |
withPrivateKeys(String privateKeys) |
TunnellingMetaStoreClientSupplierBuilder |
withRoute(String sshRoute) |
TunnellingMetaStoreClientSupplierBuilder |
withStrictHostKeyChecking(String strictHostKeyChecking) |
TunnellingMetaStoreClientSupplierBuilder |
withTimeout(int timeout) |
public TunnellingMetaStoreClientSupplierBuilder()
public TunnellingMetaStoreClientSupplier build(org.apache.hadoop.hive.conf.HiveConf hiveConf, MetaStoreClientFactory metaStoreClientFactory)
public TunnellingMetaStoreClientSupplierBuilder withName(String name)
public TunnellingMetaStoreClientSupplierBuilder withRoute(String sshRoute)
public TunnellingMetaStoreClientSupplierBuilder withPort(int sshPort)
public TunnellingMetaStoreClientSupplierBuilder withPrivateKeys(String privateKeys)
public TunnellingMetaStoreClientSupplierBuilder withKnownHosts(String knownHosts)
public TunnellingMetaStoreClientSupplierBuilder withLocalHost(String localHost)
public TunnellingMetaStoreClientSupplierBuilder withTimeout(int timeout)
public TunnellingMetaStoreClientSupplierBuilder withStrictHostKeyChecking(String strictHostKeyChecking)
Copyright © 2018–2020 Hotels.com (Data Platform Team). All rights reserved.