/** Flushes all local state back to the shared queue. */
 public final void flushLocal() {
   values.flushLocal();
 }
예제 #2
0
 /** Flush the local buffers of all deques. */
 public final void flush() {
   values.flushLocal();
   rootLocations.flushLocal();
 }