Skip navigation links
|
Oracle Fusion Middleware Java API Reference for Oracle Event Processing
12c Release 1 (12.1.3.0.0)
E54267-01 |
PREV CLASS NEXT CLASS |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.oracle.cep.cluster.ha.adapter
Interface TrimmableQueue
- All Known Implementing Classes:
- SynchronizedTrimmableQueue, TimedTrimmableQueue
- public interface TrimmableQueue
Simple Queue interface encapsulating only those methods required by QueueTrimmingAdapter
Method Summary |
boolean |
add(java.lang.Object e)
|
void |
clear()
|
java.lang.Object |
peek()
|
java.lang.Object |
poll()
|
int |
size()
|
add
public boolean add(java.lang.Object e)
-
- See Also:
Queue.add(E)
poll
public java.lang.Object poll()
-
- See Also:
Queue.poll()
peek
public java.lang.Object peek()
-
- See Also:
Queue.poll()
size
public int size()
-
- See Also:
Collection.size()
clear
public void clear()
-
- See Also:
Collection.size()
|
Copyright © 2007, 2014 Oracle and/or its affiliates. All rights reserved. |
PREV CLASS NEXT CLASS |
FRAMES NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |