ExpirationAttributes is in the geode external API so you should probably not change it. It is wrong to add settors to it since the class is supposed to be immutable. The only reason its fields are not "final" was to allow serialization to be implemented. So instead of settors just use the constructor to set the timeout and action.
[ Full content available at: https://github.com/apache/geode/pull/3054 ] This message was relayed via gitbox.apache.org for [email protected]
