| Package | Description |
|---|---|
| org.apache.hadoop.yarn.conf |
| Modifier and Type | Method and Description |
|---|---|
CustomRMAddressFinder |
RMAddressFinderLoader.getCustomRMAddressFinder(org.apache.hadoop.conf.Configuration conf)
getCustomRMAddressFinder method returns instance of CustomRMAddressFinder class
since we just need a single instance of that class it will load class if first time
and will create instance of the class, otherwise it will just return existing instance
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.