Package com.github.benmanes.caffeine
Class SingleConsumerQueue.SerializationProxy<E>
java.lang.Object
com.github.benmanes.caffeine.SingleConsumerQueue.SerializationProxy<E>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SingleConsumerQueue<E>
A proxy that is serialized instead of the queue.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean
(package private) static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
linearizable
final boolean linearizable -
elements
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SerializationProxy
SerializationProxy(SingleConsumerQueue<E> queue)
-
-
Method Details
-
readResolve
Object readResolve()
-