Interface ScanDispatcher.InitParameters
- Enclosing interface:
- ScanDispatcher
public static interface ScanDispatcher.InitParameters
The method parameters for 
ScanDispatcher.init(InitParameters). This interface exists so
 the API can evolve and additional parameters can be passed to the method in the future.- Since:
- 2.0.0
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getOptions- Returns:
- The configured options. For example if the table properties
         table.scan.dispatcher.opts.p1=abcandtable.scan.dispatcher.opts.p9=123were set, then this map would containp1=abcandp9=123.
 
- 
getTableIdTableId getTableId()
- 
getServiceEnvServiceEnvironment getServiceEnv()
 
-