Interface StripedObject

  • All Known Subinterfaces:
    StripedCallable<V>, StripedRunnable

    public interface StripedObject
    Used to indicate which "stripe" this Runnable or Callable belongs to. The stripe is determined by the identity of the object, rather than its hash code and equals.
    See Also:
    StripedExecutorService
    • Method Detail

      • getStripe

        java.lang.Object getStripe()