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