public interface OvsdbRPC
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
OvsdbRPC.Callback  | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
REGISTER_CALLBACK_METHOD  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Response> | 
cancel(String id)  | 
com.google.common.util.concurrent.ListenableFuture<List<String>> | 
echo()  | 
com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> | 
get_schema(List<String> dbNames)  | 
com.google.common.util.concurrent.ListenableFuture<List<String>> | 
list_dbs()  | 
com.google.common.util.concurrent.ListenableFuture<Object> | 
lock(List<String> id)  | 
com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> | 
monitor_cancel(Params jsonValue)  | 
com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> | 
monitor(Params equest)  | 
boolean | 
registerCallback(OvsdbRPC.Callback callback)  | 
com.google.common.util.concurrent.ListenableFuture<Object> | 
steal(List<String> id)  | 
com.google.common.util.concurrent.ListenableFuture<List<com.fasterxml.jackson.databind.JsonNode>> | 
transact(TransactBuilder transact)  | 
com.google.common.util.concurrent.ListenableFuture<Object> | 
unlock(List<String> id)  | 
static final String REGISTER_CALLBACK_METHOD
com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> get_schema(List<String> dbNames)
com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> monitor(Params equest)
com.google.common.util.concurrent.ListenableFuture<List<com.fasterxml.jackson.databind.JsonNode>> transact(TransactBuilder transact)
com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> monitor_cancel(Params jsonValue)
boolean registerCallback(OvsdbRPC.Callback callback)
Copyright © 2018 OpenDaylight. All rights reserved.