Interface Queue
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface Queue extends TypedBaseTable<GenericTableSchema>
This class is a typed interface to the Queue Table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Set<Long>>getDscpColumn()Column<GenericTableSchema,Map<String,String>>getExternalIdsColumn()Column<GenericTableSchema,Map<String,String>>getOtherConfigColumn()voidsetDscp(Set<Long> dscp)voidsetExternalIds(Map<String,String> externalIds)voidsetOtherConfig(Map<String,String> otherConfig)-
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
-
-
-
Method Detail
-
getDscpColumn
Column<GenericTableSchema,Set<Long>> getDscpColumn()
-
getOtherConfigColumn
Column<GenericTableSchema,Map<String,String>> getOtherConfigColumn()
-
getExternalIdsColumn
Column<GenericTableSchema,Map<String,String>> getExternalIdsColumn()
-
-