Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private RegistryEndpointsRefresher.Refresher |
RegistryEndpointsRefresher.refresher |
Modifier and Type | Method and Description |
---|---|
(package private) static RegistryEndpointsRefresher |
RegistryEndpointsRefresher.create(org.apache.hadoop.conf.Configuration conf,
String initialDelaySecsConfigName,
String intervalSecsConfigName,
String minIntervalSecsConfigName,
RegistryEndpointsRefresher.Refresher refresher)
Create a
RegistryEndpointsRefresher . |
Constructor and Description |
---|
RegistryEndpointsRefresher(long initialDelayMs,
long periodicRefreshMs,
long minTimeBetweenRefreshesMs,
RegistryEndpointsRefresher.Refresher refresher) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.