Package oracle.kv.hadoop.table
Class TableInputFormatBase.TopologyLocatorWrapper
java.lang.Object
oracle.kv.hadoop.table.TableInputFormatBase.TopologyLocatorWrapper
- Enclosing class:
- TableInputFormatBase<K,V> 
Special class that wraps the static get method of the TopologyLocator
 utility. Since static methods are difficult to mock, this class is
 provided as a convenience; to allow tests to mock the behavior of the
 static methods of the TopologyLocator class.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TopologyLocatorWrapperpublic TopologyLocatorWrapper()
 
- 
- 
Method Details