Example #1
0
 public ClusterMemberListener_AdapterAnonymousInnerClass(ClusterTopologyChangesIT outerInstance, Org.Neo4j.Kernel.ha.HighlyAvailableGraphDatabase newSlave1, Org.Neo4j.Kernel.ha.HighlyAvailableGraphDatabase newSlave2, System.Threading.CountdownEvent slave1Unavailable, System.Threading.CountdownEvent slave2Unavailable)
 {
     this.outerInstance      = outerInstance;
     this._newSlave1         = newSlave1;
     this._newSlave2         = newSlave2;
     this._slave1Unavailable = slave1Unavailable;
     this._slave2Unavailable = slave2Unavailable;
 }
Example #2
0
 public HeartbeatListener_AdapterAnonymousInnerClass(ClusterTopologyChangesIT outerInstance, Org.Neo4j.Kernel.ha.HighlyAvailableGraphDatabase slave1, Org.Neo4j.Kernel.ha.HighlyAvailableGraphDatabase slave2, System.Threading.CountdownEvent slave1Left, System.Threading.CountdownEvent slave2Left)
 {
     this.outerInstance = outerInstance;
     this._slave1       = slave1;
     this._slave2       = slave2;
     this._slave1Left   = slave1Left;
     this._slave2Left   = slave2Left;
 }
Example #3
0
 public ClusterListener_AdapterAnonymousInnerClass(ClusterTopologyChangesIT outerInstance, AtomicReference <InstanceId> coordinatorIdWhenReJoined, System.Threading.CountdownEvent latch)
 {
     this.outerInstance = outerInstance;
     this._coordinatorIdWhenReJoined = coordinatorIdWhenReJoined;
     this._latch = latch;
 }