Package com.github.benmanes.caffeine
Class SingleConsumerQueue.SerializationProxy<E>
- java.lang.Object
-
- com.github.benmanes.caffeine.SingleConsumerQueue.SerializationProxy<E>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SingleConsumerQueue<E>
static final class SingleConsumerQueue.SerializationProxy<E> extends java.lang.Object implements java.io.Serializable
A proxy that is serialized instead of the queue.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<E>
elements
(package private) boolean
linearizable
(package private) static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializationProxy(SingleConsumerQueue<E> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
linearizable
final boolean linearizable
-
elements
final java.util.List<E> elements
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerializationProxy
SerializationProxy(SingleConsumerQueue<E> queue)
-
-