Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-788

Provide region.clear() implementation for Partitioned Regions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • core

    Description

      The current PartitionedRegion API doesn't offer a clear operation.

      // 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();
        }
      
      

      Attachments

        Activity

          People

            upthewaterspout Dan Smith
            markito William Markito
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: