Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateTableMonitorResponse |
GPUdb.createTableMonitor(CreateTableMonitorRequest request)
Creates a monitor that watches for a single table modification event
type (insert, update, or delete) on a particular table (identified by
tableName ) and forwards event notifications to subscribers via ZMQ. |
CreateTableMonitorResponse |
GPUdb.createTableMonitor(String tableName,
Map<String,String> options)
Creates a monitor that watches for a single table modification event
type (insert, update, or delete) on a particular table (identified by
tableName ) and forwards event notifications to subscribers via
ZMQ. |
Modifier and Type | Method and Description |
---|---|
CreateTableMonitorResponse |
CreateTableMonitorResponse.setInfo(Map<String,String> info)
Additional information.
|
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTableName(String tableName)
Value of
tableName . |
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTopicId(String topicId)
The ZMQ topic ID to subscribe to for table events.
|
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTypeSchema(String typeSchema)
JSON Avro schema of the table, for use in decoding published records.
|
Copyright © 2025. All rights reserved.