Interface IPFIX
- All Superinterfaces:
- TypedBaseTable<GenericTableSchema>
This class is a typed interface to the IPFIX Table.
- 
Method SummaryModifier 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.TypedBaseTablegetRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
- 
Method Details- 
getTargetsColumnColumn<GenericTableSchema,Set<String>> getTargetsColumn()
- 
setTargets
- 
getSamplingColumnColumn<GenericTableSchema,Set<Long>> getSamplingColumn()
- 
setSampling
- 
getObsDomainIdColumnColumn<GenericTableSchema,Set<Long>> getObsDomainIdColumn()
- 
setObsDomainId
- 
getObsPointIdColumnColumn<GenericTableSchema,Set<Long>> getObsPointIdColumn()
- 
setObsPointId
- 
getCacheActiveTimeoutColumnColumn<GenericTableSchema,Set<Long>> getCacheActiveTimeoutColumn()
- 
setCacheActiveTimeout
- 
getCacheMaxFlowsColumnColumn<GenericTableSchema,Set<Long>> getCacheMaxFlowsColumn()
- 
setCacheMaxFlows
- 
getExternalIdsColumnColumn<GenericTableSchema,Map<String, getExternalIdsColumn()String>> 
- 
setExternalIds
 
-