kirklund commented on a change in pull request #6460:
URL: https://github.com/apache/geode/pull/6460#discussion_r647858327



##########
File path: 
geode-core/src/main/java/org/apache/geode/cache/asyncqueue/internal/InternalAsyncEventQueue.java
##########
@@ -28,4 +28,6 @@
   void stop();
 
   void destroy();
+
+  boolean isPartitionedRegionClearUnsupported();
 }

Review comment:
       I added it to the interface so 
PartitionedRegionClear.requireAsyncEventQueuesSupportPartitionedRegionClear() 
can depend on just the interface rather than the concrete classes.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to