Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-771

IoRegistry Instantiation With GryoPool

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Implemented
    • 3.0.0-incubating
    • io
    • None

    Description

      The GryoPool uses reflection to instantiate the IoRegistry from configuration. Right now it does this via newInstance. Typically the IoRegistry doesn't need to be instantiated and can have a private constructor, so a singleton is likely. Modify instantiation in GryoPool to support checking for a INSTANCE field with the singleton.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: