Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Changing the queued element sent to the Solver to allow different #69

Merged
merged 3 commits into from
Apr 14, 2014

Conversation

albertshau
Copy link
Contributor

types of solver tasks to allow solving for cluster creation or
addition of services or any other type of cluster operation that
requires solver interaction. As part of this, renaming
ClusterRequest to ClusterCreateRequest.

types of solver tasks to allow solving for cluster creation or
addition of services or any other type of cluster operation that
requires solver interaction. As part of this, renaming
ClusterRequest to ClusterCreateRequest.
…ent-types-of-solve-tasks

Conflicts:
	server/src/main/java/com/continuuity/loom/codec/json/JsonSerde.java
	server/src/test/java/com/continuuity/loom/http/LoomClusterHandlerTest.java
*/
public class SolverRequest {
private final Type type;
private final String serializedRequest;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe call it jsonRequest for more clarity.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@poornachandra
Copy link

Minor comments, otherwise LGTM

albertshau added a commit that referenced this pull request Apr 14, 2014
…f-solve-tasks

Changing the queued element sent to the Solver to allow different
@albertshau albertshau merged commit 998c31f into develop Apr 14, 2014
@wolf31o2 wolf31o2 deleted the feature/add-different-types-of-solve-tasks branch April 25, 2014 01:23
@wolf31o2 wolf31o2 added this to the 0.9.7 milestone May 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants