The LogEntry class has method getValue which is used to put a value for mutations. This data is redundant as the column qualifier stores the same thing (the filePath). Explore removing this method and using just the column qualifier where this data is needed.
The LogEntry class has method
getValuewhich is used to put a value for mutations. This data is redundant as the column qualifier stores the same thing (the filePath). Explore removing this method and using just the column qualifier where this data is needed.