You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2018/02/14 17:52:01 UTC

[jira] [Assigned] (GEODE-788) Provide region.clear() implementation for Partitioned Regions

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

Fred Krone reassigned GEODE-788:
--------------------------------

    Assignee: Kirk Lund

> 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: Kirk Lund
>            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)