Interface LogicalBindingStats
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface LogicalBindingStats extends TypedBaseTable<GenericTableSchema>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Long>
getBytesFromLocalColumn()
Column<GenericTableSchema,Long>
getBytesToLocalColumn()
Column<GenericTableSchema,Long>
getPacketsFromLocalColumn()
Column<GenericTableSchema,Long>
getPacketsToLocalColumn()
void
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 Detail
-
getBytesFromLocalColumn
Column<GenericTableSchema,Long> getBytesFromLocalColumn()
-
setBytesFromLocal
void setBytesFromLocal(Long bytesFromLocal)
-
getPacketsFromLocalColumn
Column<GenericTableSchema,Long> getPacketsFromLocalColumn()
-
setPacketsFromLocal
void setPacketsFromLocal(Long packetsFromLocal)
-
getBytesToLocalColumn
Column<GenericTableSchema,Long> getBytesToLocalColumn()
-
setBytesToLocal
void setBytesToLocal(Long bytesToLocal)
-
getPacketsToLocalColumn
Column<GenericTableSchema,Long> getPacketsToLocalColumn()
-
setPacketsToLocal
void setPacketsToLocal(Long packetsToLocal)
-
-