You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/15 21:33:53 UTC

[GitHub] milleruntime commented on issue #604: Greatly simplify FileOperations

milleruntime commented on issue #604: Greatly simplify FileOperations
URL: https://github.com/apache/accumulo/pull/604#issuecomment-413344934
 
 
   I renamed FileStuff to FileHelper and created FileOptions class that will hold all the objects.  Everything in FileOptions is public final so we can just pass this immutable object around.  Follow on work could be to replace all the calls to getters with the final public members of FileOptions, but this is a more disruptive change just to eliminate getter methods. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services