protected static class IdentityArchiveServiceImpl.WriteQueue extends Object
ConcurrentLinkedQueue and an AtomicInteger to
provide fast offer(enqueue)/poll(dequeue) and size checking. Size may be approximate due to concurrent
activity, but for our purposes that is fine.| Modifier | Constructor and Description |
|---|---|
protected |
IdentityArchiveServiceImpl.WriteQueue() |
protected IdentityArchiveServiceImpl.WriteQueue()
public int offerAndGetSize(EntityDefault entity)
protected EntityDefault poll()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.