Interface Mirror
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
This class is a typed interface to the Mirror Table.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setExternalIds
(Map<String, String> externalIds) void
void
setOutputPort
(Set<UUID> outputPort) void
setOutputVlan
(Set<Long> outputVlan) void
setSelectAll
(Boolean selectAll) void
setSelectDstPort
(Set<UUID> selectDstPrt) void
setSelectSrcPort
(Set<UUID> selectSrcPort) void
setSelectVlan
(Set<Long> selectVlan) void
setSnaplen
(Set<Long> snaplen) void
setStatistics
(Map<String, Long> statistics) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
Method Details
-
getNameColumn
Column<GenericTableSchema,String> getNameColumn() -
setName
-
getName
-
getSelectSrcPortColumn
Column<GenericTableSchema,Set<UUID>> getSelectSrcPortColumn() -
setSelectSrcPort
-
getSelectDstPortColumn
Column<GenericTableSchema,Set<UUID>> getSelectDstPortColumn() -
setSelectDstPort
-
getSelectVlanColumn
Column<GenericTableSchema,Set<Long>> getSelectVlanColumn() -
setSelectVlan
-
getOutputPortColumn
Column<GenericTableSchema,Set<UUID>> getOutputPortColumn() -
setOutputPort
-
getOutputVlanColumn
Column<GenericTableSchema,Set<Long>> getOutputVlanColumn() -
setOutputVlan
-
getSnaplenColumn
Column<GenericTableSchema,Set<Long>> getSnaplenColumn() -
setSnaplen
-
getStatisticsColumn
Column<GenericTableSchema,Map<String, getStatisticsColumn()Long>> -
setStatistics
-
getExternalIdsColumn
Column<GenericTableSchema,Map<String, getExternalIdsColumn()String>> -
setExternalIds
-
getSelectAllColumn
Column<GenericTableSchema,Boolean> getSelectAllColumn() -
setSelectAll
-