keith-turner edited a comment on issue #555: Add ability for Scanner to request 
an executor
URL: https://github.com/apache/accumulo/issues/555#issuecomment-405687258
 
 
   This could be a bit more general, with a scanner having a method like the 
following :
   
   ```
   /**
    * Provides information to the server side scan dispatcher and prioritizer 
that may be used when making decisions.  However those server side classes may 
ignore these hints.
    */
   void setHints(Map<String, String> hints){}
   ```
   
   The hints would be made available on the server side via the ScanInfo 
interface.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to