示例#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;
 }