Java org.springframework.data.gemfire.listener ContinuousQueryDefinition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire.listener ContinuousQueryDefinition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire.listener ContinuousQueryDefinition.

The text is from its open source code.

Constructor

Method

ContinuousQueryListenergetListener()
Returns a reference to the ContinuousQueryListener that will process/handle CQ event notifications.
StringgetName()
Gets the String name of the CQ.
StringgetQuery()
Gets the String query executed by the CQ.
booleanisDurable()
Determines whether the CQ is durable.