Class DeprecatedWorkerValueQueue<E>

java.lang.Object
de.hybris.platform.util.AbstractWorkerValueQueue<E>
de.hybris.platform.util.DeprecatedWorkerValueQueue<E>
All Implemented Interfaces:
WorkerValueQueue<E>

public class DeprecatedWorkerValueQueue<E> extends AbstractWorkerValueQueue<E>
This class represents the WorkerValueQueue implementation before 4.2.2 and is here only for performance testing.

Don't use it elsewhere!