Interface PhysicalLocatorSet
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface PhysicalLocatorSet extends TypedBaseTable<GenericTableSchema>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Set<UUID>>
getLocatorsColumn()
void
setLocators(Set<UUID> locators)
-
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
-