public class ShowTableMonitorsResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showTableMonitors
.Modifier and Type | Class and Description |
---|---|
static class |
ShowTableMonitorsResponse.AdditionalInfo
A set of string constants for the
ShowTableMonitorsResponse
parameter additionalInfo . |
Constructor and Description |
---|
ShowTableMonitorsResponse()
Constructs a ShowTableMonitorsResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<Map<String,String>> |
getAdditionalInfo()
Additional information about the respective monitors in
monitorIds . |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getDatasinkNames()
List of datasink names for the respective
monitorIds if one is defined. |
List<String> |
getEvents()
List of notification events for the respective
monitorIds . |
List<String> |
getFilterExpressions()
List of filter expressions used on the respective tables in
tableNames to limit records for notifications. |
List<String> |
getIncreasingColumns()
List of columns used on the respective tables in
tableNames that will increase for new records. |
Map<String,String> |
getInfo()
Additional information.
|
List<String> |
getMonitorIds()
List of monitor IDs.
|
List<String> |
getRefreshMethod()
List of refresh methods used on the respective tables in
tableNames . |
List<String> |
getRefreshPeriod()
List of refresh periods used on the respective tables in
tableNames . |
List<String> |
getRefreshStartTime()
List of refresh start times used on the respective tables in
tableNames . |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getTableNames()
List of source tables being monitored for the respective
monitorIds . |
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowTableMonitorsResponse |
setAdditionalInfo(List<Map<String,String>> additionalInfo)
Additional information about the respective monitors in
monitorIds . |
ShowTableMonitorsResponse |
setDatasinkNames(List<String> datasinkNames)
List of datasink names for the respective
monitorIds if one is defined. |
ShowTableMonitorsResponse |
setEvents(List<String> events)
List of notification events for the respective
monitorIds . |
ShowTableMonitorsResponse |
setFilterExpressions(List<String> filterExpressions)
List of filter expressions used on the respective tables in
tableNames to limit records for notifications. |
ShowTableMonitorsResponse |
setIncreasingColumns(List<String> increasingColumns)
List of columns used on the respective tables in
tableNames that will increase for new records. |
ShowTableMonitorsResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowTableMonitorsResponse |
setMonitorIds(List<String> monitorIds)
List of monitor IDs.
|
ShowTableMonitorsResponse |
setRefreshMethod(List<String> refreshMethod)
List of refresh methods used on the respective tables in
tableNames . |
ShowTableMonitorsResponse |
setRefreshPeriod(List<String> refreshPeriod)
List of refresh periods used on the respective tables in
tableNames . |
ShowTableMonitorsResponse |
setRefreshStartTime(List<String> refreshStartTime)
List of refresh start times used on the respective tables in
tableNames . |
ShowTableMonitorsResponse |
setTableNames(List<String> tableNames)
List of source tables being monitored for the respective
monitorIds . |
String |
toString() |
public ShowTableMonitorsResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getMonitorIds()
monitorIds
.public ShowTableMonitorsResponse setMonitorIds(List<String> monitorIds)
monitorIds
- The new value for monitorIds
.this
to mimic the builder pattern.public List<String> getTableNames()
monitorIds
.tableNames
.public ShowTableMonitorsResponse setTableNames(List<String> tableNames)
monitorIds
.tableNames
- The new value for tableNames
.this
to mimic the builder pattern.public List<String> getEvents()
monitorIds
.events
.public ShowTableMonitorsResponse setEvents(List<String> events)
monitorIds
.events
- The new value for events
.this
to mimic the builder pattern.public List<String> getIncreasingColumns()
tableNames
that will increase for new records.increasingColumns
.public ShowTableMonitorsResponse setIncreasingColumns(List<String> increasingColumns)
tableNames
that will increase for new records.increasingColumns
- The new value for increasingColumns
.this
to mimic the builder pattern.public List<String> getFilterExpressions()
tableNames
to limit records for notifications.filterExpressions
.public ShowTableMonitorsResponse setFilterExpressions(List<String> filterExpressions)
tableNames
to limit records for notifications.filterExpressions
- The new value for filterExpressions
.this
to mimic the builder pattern.public List<String> getRefreshMethod()
tableNames
.refreshMethod
.public ShowTableMonitorsResponse setRefreshMethod(List<String> refreshMethod)
tableNames
.refreshMethod
- The new value for refreshMethod
.this
to mimic the builder pattern.public List<String> getRefreshPeriod()
tableNames
.refreshPeriod
.public ShowTableMonitorsResponse setRefreshPeriod(List<String> refreshPeriod)
tableNames
.refreshPeriod
- The new value for refreshPeriod
.this
to mimic the builder pattern.public List<String> getRefreshStartTime()
tableNames
.refreshStartTime
.public ShowTableMonitorsResponse setRefreshStartTime(List<String> refreshStartTime)
tableNames
.refreshStartTime
- The new value for refreshStartTime
.this
to mimic the builder pattern.public List<String> getDatasinkNames()
monitorIds
if one is defined.datasinkNames
.public ShowTableMonitorsResponse setDatasinkNames(List<String> datasinkNames)
monitorIds
if one is defined.datasinkNames
- The new value for datasinkNames
.this
to mimic the builder pattern.public List<Map<String,String>> getAdditionalInfo()
monitorIds
.
MONITOR_TYPE
: Notification
type for the respective monitorIds
and
tableNames
. The default value is ''.
TYPE_SCHEMA
: Notification
type schemas for the respective monitorIds
and tableNames
. The default
value is ''.
MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR
: Materialized view that
implements the change detector
MATERIALIZED_VIEW_FOR_FILTER
: Materialized views created for
the filterExpressions
. The
default value is ''.
REFERENCES
: Reference count on
the respective monitorIds
. The default
value is ''.
DATASINK_JSON
: Datasink
info in JSON format for the respective monitorIds
if one is defined. The default value is ''.
additionalInfo
.public ShowTableMonitorsResponse setAdditionalInfo(List<Map<String,String>> additionalInfo)
monitorIds
.
MONITOR_TYPE
: Notification
type for the respective monitorIds
and
tableNames
. The default value is ''.
TYPE_SCHEMA
: Notification
type schemas for the respective monitorIds
and tableNames
. The default
value is ''.
MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR
: Materialized view that
implements the change detector
MATERIALIZED_VIEW_FOR_FILTER
: Materialized views created for
the filterExpressions
. The
default value is ''.
REFERENCES
: Reference count on
the respective monitorIds
. The default
value is ''.
DATASINK_JSON
: Datasink
info in JSON format for the respective monitorIds
if one is defined. The default value is ''.
additionalInfo
- The new value for additionalInfo
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public ShowTableMonitorsResponse setInfo(Map<String,String> info)
info
- The new value for info
.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2025. All rights reserved.