public class KafkaProducerNode.UserTable extends NodePropertyTable
Table name = userTable Row names = UserTableRow
copyright
Modifier and Type | Method and Description |
---|---|
void |
addRow(KafkaProducerNode.UserTableRow row)
Adds a UserTableRow to the table
|
KafkaProducerNode.UserTableRow |
createRow()
Use to create a new row for this table.
|
java.util.Vector<KafkaProducerNode.UserTableRow> |
getRows() |
void |
removeRow(KafkaProducerNode.UserTableRow row)
Remove a UserTableRow from the table
|
getTableName
public java.util.Vector<KafkaProducerNode.UserTableRow> getRows()
getRows
in class NodePropertyTable
public KafkaProducerNode.UserTableRow createRow()
NodePropertyTable
public void addRow(KafkaProducerNode.UserTableRow row)
row
- UserTableRow ; the row to add to the tablepublic void removeRow(KafkaProducerNode.UserTableRow row)
row
- UserTableRow ; the row to remove from the table