[
https://issues.apache.org/jira/browse/GEODE-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lynn Gallinat updated GEODE-3770:
---------------------------------
Description:
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}
was:
{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}
> Add support to AttributesMutator for WriteInterceptor
> -----------------------------------------------------
>
> 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)