Interface StripedObject
-
- All Known Subinterfaces:
StripedCallable<V>,StripedRunnable
public interface StripedObjectUsed 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetStripe()
-