| 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. |
| Modifier and Type | Method and Description |
|---|---|
CreateTableMonitorRequest |
CreateTableMonitorRequest.setOptions(Map<String,String> options) |
CreateTableMonitorRequest |
CreateTableMonitorRequest.setTableName(String tableName) |
Copyright © 2020. All rights reserved.