Creates an {@link Entry} for each triple (sessionId, pageId, data) and puts it in{@link #entries} queue if there is room. Acts as producer.
Later {@link PageSavingRunnable} reads in blocking manner from {@link #entries} and saves eachentry. Acts as consumer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|