Interface IPFIX
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
This class is a typed interface to the IPFIX Table.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetCacheActiveTimeout(Set<Long> cacheActiveTimeout) voidsetCacheMaxFlows(Set<Long> cacheMaxFlows) voidsetExternalIds(Map<String, String> externalIds) voidsetObsDomainId(Set<Long> obs_domain_id) voidsetObsPointId(Set<Long> obsPointId) voidsetSampling(Set<Long> sampling) voidsetTargets(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
 
 -