public class TableDescription
extends java.lang.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 |
|---|---|
java.lang.String |
database()
Returns the database name.
|
java.lang.String |
fromVersion()
Returns the initial version.
|
java.lang.String |
name()
Returns the column name.
|
java.lang.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 java.lang.String name()
public java.lang.String database()
public java.lang.String fromVersion()
public java.lang.String untilVersion()