Uses of Class
com.gpudb.protocol.CreateTableMonitorResponse
-
Packages that use CreateTableMonitorResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateTableMonitorResponse in com.gpudb
Methods in com.gpudb that return CreateTableMonitorResponse Modifier and Type Method Description CreateTableMonitorResponseGPUdb. createTableMonitor(CreateTableMonitorRequest request)Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified bytableName) and forwards event notifications to subscribers via ZMQ.CreateTableMonitorResponseGPUdb. 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 bytableName) and forwards event notifications to subscribers via ZMQ. -
Uses of CreateTableMonitorResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateTableMonitorResponse Modifier and Type Method Description CreateTableMonitorResponseCreateTableMonitorResponse. setInfo(Map<String,String> info)Additional information.CreateTableMonitorResponseCreateTableMonitorResponse. setTableName(String tableName)Value oftableName.CreateTableMonitorResponseCreateTableMonitorResponse. setTopicId(String topicId)The ZMQ topic ID to subscribe to for table events.CreateTableMonitorResponseCreateTableMonitorResponse. setTypeSchema(String typeSchema)JSON Avro schema of the table, for use in decoding published records.
-