| 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) |
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTableName(String tableName) |
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTopicId(String topicId) |
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTypeSchema(String typeSchema) |
Copyright © 2020. All rights reserved.