Created
December 18, 2017 19:52
-
-
Save Romeh/5cef769766926a948f5c1a07b2b24748 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* the generic reduce response that contain all single collected jobs responses | |
*/ | |
@Builder | |
@Getter | |
@ToString | |
@EqualsAndHashCode | |
public class MapReduceResponse implements Serializable { | |
private Map<String, ServiceResponse> reducedResponses; | |
boolean success; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment