Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-4520

Utilize Java 8 in RFile

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • core
    • None

    Description

      There are a few places in o.a.a.core.file.rfile.RFile where Java 8 functional programing could improve readability. There is some potential for performance improvement as well.

      One example of an improvement would be to change the 3 LocalityGroupReader arrays (currentReaders, readers and sampleReaders) in the RFile.Reader class to ArrayLists. This would allow use of the forEach in stream package.

      Attachments

        Activity

          People

            Unassigned Unassigned
            milleruntime Michael Miller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: