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