Swapnil Bawaskar created GEODE-3876:
---------------------------------------
Summary: gfsh command for custom expiry
Key: GEODE-3876
URL: https://issues.apache.org/jira/browse/GEODE-3876
Project: Geode
Issue Type: Sub-task
Components: gfsh
Reporter: Swapnil Bawaskar
When creating or altering a region the ability to add custom expiration is
missing.
It would be great to have something like this:
{code}
alter/create region --name=regioName
[--region-custom-expiry=customExpiryImplementationClassName]
{code}
If the class implementing custom expiry also implements Declarable, we should
add support for passing parameters to the init method:
{{[--custom-expiry-param=value(,value)*]}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)