public class Ipfix extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Ipfix.IpfixColumn
Ipfix table column name.
|
| Constructor and Description |
|---|
Ipfix(DatabaseSchema dbSchema,
Row row)
Constructs a Ipfix object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getCacheActiveTimeoutColumn()
Get the Column entity which column name is "cache_active_timeout" from
the Row entity of attributes.
|
Column |
getCacheMaxFlowsColumn()
Get the Column entity which column name is "cache_max_flows" from the Row
entity of attributes.
|
Column |
getExternalIdsColumn()
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
|
Column |
getObsDomainIdColumn()
Get the Column entity which column name is "obs_domain_id" from the Row
entity of attributes.
|
Column |
getObsPointIdColumn()
Get the Column entity which column name is "obs_point_id" from the Row
entity of attributes.
|
Column |
getSamplingColumn()
Get the Column entity which column name is "sampling" from the Row entity
of attributes.
|
Column |
getTargetsColumn()
Get the Column entity which column name is "targets" from the Row entity
of attributes.
|
void |
setCacheActiveTimeout(Set<Long> cacheActiveTimeout)
Add a Column entity which column name is "cache_active_timeout" to the
Row entity of attributes.
|
void |
setCacheMaxFlows(Set<Long> cacheMaxFlows)
Add a Column entity which column name is "cache_max_flows" to the Row
entity of attributes.
|
void |
setExternalIds(Map<String,String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setObsDomainId(Set<Long> obsdomainid)
Add a Column entity which column name is "obs_domain_id" to the Row
entity of attributes.
|
void |
setObsPointId(Set<Long> obsPointId)
Add a Column entity which column name is "obs_point_id" to the Row entity
of attributes.
|
void |
setSampling(Set<Long> sampling)
Add a Column entity which column name is "sampling" to the Row entity of
attributes.
|
void |
setTargets(Set<String> targets)
Add a Column entity which column name is "targets" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Ipfix(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getTargetsColumn()
public void setTargets(Set<String> targets)
targets - the column data which column name is "targets"public Column getSamplingColumn()
public void setSampling(Set<Long> sampling)
sampling - the column data which column name is "sampling"public Column getObsDomainIdColumn()
public void setObsDomainId(Set<Long> obsdomainid)
obsdomainid - the column data which column name is "obs_domain_id"public Column getObsPointIdColumn()
public void setObsPointId(Set<Long> obsPointId)
obsPointId - the column data which column name is "obs_point_id"public Column getCacheActiveTimeoutColumn()
public void setCacheActiveTimeout(Set<Long> cacheActiveTimeout)
cacheActiveTimeout - the column data which column name is
"cache_active_timeout"public Column getCacheMaxFlowsColumn()
public void setCacheMaxFlows(Set<Long> cacheMaxFlows)
cacheMaxFlows - the column data which column name is
"cache_max_flows"public Column getExternalIdsColumn()