Class CuratorLoadQueuePeon

  • All Implemented Interfaces:
    LoadQueuePeon

    @Deprecated
    public class CuratorLoadQueuePeon
    extends Object
    implements LoadQueuePeon
    Deprecated.
    Use HttpLoadQueuePeon instead.

    Objects of this class can be accessed by multiple threads. State wise, this class is thread safe and callers of the public methods can expect thread safe behavior. Though, like a typical object being accessed by multiple threads, callers shouldn't expect strict consistency in results between two calls of the same or different methods.