Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing
11g Release 1 (11.1.1.4.0)

E14303-04
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cluster.ha.adapter
Class SynchronizedTrimmableQueue

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractQueue
              |
              +--java.util.concurrent.LinkedBlockingQueue
                    |
                    +--com.oracle.cep.cluster.ha.adapter.SynchronizedTrimmableQueue

public class SynchronizedTrimmableQueue
extends java.util.concurrent.LinkedBlockingQueue
implements TrimmableQueue

This implementation is synchronized, but maybe that's okay since it will cause the secondary to run a bit slower.

See Also:
Serialized Form

Constructor Summary
SynchronizedTrimmableQueue()
           
SynchronizedTrimmableQueue(int size)
           

 

Methods inherited from class java.util.concurrent.LinkedBlockingQueue
clear, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, take, toArray, toArray, toString

 

Methods inherited from class java.util.AbstractQueue
add, addAll, element, remove

 

Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, removeAll, retainAll

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SynchronizedTrimmableQueue

public SynchronizedTrimmableQueue()

SynchronizedTrimmableQueue

public SynchronizedTrimmableQueue(int size)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD