Uses of Class
org.opendaylight.ovsdb.lib.schema.TableSchema
-
-
Uses of TableSchema in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with type parameters of type TableSchema Modifier and Type Method Description <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 TableSchema Modifier and Type Method Description <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 TableSchema Modifier and Type Method Description <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 TableSchema Modifier and Type Class Description classMonitorRequestBuilder<E extends TableSchema<E>>classTableUpdate<E extends TableSchema<E>>static classTableUpdate.RowUpdate<E extends TableSchema<E>>Methods in org.opendaylight.ovsdb.lib.message with type parameters of type TableSchema Modifier and Type Method Description <E extends TableSchema<E>>
TableUpdate<E>TableUpdates. getUpdate(TableSchema<E> table)Methods in org.opendaylight.ovsdb.lib.message with parameters of type TableSchema Modifier and Type Method Description <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 TableSchema Modifier and Type Class Description classColumn<E extends TableSchema<E>,D>classRow<E extends TableSchema<E>>Methods in org.opendaylight.ovsdb.lib.notation with type parameters of type TableSchema Modifier and Type Method Description <E extends TableSchema<E>,T>
TColumn. getData(ColumnSchema<E,T> anotherSchema)Methods in org.opendaylight.ovsdb.lib.notation that return TableSchema Modifier and Type Method Description TableSchema<E>Row. getTableSchema()Methods in org.opendaylight.ovsdb.lib.notation with parameters of type TableSchema Modifier and Type Method Description voidRow. setTableSchema(TableSchema<E> tableSchema)Constructors in org.opendaylight.ovsdb.lib.notation with parameters of type TableSchema Constructor Description Row(TableSchema<E> tableSchema)Row(TableSchema<E> tableSchema, List<Column<E,?>> columns) -
Uses of TableSchema in org.opendaylight.ovsdb.lib.operations
Classes in org.opendaylight.ovsdb.lib.operations with type parameters of type TableSchema Modifier and Type Class Description classDelete<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 TableSchema Modifier and Type Method Description <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>Update. set(Column<T,D> column)<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>Insert. value(Column<C,D> column)<D,C extends TableSchema<C>>
Insert<E>Insert. value(ColumnSchema<C,D> columnSchema, D value)Methods in org.opendaylight.ovsdb.lib.operations that return TableSchema Modifier and Type Method Description TableSchema<E>Operation. getTableSchema()Methods in org.opendaylight.ovsdb.lib.operations with parameters of type TableSchema Modifier and Type Method Description <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<E>Delete. on(TableSchema schema)Insert<E>Insert. on(TableSchema<E> schema)MutateMutate. on(TableSchema schema)SelectSelect. on(TableSchema schema)Update<E>Update. on(TableSchema schema)<E extends TableSchema<E>>
Select<E>Operations. select(TableSchema<E> schema)voidOperation. 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)Constructors in org.opendaylight.ovsdb.lib.operations with parameters of type TableSchema Constructor Description Delete(TableSchema<E> schema)Insert(TableSchema<E> schema)Insert(TableSchema<E> schema, Row<E> row)Mutate(TableSchema<E> schema)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
Classes in org.opendaylight.ovsdb.lib.schema with type parameters of type TableSchema Modifier and Type Class Description classColumnSchema<E extends TableSchema<E>,D>classTableSchema<E extends TableSchema<E>>Subclasses of TableSchema in org.opendaylight.ovsdb.lib.schema Modifier and Type Class Description classGenericTableSchemaMethods in org.opendaylight.ovsdb.lib.schema with type parameters of type TableSchema Modifier and Type Method Description <E extends TableSchema<E>>
ETableSchema. as(Class<E> clazz)protected <E extends TableSchema<E>>
EDatabaseSchemaImpl. createTableSchema(Class<E> clazz, TableSchema<E> table)static <E extends TableSchema<E>,D>
ColumnSchema<E,D>ColumnSchema. fromJson(String name, com.fasterxml.jackson.databind.JsonNode json)<E extends TableSchema<E>>
EDatabaseSchema. table(String tableName, Class<E> clazz)<E extends TableSchema<E>>
EDatabaseSchemaImpl. table(String tableName, Class<E> clazz)<E extends TableSchema<E>>
EForwardingDatabaseSchema. table(String tableName, Class<E> clazz)Methods in org.opendaylight.ovsdb.lib.schema with parameters of type TableSchema Modifier and Type Method Description protected <E extends TableSchema<E>>
EDatabaseSchemaImpl. createTableSchema(Class<E> clazz, TableSchema<E> table)Constructors in org.opendaylight.ovsdb.lib.schema with parameters of type TableSchema Constructor Description GenericTableSchema(TableSchema tableSchema)Constructor parameters in org.opendaylight.ovsdb.lib.schema with type arguments of type TableSchema Constructor Description DatabaseSchemaImpl(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 Modifier and Type Interface Description interfaceTypedBaseTable<E extends TableSchema<E>> -
Uses of TableSchema in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound with type parameters of type TableSchema Modifier and Type Method Description <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 TableSchema Modifier and Type Method Description static <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)Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact with parameters of type TableSchema Modifier and Type Method Description static <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)
-