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 |
---|---|
void |
HwvtepMonitorCallback.update(TableUpdates result,
DatabaseSchema dbSchema) |
Modifier and Type | Method and Description |
---|---|
TableUpdates |
AbstractTransactionCommand.getUpdates() |
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 |
---|---|
void |
MonitorCallBack.update(TableUpdates result,
DatabaseSchema dbSchema) |
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) |
protected TableUpdates |
OvsdbClientImpl.transformingCallback(com.fasterxml.jackson.databind.JsonNode tableUpdatesJson,
DatabaseSchema dbSchema) |
Modifier and Type | Method and Description |
---|---|
TableUpdates |
UpdateNotification.getUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateNotification.setUpdate(TableUpdates update) |
Modifier and Type | Method and Description |
---|---|
static <T> Map<UUID,T> |
TyperUtils.extractRowsOld(Class<T> klazz,
TableUpdates updates,
DatabaseSchema dbSchema)
This method extracts all row updates of Class<T> klazz from a TableUpdates
that correspond to old version of rows of type klazz that have been updated.
|
static <T> Map<UUID,T> |
TyperUtils.extractRowsRemoved(Class<T> klazz,
TableUpdates updates,
DatabaseSchema dbSchema)
This method extracts all row updates of Class<T> klazz from a TableUpdates
that correspond to removal of rows of type klazz.
|
static <T> Map<UUID,T> |
TyperUtils.extractRowsUpdated(Class<T> klazz,
TableUpdates updates,
DatabaseSchema dbSchema)
This method extracts all row updates of Class<T> klazz from a TableUpdates
that correspond to insertion or updates of rows of type klazz.
|
static Map<UUID,TableUpdate.RowUpdate<GenericTableSchema>> |
TyperUtils.extractRowUpdates(Class<?> klazz,
TableUpdates updates,
DatabaseSchema dbSchema)
This method extracts all RowUpdates of Class<T> klazz from a TableUpdates
that correspond to rows of type klazz.
|
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 |
---|---|
void |
OvsdbMonitorCallback.update(TableUpdates result,
DatabaseSchema dbSchema) |
Modifier and Type | Method and Description |
---|---|
TableUpdates |
AbstractTransactionCommand.getUpdates() |
Copyright © 2018 OpenDaylight. All rights reserved.