public class TableDescription extends Object
| Constructor and Description |
|---|
TableDescription(OvsdbTable table)
Constructs a MonitorRequest object.
|
TableDescription(OvsdbTable table,
VersionNum fromVersion)
Constructs a MonitorRequest object.
|
TableDescription(OvsdbTable table,
VersionNum fromVersion,
VersionNum untilVersion)
Constructs a MonitorRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
database()
Returns the database name.
|
String |
fromVersion()
Returns the initial version.
|
String |
name()
Returns the column name.
|
String |
untilVersion()
Returns the end of the version.
|
public TableDescription(OvsdbTable table)
table - OvsdbTable entitypublic TableDescription(OvsdbTable table, VersionNum fromVersion)
table - OvsdbTable entityfromVersion - the initial versionpublic TableDescription(OvsdbTable table, VersionNum fromVersion, VersionNum untilVersion)
table - OvsdbTable entityfromVersion - the initial versionuntilVersion - the end of the versionpublic String name()
public String database()
public String fromVersion()
public String untilVersion()