Skip navigation links

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

E14303-11
FRAMES    NO FRAMES


Uses of Interface
com.oracle.cep.cluster.ha.adapter.QueueTrimmingStrategy

Packages that use QueueTrimmingStrategy
com.oracle.cep.cluster.ha.adapter   

 

Uses of QueueTrimmingStrategy in com.oracle.cep.cluster.ha.adapter

 

Subinterfaces of QueueTrimmingStrategy in com.oracle.cep.cluster.ha.adapter
 interface DelegatingQueueTrimmingStrategy
          QueueTrimmingStrategy that delegates to another QueueTrimmingStrategy.

 

Classes in com.oracle.cep.cluster.ha.adapter that implement QueueTrimmingStrategy
 class BroadcastQueueTrimmingAdapter
          The BroadcastQueueTrimmingAdapter is intended for use by highly available CEP applications that need to guarantee that no output events are dropped when there is a failover, but which can tolerate duplicate output events.
 class BufferingQueueTrimmingStrategy
          QueueTrimmingStrategy that trims the backup queue based on a sliding window of events.
 class EventCountingQueueTrimmingStrategy
          QueueTrimmingStrategy that trims the backup queue based on event counting.
 class EventWindowQueueTrimmingStrategy
          Trim the backup queue based on a time window of events
 class NullTrimmingStrategy
          QueueTrimmingStrategy that does nothing.

 


Overview  Package  Class   Use   Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV   NEXT FRAMES    NO FRAMES