jkosh44 commented on issue #978: Use CompleteableFuture compose to centralize 
commit logic
URL: https://github.com/apache/fluo/issues/978#issuecomment-351573940
 
 
   `AsyncCommitResult` would look like
   ```
   public class AsyncCommitResult {
     private CommitData cd;
     private ConditionalMutation pcm;
     private Result result;
     private Status mutationStatus;
     private Iterator<Result> results;
     private Stamp stamp;
     private long commitTs;
     private ConditionalMutation delLockMutation;
   
     //A lot of getters and setters
   }
   
   After typing it out though it doesn't look very clean, any thoughts?

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


With regards,
Apache Git Services

Reply via email to