Interface ThreadSafetyAware

  • Method Summary Link icon

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

    • supportsConcurrentReads Link icon

      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