Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
HwvtepConnectionInstance.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorCallBack callback) |
<E extends TableSchema<E>> |
HwvtepConnectionInstance.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorHandle monitorHandle,
MonitorCallBack callback) |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
OvsdbClient.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorCallBack callback)
ovsdb monitor operation.
|
<E extends TableSchema<E>> |
OvsdbClient.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorCallBack callback,
int timeout)
ovsdb monitor operation.
|
<E extends TableSchema<E>> |
OvsdbClient.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorHandle monitorHandle,
MonitorCallBack callback)
ovsdb monitor operation.
|
<E extends TableSchema<E>> |
OvsdbClient.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorHandle monitorHandle,
MonitorCallBack callback,
int timeout)
ovsdb monitor operation.
|
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
OvsdbClientImpl.monitor(DatabaseSchema dbSchema,
List<MonitorRequest> monitorRequest,
MonitorCallBack callback) |
<E extends TableSchema<E>> |
OvsdbClientImpl.monitor(DatabaseSchema dbSchema,
List<MonitorRequest> monitorRequest,
MonitorCallBack callback,
int timeout) |
<E extends TableSchema<E>> |
OvsdbClientImpl.monitor(DatabaseSchema dbSchema,
List<MonitorRequest> monitorRequest,
MonitorHandle monitorHandle,
MonitorCallBack callback) |
<E extends TableSchema<E>> |
OvsdbClientImpl.monitor(DatabaseSchema dbSchema,
List<MonitorRequest> monitorRequest,
MonitorHandle monitorHandle,
MonitorCallBack callback,
int timeout) |
Modifier and Type | Class and Description |
---|---|
class |
MonitorRequestBuilder<E extends TableSchema<E>> |
class |
TableUpdate<E extends TableSchema<E>> |
class |
TableUpdate.RowUpdate<E extends TableSchema<E>> |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
TableUpdates.getUpdate(TableSchema<E> table) |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
TableUpdates.getUpdate(TableSchema<E> table) |
Modifier and Type | Class and Description |
---|---|
class |
Column<E extends TableSchema<E>,D> |
class |
Row<E extends TableSchema<E>> |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>,T> |
Column.getData(ColumnSchema<E,T> anotherSchema) |
Modifier and Type | Method and Description |
---|---|
TableSchema<E> |
Row.getTableSchema() |
Modifier and Type | Method and Description |
---|---|
void |
Row.setTableSchema(TableSchema<E> tableSchema) |
Constructor and Description |
---|
Row(TableSchema<E> tableSchema) |
Row(TableSchema<E> tableSchema,
List<Column<E,?>> columns) |
Modifier and Type | Class and Description |
---|---|
class |
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 Type | Method and Description |
---|---|
<T extends TableSchema<T>,D> |
Mutate.addMutation(ColumnSchema<T,D> columnSchema,
Mutator mutator,
D value) |
<D,C extends TableSchema<C>> |
Select.column(ColumnSchema<C,D> columnSchema) |
<E extends TableSchema<E>> |
Operations.delete(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema,
Row<E> row) |
<E extends TableSchema<E>> |
Operations.insert(TypedBaseTable<E> typedTable) |
<E extends TableSchema<E>> |
Operations.mutate(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.mutate(TypedBaseTable<E> typedTable) |
<E extends TableSchema<E>> |
Operations.select(TableSchema<E> schema) |
<T extends TableSchema<T>,D> |
Update.set(Column<T,D> column) |
<T extends TableSchema<T>,D> |
Update.set(ColumnSchema<T,D> columnSchema,
D value) |
<E extends TableSchema<E>> |
Operations.update(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.update(TableSchema<E> schema,
Row<E> row) |
<E extends TableSchema<E>> |
Operations.update(TypedBaseTable<E> typedTable) |
<D,C extends TableSchema<C>> |
Insert.value(Column<C,D> column) |
<D,C extends TableSchema<C>> |
Insert.value(ColumnSchema<C,D> columnSchema,
D value) |
Modifier and Type | Method and Description |
---|---|
TableSchema<E> |
Operation.getTableSchema() |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
Operations.delete(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema,
Row<E> row) |
<E extends TableSchema<E>> |
Operations.mutate(TableSchema<E> schema) |
Update<E> |
Update.on(TableSchema schema) |
Select |
Select.on(TableSchema schema) |
Mutate |
Mutate.on(TableSchema schema) |
Delete<E> |
Delete.on(TableSchema schema) |
Insert<E> |
Insert.on(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.select(TableSchema<E> schema) |
void |
Operation.setTableSchema(TableSchema<E> tableSchema) |
<E extends TableSchema<E>> |
Operations.update(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.update(TableSchema<E> schema,
Row<E> row) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnSchema<E extends TableSchema<E>,D> |
class |
TableSchema<E extends TableSchema<E>> |
Modifier and Type | Class and Description |
---|---|
class |
GenericTableSchema |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
TableSchema.as(Class<E> clazz) |
protected <E extends TableSchema<E>> |
DatabaseSchema.createTableSchema(Class<E> clazz,
TableSchema<E> table) |
<E extends TableSchema<E>> |
DatabaseSchema.table(String tableName,
Class<E> clazz) |
Modifier and Type | Method and Description |
---|---|
protected <E extends TableSchema<E>> |
DatabaseSchema.createTableSchema(Class<E> clazz,
TableSchema<E> table) |
Constructor and Description |
---|
GenericTableSchema(TableSchema tableSchema) |
Constructor and Description |
---|
DatabaseSchema(Map<String,TableSchema> tables) |
DatabaseSchema(String name,
Version version,
Map<String,TableSchema> tables) |
Modifier and Type | Interface and Description |
---|---|
interface |
TypedBaseTable<E extends TableSchema<E>> |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
OvsdbConnectionInstance.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorCallBack callbackArgument) |
<E extends TableSchema<E>> |
OvsdbConnectionInstance.monitor(DatabaseSchema schema,
List<MonitorRequest> monitorRequests,
MonitorHandle monitorHandle,
MonitorCallBack callbackArgument) |
Modifier and Type | Method and Description |
---|---|
static <T extends TableSchema<T>> |
TransactUtils.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>> |
TransactUtils.stampInstanceIdentifierMutation(TransactionBuilder transaction,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid,
TableSchema<T> tableSchema,
ColumnSchema<T,Map<String,String>> columnSchema,
InstanceIdentifierCodec instanceIdentifierCodec) |
Modifier and Type | Method and Description |
---|---|
static <T extends TableSchema<T>> |
TransactUtils.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>> |
TransactUtils.stampInstanceIdentifierMutation(TransactionBuilder transaction,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid,
TableSchema<T> tableSchema,
ColumnSchema<T,Map<String,String>> columnSchema,
InstanceIdentifierCodec instanceIdentifierCodec) |
Copyright © 2018 OpenDaylight. All rights reserved.