Interface IPFIX
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface IPFIX extends TypedBaseTable<GenericTableSchema>
This class is a typed interface to the IPFIX Table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Set<Long>>
getCacheActiveTimeoutColumn()
Column<GenericTableSchema,Set<Long>>
getCacheMaxFlowsColumn()
Column<GenericTableSchema,Map<String,String>>
getExternalIdsColumn()
Column<GenericTableSchema,Set<Long>>
getObsDomainIdColumn()
Column<GenericTableSchema,Set<Long>>
getObsPointIdColumn()
Column<GenericTableSchema,Set<Long>>
getSamplingColumn()
Column<GenericTableSchema,Set<String>>
getTargetsColumn()
void
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 Detail
-
getTargetsColumn
Column<GenericTableSchema,Set<String>> getTargetsColumn()
-
getSamplingColumn
Column<GenericTableSchema,Set<Long>> getSamplingColumn()
-
getObsDomainIdColumn
Column<GenericTableSchema,Set<Long>> getObsDomainIdColumn()
-
getObsPointIdColumn
Column<GenericTableSchema,Set<Long>> getObsPointIdColumn()
-
getCacheActiveTimeoutColumn
Column<GenericTableSchema,Set<Long>> getCacheActiveTimeoutColumn()
-
getCacheMaxFlowsColumn
Column<GenericTableSchema,Set<Long>> getCacheMaxFlowsColumn()
-
getExternalIdsColumn
Column<GenericTableSchema,Map<String,String>> getExternalIdsColumn()
-
-