public class RMAddressFinderLoader
extends java.lang.Object
| Modifier and Type | Method | 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 © 2008–2025 Apache Software Foundation. All rights reserved.