to final state within mentioned time, we execute the
> scheduler.
>
> Any suggestions in this approach please or any better one?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Detecting-terminal-condition-for-group-
> of-it
approach please or any better one?
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Detecting-terminal-condition-for-group-of-items-in-Ignite-cache-tp9526p9539.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
int id;
> private TradeStatus status;
> private String tradeType;
> public Trade(int id, TradeStatus status, String tradeType) {
> this.id = id;
> this.status = status;
> this.tradeType = tradeType;
> }
>
> //setter getter, equals, hashcode methods
> }
>
> public enum TradeStatus {
> NEW, CHANGED, EXPIRED, FAILED, UNCHANGED , SUCCESS
> }
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Detecting-terminal-condition-for-group-
> of-items-in-Ignite-cache-tp9526.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>
quals, hashcode methods
}
public enum TradeStatus {
NEW, CHANGED, EXPIRED, FAILED, UNCHANGED , SUCCESS
}
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Detecting-terminal-condition-for-group-of-items-in-Ignite-cache-tp9526.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.