ostore.replica
Class ReplicaStage.PendingCloseTimer

java.lang.Object
  |
  +--ostore.replica.ReplicaStage.PendingCloseTimer
All Implemented Interfaces:
QueueElementIF
Enclosing class:
ReplicaStage

public static class ReplicaStage.PendingCloseTimer
extends Object
implements QueueElementIF

Dispatched to self when a close_all was received but we are still waiting on pending events. This serves as a timeout.


Constructor Summary
ReplicaStage.PendingCloseTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicaStage.PendingCloseTimer

public ReplicaStage.PendingCloseTimer()