Interface ThreadSafetyAware

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A class may support concurrent reads from multiple threads against the same object.
  • Method Details

    • supportsConcurrentReads

      boolean supportsConcurrentReads()
      A class may support concurrent reads from multiple threads against the same object. This ability may change based on an object's current state.
      Returns:
      true if this object supports concurrent reads