Interface IPFIX
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
This class is a typed interface to the IPFIX Table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCacheActiveTimeout
(Set<Long> cacheActiveTimeout) void
setCacheMaxFlows
(Set<Long> cacheMaxFlows) void
setExternalIds
(Map<String, String> externalIds) void
setObsDomainId
(Set<Long> obs_domain_id) void
setObsPointId
(Set<Long> obsPointId) void
setSampling
(Set<Long> sampling) void
setTargets
(Set<String> targets) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
Method Details
-
getTargetsColumn
Column<GenericTableSchema,Set<String>> getTargetsColumn() -
setTargets
-
getSamplingColumn
Column<GenericTableSchema,Set<Long>> getSamplingColumn() -
setSampling
-
getObsDomainIdColumn
Column<GenericTableSchema,Set<Long>> getObsDomainIdColumn() -
setObsDomainId
-
getObsPointIdColumn
Column<GenericTableSchema,Set<Long>> getObsPointIdColumn() -
setObsPointId
-
getCacheActiveTimeoutColumn
Column<GenericTableSchema,Set<Long>> getCacheActiveTimeoutColumn() -
setCacheActiveTimeout
-
getCacheMaxFlowsColumn
Column<GenericTableSchema,Set<Long>> getCacheMaxFlowsColumn() -
setCacheMaxFlows
-
getExternalIdsColumn
Column<GenericTableSchema,Map<String, getExternalIdsColumn()String>> -
setExternalIds
-