Uses of Class
org.opendaylight.ovsdb.lib.schema.TableSchema
Packages that use TableSchema
Package
Description
-
Uses of TableSchema in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdatesHwvtepConnectionInstance.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack monitorCallBack) <E extends TableSchema<E>>
TableUpdatesHwvtepConnectionInstance.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack monitorCallBack) -
Uses of TableSchema in org.opendaylight.ovsdb.lib
Methods in org.opendaylight.ovsdb.lib with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdatesOvsdbClient.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack callback) ovsdb monitor operation.<E extends TableSchema<E>>
TableUpdatesOvsdbClient.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack callback, int timeout) ovsdb monitor operation.<E extends TableSchema<E>>
TableUpdatesOvsdbClient.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack callback) ovsdb monitor operation.<E extends TableSchema<E>>
TableUpdatesOvsdbClient.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack callback, int timeout) ovsdb monitor operation. -
Uses of TableSchema in org.opendaylight.ovsdb.lib.impl
Methods in org.opendaylight.ovsdb.lib.impl with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl.monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorCallBack callback) <E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl.monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorCallBack callback, int timeout) <E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl.monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorHandle monitorHandle, MonitorCallBack callback) <E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl.monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorHandle monitorHandle, MonitorCallBack callback, int timeout) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.message
Classes in org.opendaylight.ovsdb.lib.message with type parameters of type TableSchemaModifier and TypeClassDescriptionclassMonitorRequestBuilder<E extends TableSchema<E>>classTableUpdate<E extends TableSchema<E>>static final classTableUpdate.RowUpdate<E extends TableSchema<E>>Methods in org.opendaylight.ovsdb.lib.message with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdate<E> TableUpdates.getUpdate(TableSchema<E> table) Methods in org.opendaylight.ovsdb.lib.message with parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdate<E> TableUpdates.getUpdate(TableSchema<E> table) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.notation
Classes in org.opendaylight.ovsdb.lib.notation with type parameters of type TableSchemaModifier and TypeClassDescriptionclassColumn<E extends TableSchema<E>,D> classRow<E extends TableSchema<E>>Methods in org.opendaylight.ovsdb.lib.notation with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>,T>
TColumn.getData(ColumnSchema<E, T> anotherSchema) Methods in org.opendaylight.ovsdb.lib.notation that return TableSchemaMethods in org.opendaylight.ovsdb.lib.notation with parameters of type TableSchemaConstructors in org.opendaylight.ovsdb.lib.notation with parameters of type TableSchema -
Uses of TableSchema in org.opendaylight.ovsdb.lib.operations
Classes in org.opendaylight.ovsdb.lib.operations with type parameters of type TableSchemaModifier and TypeClassDescriptionclassDelete<E extends TableSchema<E>>classInsert<E extends TableSchema<E>>classMutate<E extends TableSchema<E>>classOperation<E extends TableSchema<E>>classSelect<E extends TableSchema<E>>classUpdate<E extends TableSchema<E>>Methods in org.opendaylight.ovsdb.lib.operations with type parameters of type TableSchemaModifier and TypeMethodDescription<T extends TableSchema<T>,D>
Mutate<E> Mutate.addMutation(ColumnSchema<T, D> columnSchema, Mutator mutator, D value) <D,C extends TableSchema<C>>
Select<E> Select.column(ColumnSchema<C, D> columnSchema) <E extends TableSchema<E>>
Delete<E> DefaultOperations.delete(TableSchema<E> schema) <E extends TableSchema<E>>
Delete<E> Operations.delete(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> DefaultOperations.insert(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> DefaultOperations.insert(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E> DefaultOperations.insert(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Insert<E> Operations.insert(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> Operations.insert(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E> Operations.insert(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Mutate<E> DefaultOperations.mutate(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E> DefaultOperations.mutate(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Mutate<E> Operations.mutate(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E> Operations.mutate(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Select<E> DefaultOperations.select(TableSchema<E> schema) <E extends TableSchema<E>>
Select<E> Operations.select(TableSchema<E> schema) <T extends TableSchema<T>,D>
Update<E> <T extends TableSchema<T>,D>
Update<E> Update.set(ColumnSchema<T, D> columnSchema, D value) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Update<E> Operations.update(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> Operations.update(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> Operations.update(TypedBaseTable<E> typedTable) <D,C extends TableSchema<C>>
Insert<E> <D,C extends TableSchema<C>>
Insert<E> Insert.value(ColumnSchema<C, D> columnSchema, D value) Methods in org.opendaylight.ovsdb.lib.operations that return TableSchemaMethods in org.opendaylight.ovsdb.lib.operations with parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
Delete<E> DefaultOperations.delete(TableSchema<E> schema) <E extends TableSchema<E>>
Delete<E> Operations.delete(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> DefaultOperations.insert(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> DefaultOperations.insert(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E> Operations.insert(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E> Operations.insert(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Mutate<E> DefaultOperations.mutate(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E> Operations.mutate(TableSchema<E> schema) Delete.on(TableSchema schema) Insert.on(TableSchema<E> schema) Mutate.on(TableSchema schema) Select.on(TableSchema schema) Update.on(TableSchema schema) <E extends TableSchema<E>>
Select<E> DefaultOperations.select(TableSchema<E> schema) <E extends TableSchema<E>>
Select<E> Operations.select(TableSchema<E> schema) voidOperation.setTableSchema(TableSchema<E> tableSchema) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> Operations.update(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> Operations.update(TableSchema<E> schema, Row<E> row) Constructors in org.opendaylight.ovsdb.lib.operations with parameters of type TableSchemaModifierConstructorDescriptionDelete(TableSchema<E> schema) Insert(TableSchema<E> schema) Insert(TableSchema<E> schema, Row<E> row) Mutate(TableSchema<E> schema) protectedOperation(TableSchema<E> tableSchema) Operation(TableSchema<E> schema, String operation) Select(TableSchema<E> schema) Update(TableSchema<E> schema) Update(TableSchema<E> schema, Row<E> row) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.schema
Classes in org.opendaylight.ovsdb.lib.schema with type parameters of type TableSchemaModifier and TypeClassDescriptionclassColumnSchema<E extends TableSchema<E>,D> classTableSchema<E extends TableSchema<E>>Subclasses of TableSchema in org.opendaylight.ovsdb.lib.schemaMethods in org.opendaylight.ovsdb.lib.schema with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
Eprotected <E extends TableSchema<E>>
EDatabaseSchemaImpl.createTableSchema(Class<E> clazz, TableSchema<E> table) static <E extends TableSchema<E>,D>
ColumnSchema<E, D> <E extends TableSchema<E>>
E<E extends TableSchema<E>>
E<E extends TableSchema<E>>
EMethods in org.opendaylight.ovsdb.lib.schema with parameters of type TableSchemaModifier and TypeMethodDescriptionprotected <E extends TableSchema<E>>
EDatabaseSchemaImpl.createTableSchema(Class<E> clazz, TableSchema<E> table) Constructors in org.opendaylight.ovsdb.lib.schema with parameters of type TableSchemaConstructor parameters in org.opendaylight.ovsdb.lib.schema with type arguments of type TableSchemaModifierConstructorDescriptionDatabaseSchemaImpl(String name, Version version, Map<String, TableSchema> tables) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.schema.typed
Classes in org.opendaylight.ovsdb.lib.schema.typed with type parameters of type TableSchema -
Uses of TableSchema in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound with type parameters of type TableSchemaModifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdatesOvsdbConnectionInstance.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack callbackArgument) <E extends TableSchema<E>>
TableUpdatesOvsdbConnectionInstance.monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack callbackArgument) -
Uses of TableSchema in org.opendaylight.ovsdb.southbound.ovsdb.transact
Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact with type parameters of type TableSchemaModifier and TypeMethodDescriptionstatic <T extends TableSchema<T>>
voidTransactUtils.stampInstanceIdentifier(Operations op, 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(Operations op, TransactionBuilder transaction, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid, TableSchema<T> tableSchema, ColumnSchema<T, Map<String, String>> columnSchema, InstanceIdentifierCodec instanceIdentifierCodec) Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact with parameters of type TableSchemaModifier and TypeMethodDescriptionstatic <T extends TableSchema<T>>
voidTransactUtils.stampInstanceIdentifier(Operations op, 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(Operations op, TransactionBuilder transaction, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid, TableSchema<T> tableSchema, ColumnSchema<T, Map<String, String>> columnSchema, InstanceIdentifierCodec instanceIdentifierCodec)