Project

General

Profile

« Previous | Next » 

Revision 6465

Added by Chris Jones over 12 years ago

Remove references to CNReplicationTask.

View differences:

HazelcastService.java
101 101

  
102 102
  /* The Hazelcast distributed system metadata map */
103 103
  private IMap<Identifier, SystemMetadata> systemMetadata;
104
  
105
  /* The Hazelcast distributed pending replication tasks map*/
106
  private IMap<String, CNReplicationTask> pendingReplicationTasks;
107
  
108
  
104
    
109 105
  /*
110 106
   * Constructor: Creates an instance of the hazelcast service. Since
111 107
   * this uses a singleton pattern, use getInstance() to gain the instance.

Also available in: Unified diff