Example #1
0
 internal Configuration(PullUpdatesAppliedIT outerInstance, int serverId, int clusterPort, int haPort, File directory)
 {
     this._outerInstance = outerInstance;
     this.ServerId       = serverId;
     this.ClusterPort    = clusterPort;
     this.HaPort         = haPort;
     this.Directory      = directory;
 }
Example #2
0
 public HeartbeatListener_AdapterAnonymousInnerClass(PullUpdatesAppliedIT outerInstance, HighlyAvailableGraphDatabase masterDb, System.Threading.CountdownEvent latch2)
 {
     this.outerInstance = outerInstance;
     this._masterDb     = masterDb;
     this._latch2       = latch2;
 }