Example #1
0
 public AtomicBroadcastListenerImpl(PaxosClusterMemberEvents outerInstance)
 {
     this._outerInstance = outerInstance;
 }
Example #2
0
 public HeartbeatListenerImpl(PaxosClusterMemberEvents outerInstance)
 {
     this._outerInstance = outerInstance;
 }
Example #3
0
 public HighAvailabilitySnapshotProvider(PaxosClusterMemberEvents outerInstance)
 {
     this._outerInstance = outerInstance;
 }