public class RMAddressFinderLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
CustomRMAddressFinder |
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
|
static RMAddressFinderLoader |
getInstance() |
public static RMAddressFinderLoader getInstance()
public CustomRMAddressFinder getCustomRMAddressFinder(org.apache.hadoop.conf.Configuration conf)
conf - Copyright © 2016 Apache Software Foundation. All Rights Reserved.