Interface LogicalBindingStats
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBytesFromLocal
(Long bytesFromLocal) void
setBytesToLocal
(Long bytesToLocal) void
setPacketsFromLocal
(Long packetsFromLocal) void
setPacketsToLocal
(Long packetsToLocal) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
Method Details
-
getBytesFromLocalColumn
Column<GenericTableSchema,Long> getBytesFromLocalColumn() -
setBytesFromLocal
-
getPacketsFromLocalColumn
Column<GenericTableSchema,Long> getPacketsFromLocalColumn() -
setPacketsFromLocal
-
getBytesToLocalColumn
Column<GenericTableSchema,Long> getBytesToLocalColumn() -
setBytesToLocal
-
getPacketsToLocalColumn
Column<GenericTableSchema,Long> getPacketsToLocalColumn() -
setPacketsToLocal
-