wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r268668855
##########
File path:
common/src/main/java/org/apache/nemo/common/ir/vertex/executionproperty/IgnoreSchedulingTempDataReceiverProperty.java
##########
@@ -49,4 +49,14 @@ private IgnoreSchedulingTempDataReceiverProperty() {
public static IgnoreSchedulingTempDataReceiverProperty of() {
return IGNORE_SCHEDULING_TEMP_DATA_RECEIVER_PROPERTY;
}
+
+ /**
+ * Static method exposing the constructor.
+ *
+ * @param value the boolean value. This is always true by default for this
property.
+ * @return the new execution property.
+ */
+ public static IgnoreSchedulingTempDataReceiverProperty of(final Boolean
value) {
+ return new IgnoreSchedulingTempDataReceiverProperty(value);
+ }
Review comment:
No usages found.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services