devabhishekpal commented on PR #1321:
URL: https://github.com/apache/ratis/pull/1321#issuecomment-3566627512

   @errose28 I am not too sure of the use case, do you think this change 
suffices?
   
   Or did the ticket mean to add new methods to `LogSegmentPath` class which 
expose the getStartIndex and getEndIndex.
   as in:
   ```
   class LogSegmentPath {
       ....
       
       public long getStartIndex() {
           return this.startEnd.getStartIndex()
        }
   
        public long getEndIndex() {
            return this.startEnd.getEndIndex()
        }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to