You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Lynn Gallinat (JIRA)" <ji...@apache.org> on 2017/10/05 23:28:00 UTC

[jira] [Updated] (GEODE-3770) User should be able to mutate WriteInterceptor on existing region

     [ https://issues.apache.org/jira/browse/GEODE-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lynn Gallinat updated GEODE-3770:
---------------------------------
    Summary: User should be able to mutate WriteInterceptor on existing region  (was: Add support to AttributesMutator for WriteInterceptor)

> User should be able to mutate WriteInterceptor on existing region
> -----------------------------------------------------------------
>
>                 Key: GEODE-3770
>                 URL: https://issues.apache.org/jira/browse/GEODE-3770
>             Project: Geode
>          Issue Type: Sub-task
>          Components: regions
>            Reporter: Lynn Gallinat
>
> Add support to AttributesMutator for WriteInterceptor:
> {noformat}
>   /**
>    * Changes the write interceptor for the region.
>    * 
>    * @param interceptor The new write interceptor.
>    * @return The previous write interceptor.
>    */
>   public WriteInterceptor<K, V> setWriteInterceptor(WriteInterceptor<K, V> interceptor);
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)