Uses of Class
org.opendaylight.ovsdb.lib.schema.TableSchema
Package
Description
-
Uses of TableSchema in org.opendaylight.ovsdb.hwvtepsouthbound
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
MonitorRequestBuilder<E extends TableSchema<E>>
class
TableUpdate<E extends TableSchema<E>>
static final class
TableUpdate.RowUpdate<E extends TableSchema<E>>
Modifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdate<E>TableUpdates.getUpdate
(TableSchema<E> table) Modifier and TypeMethodDescription<E extends TableSchema<E>>
TableUpdate<E>TableUpdates.getUpdate
(TableSchema<E> table) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.notation
Modifier and TypeClassDescriptionclass
Column<E extends TableSchema<E>,
D> class
Row<E extends TableSchema<E>>
Modifier and TypeMethodDescription<E extends TableSchema<E>,
T>
TColumn.getData
(ColumnSchema<E, T> anotherSchema) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.operations
Modifier and TypeClassDescriptionclass
Delete<E extends TableSchema<E>>
class
Insert<E extends TableSchema<E>>
class
Mutate<E extends TableSchema<E>>
class
Operation<E extends TableSchema<E>>
class
Select<E extends TableSchema<E>>
class
Update<E extends TableSchema<E>>
Modifier 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>Operations.delete
(TableSchema<E> schema) <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>Operations.mutate
(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E>Operations.mutate
(TypedBaseTable<E> typedTable) <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>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) Modifier and TypeMethodDescription<E extends TableSchema<E>>
Delete<E>Operations.delete
(TableSchema<E> schema) <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>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>Operations.select
(TableSchema<E> schema) void
Operation.setTableSchema
(TableSchema<E> tableSchema) <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) ModifierConstructorDescriptionDelete
(TableSchema<E> schema) Insert
(TableSchema<E> schema) Insert
(TableSchema<E> schema, Row<E> row) Mutate
(TableSchema<E> schema) protected
Operation
(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
Modifier and TypeClassDescriptionclass
ColumnSchema<E extends TableSchema<E>,
D> class
TableSchema<E extends TableSchema<E>>
Modifier 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>>
EModifier and TypeMethodDescriptionprotected <E extends TableSchema<E>>
EDatabaseSchemaImpl.createTableSchema
(Class<E> clazz, TableSchema<E> table) ModifierConstructorDescriptionDatabaseSchemaImpl
(String name, Version version, Map<String, TableSchema> tables) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.schema.typed
-
Uses of TableSchema in org.opendaylight.ovsdb.southbound
Modifier 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
Modifier 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) Modifier 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)