Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • RebalanceCommand (a gfsh command which will need to be moved into the new package) is directly coupled to RebalanceCommandOperation which is part of the new Cluster Configuration Management service. RebalanceCommand will need to be refactored to remove the coupling.
  • CliStrings contains many constants which are used in various places throughout the management code. Our initial thought is that all cli-specific strings (ex. for example: command help strings) will remain in this class and be moved into the new module and any common strings will be moved into a class in geode-core.
  • CliUtils contains various static methods which are mostly helper methods to ease executing functions and discovering members. Our initial though is that commonly useful methods will be moved into a new ManagementUtils class and the gfsh-dependent functions will remain in CliUtils and be moved into the new package.

...