You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/03/11 17:11:05 UTC

[GitHub] [ignite] Vladsz83 edited a comment on issue #7514: Ignite 12773

Vladsz83 edited a comment on issue #7514: Ignite 12773
URL: https://github.com/apache/ignite/pull/7514#issuecomment-597755820
 
 
   
   1.	Removed `GridClientClusterState#active()`
   
   2.	Removed `GridClientClusterState#active(boolean active)`
   
   3.	Removed
   `IGridClusterStateProcessor#changeGlobalState(
       boolean activate,
       Collection<? extends BaselineNode> baselineNodes,
       boolean forceChangeBaselineTopology
   )`
   
   4.	Removed
   `GridClusterStateProcessor#changeGlobalState(
       final boolean activate,
       Collection<? extends BaselineNode> baselineNodes,
       boolean forceChangeBaselineTopology,
       boolean isAutoAdjust
   )`
   
   5.	Removed
   GridClusterStateProcessor#changeGlobalState(
       final boolean activate,
       Collection<? extends BaselineNode> baselineNodes,
       boolean forceChangeBaselineTopology
   )
   
   6.	Remove d
   `GridClusterStateProcessor#changeGlobalState(
       ClusterState state,
       Collection<? extends BaselineNode> baselineNodes,
       boolean forceChangeBaselineTopology
   )`
   
   7.	Added boolean isAutoAdjust to 
   `IGridClusterStateProcessor#changeGlobalState(
       ClusterState state,
       Collection<? extends BaselineNode> baselineNodes,
       boolean forceChangeBaselineTopology,
      /* here */ boolean isAutoAdjust /* here */
   )`
   
   8.	Added @Override to 
   `/* here */ @Override /* here */
   IGridClusterStateProcessor#changeGlobalState(
           ClusterState state,
           Collection<? extends BaselineNode> baselineNodes,
           boolean forceChangeBaselineTopology,
           boolean isAutoAdjust
       )`
   
   9.      Removed, combined with #8:
   `IGridClusterStateProcessor#changeGlobalState0(
           ClusterState state,
           BaselineTopology blt,
           boolean forceChangeBaselineTopology,
           boolean isAutoAdjust
       )`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services