Uses of Class
oracle.kv.hadoop.table.TableInputFormatBase.TopologyLocatorWrapper
-
Packages that use TableInputFormatBase.TopologyLocatorWrapper Package Description oracle.kv.hadoop.table Support for running MapReduce jobs against data written to an Oracle NoSQL Database via the Table API. -
-
Uses of TableInputFormatBase.TopologyLocatorWrapper in oracle.kv.hadoop.table
Fields in oracle.kv.hadoop.table declared as TableInputFormatBase.TopologyLocatorWrapper Modifier and Type Field Description protected TableInputFormatBase.TopologyLocatorWrapperTableInputFormatBase. topologyLocatorMethods in oracle.kv.hadoop.table with parameters of type TableInputFormatBase.TopologyLocatorWrapper Modifier and Type Method Description voidTableInputFormat. setTopologyLocator(TableInputFormatBase.TopologyLocatorWrapper newTopologyLocator)Special setter method that used by tests that wish to mock the wrapper for the TopologyLocator employed by the getSplits method of this class to connect to a store to retrieve the splits.
-