コード例 #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;
 }