@InterfaceAudience.Private public final class PrefetchExecutorNotifier extends Object implements PropagatingConfigurationObserver
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFETCH_DELAY
Wait time in miliseconds before executing prefetch
|
| Constructor and Description |
|---|
PrefetchExecutorNotifier(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterChildren(ConfigurationManager manager) |
int |
getPrefetchDelay() |
void |
onConfigurationChange(org.apache.hadoop.conf.Configuration newConf) |
void |
registerChildren(ConfigurationManager manager) |
public static final String PREFETCH_DELAY
public PrefetchExecutorNotifier(org.apache.hadoop.conf.Configuration conf)
public void onConfigurationChange(org.apache.hadoop.conf.Configuration newConf)
onConfigurationChange in interface ConfigurationObserverpublic void registerChildren(ConfigurationManager manager)
registerChildren in interface PropagatingConfigurationObserverpublic void deregisterChildren(ConfigurationManager manager)
deregisterChildren in interface PropagatingConfigurationObserverpublic int getPrefetchDelay()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.