Uses of Class
org.opendaylight.ovsdb.lib.schema.ColumnSchema
Packages that use ColumnSchema
Package
Description
-
Uses of ColumnSchema in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message with parameters of type ColumnSchemaMethod parameters in org.opendaylight.ovsdb.lib.message with type arguments of type ColumnSchemaModifier and TypeMethodDescriptionMonitorRequestBuilder.addColumns
(List<ColumnSchema<E, ?>> extraColumns) -
Uses of ColumnSchema in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return ColumnSchemaMethods in org.opendaylight.ovsdb.lib.notation with parameters of type ColumnSchemaModifier and TypeMethodDescriptionRow.getColumn
(ColumnSchema<E, D> schema) <E extends TableSchema<E>,
T>
TColumn.getData
(ColumnSchema<E, T> anotherSchema) void
Column.setSchema
(ColumnSchema<E, D> schema) Constructors in org.opendaylight.ovsdb.lib.notation with parameters of type ColumnSchema -
Uses of ColumnSchema in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type ColumnSchemaModifier and TypeMethodDescription<T extends TableSchema<T>,
D>
Mutate<E>Mutate.addMutation
(ColumnSchema<T, D> columnSchema, Mutator mutator, D value) Where.and
(ColumnSchema column, Function function, Object value) <D,
C extends TableSchema<C>>
Select<E>Select.column
(ColumnSchema<C, D> columnSchema) Where.condition
(ColumnSchema column, Function function, Object value) <T extends TableSchema<T>,
D>
Update<E>Update.set
(ColumnSchema<T, D> columnSchema, D value) <D,
C extends TableSchema<C>>
Insert<E>Insert.value
(ColumnSchema<C, D> columnSchema, D value) -
Uses of ColumnSchema in org.opendaylight.ovsdb.lib.schema
Fields in org.opendaylight.ovsdb.lib.schema declared as ColumnSchemaModifier and TypeFieldDescriptionprotected static final ColumnSchema
TableSchema.UUID_COLUMN_SCHMEMA
protected static final ColumnSchema
TableSchema.VERSION_COLUMN_SCHMEMA
Methods in org.opendaylight.ovsdb.lib.schema that return ColumnSchemaModifier and TypeMethodDescription<D> ColumnSchema<E,
D> static <E extends TableSchema<E>,
D>
ColumnSchema<E,D> <D> ColumnSchema<E,
Set<D>> TableSchema.multiValuedColumn
(String column, Class<D> type) <K,
V> ColumnSchema<E, Map<K, V>> TableSchema.multiValuedColumn
(String column, Class<K> keyType, Class<V> valueType) Methods in org.opendaylight.ovsdb.lib.schema that return types with arguments of type ColumnSchemaConstructor parameters in org.opendaylight.ovsdb.lib.schema with type arguments of type ColumnSchemaModifierConstructorDescriptionGenericTableSchema
(String name, Map<String, ColumnSchema> columns) protected
TableSchema
(String name, Map<String, ColumnSchema> columns) -
Uses of ColumnSchema in org.opendaylight.ovsdb.southbound.ovsdb.transact
Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact with parameters of type ColumnSchemaModifier and TypeMethodDescriptionstatic <T extends TableSchema<T>>
voidTransactUtils.stampInstanceIdentifier
(TransactionBuilder transaction, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid, TableSchema<T> tableSchema, ColumnSchema<T, Map<String, String>> columnSchema, InstanceIdentifierCodec instanceIdentifierCodec) static <T extends TableSchema<T>>
Mutate<T>TransactUtils.stampInstanceIdentifierMutation
(TransactionBuilder transaction, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid, TableSchema<T> tableSchema, ColumnSchema<T, Map<String, String>> columnSchema, InstanceIdentifierCodec instanceIdentifierCodec)