Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateTableMonitorResponse |
GPUdb.createTableMonitor(CreateTableMonitorRequest request)
Creates a monitor that watches for new records inserted into a
particular table (identified by
tableName ) and forwards copies
to subscribers via ZMQ. |
CreateTableMonitorResponse |
GPUdb.createTableMonitor(String tableName,
Map<String,String> options)
Creates a monitor that watches for new records inserted into a
particular table (identified by
tableName ) and forwards copies
to subscribers via ZMQ. |
Modifier and Type | Method and Description |
---|---|
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTableName(String tableName) |
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTopicId(String topicId) |
CreateTableMonitorResponse |
CreateTableMonitorResponse.setTypeSchema(String typeSchema) |
Copyright © 2019. All rights reserved.