dd.db
Class HashStorageManager.EnqueueEvent

java.lang.Object
  |
  +--dd.db.HashStorageManager.EnqueueEvent
All Implemented Interfaces:
QueueElementIF
Enclosing class:
HashStorageManager

protected static class HashStorageManager.EnqueueEvent
extends Object
implements QueueElementIF

EnqueueEvent is the event used by Classifier.dispatch_later(seda.sandStorm.api.QueueElementIF, long) to prevent StackOverflowError when the DataManager is creating a MerkleTree.


Field Summary
 QueueElementIF item
           
 SinkIF sink
           
 
Constructor Summary
HashStorageManager.EnqueueEvent(SinkIF s, QueueElementIF i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sink

public SinkIF sink

item

public QueueElementIF item
Constructor Detail

HashStorageManager.EnqueueEvent

public HashStorageManager.EnqueueEvent(SinkIF s,
                                       QueueElementIF i)