CONTINUOUS_QUERIES
Currently running continuous queries
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about currently running continuous queries.
NAME | TYPE | DESCRIPTION |
|---|---|---|
CACHE_NAME | string | Cache name |
LOCAL_LISTENER | string | toString representation of local listener |
REMOTE_FILTER | string | toString representation of remote filter |
REMOTE_TRANSFORMER | string | toString representation of remote transformer |
LOCAL_TRANSFORMED_LISTENER | string | toString representation of local transformed listener |
LAST_SEND_TIME | long | Last time event batch sent to query originating node |
AUTO_UNSUBSCRIBE | boolean | True if query should be stopped when node disconnected or originating node left |
BUFFER_SIZE | int | Event batch buffer size |
DELAYED_REGISTER | boolean | True if query would be started when corresponding cache started |
INTERVAL | long | Notify interval |
IS_EVENTS | boolean | True if used for subscription to remote events |
IS_MESSAGING | boolean | True if used for subscription to messages. |
IS_QUERY | boolean | True if user started continuous query. |
KEEP_BINARY | boolean | True if keepBinary enabled |
NODE_ID | UUID | Originating node id |
NOTIFY_EXISTING | boolean | True if listener should be notified about existing entries |
OLD_VALUE_REQUIRED | boolean | True if old entry value should be included in event |
ROUTINE_ID | UUID | Query ID |
TOPIC | string | Query topic name |
Updated 10 months ago
