ostore.dispatch
Class Test.DeadSink

java.lang.Object
  |
  +--seda.sandStorm.core.SimpleSink
        |
        +--ostore.dispatch.Test.Sink
              |
              +--ostore.dispatch.Test.DeadSink
All Implemented Interfaces:
ProfilableIF, SinkIF
Enclosing class:
Test

public static class Test.DeadSink
extends Test.Sink


Field Summary
 
Fields inherited from class ostore.dispatch.Test.Sink
tag
 
Constructor Summary
Test.DeadSink(int tag, double fraction)
           
 
Method Summary
 Object enqueue_prepare(QueueElementIF[] elements)
           
 
Methods inherited from class ostore.dispatch.Test.Sink
enqueue_commit, enqueue_lossy, enqueue
 
Methods inherited from class seda.sandStorm.core.SimpleSink
enqueue_abort, enqueue_many, getEnqueuePredicate, profileSize, setEnqueuePredicate, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test.DeadSink

public Test.DeadSink(int tag,
                     double fraction)
Method Detail

enqueue_prepare

public Object enqueue_prepare(QueueElementIF[] elements)
                       throws SinkFullException
Specified by:
enqueue_prepare in interface SinkIF
Overrides:
enqueue_prepare in class Test.Sink
SinkFullException