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

Dan Smith reassigned GEODE-788:
-------------------------------

    Assignee: Dan Smith  (was: Nick Vallely)

> Provide region.clear() implementation for Partitioned Regions
> -------------------------------------------------------------
>
>                 Key: GEODE-788
>                 URL: https://issues.apache.org/jira/browse/GEODE-788
>             Project: Geode
>          Issue Type: New Feature
>          Components: core
>            Reporter: William Markito Oliveira
>            Assignee: Dan Smith
>            Priority: Major
>
> The current PartitionedRegion API doesn't offer a clear operation.
> {code}
> // from PartitionedRegion.java 
>  /**
>    * @since 5.0
>    * @throws UnsupportedOperationException
>    * OVERRIDES
>    */
>  @Override
>  public void clear() {
>     throw new UnsupportedOperationException();
>   }
>   @Override
>   void basicClear(RegionEventImpl regionEvent, boolean cacheWrite) {
>     throw new UnsupportedOperationException();
>   }
>   @Override
>   void basicLocalClear(RegionEventImpl event) {
>     throw new UnsupportedOperationException();
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to