Interface OvsdbRPC
- 
- All Known Implementing Classes:
- JsonRpcEndpoint
 
 public interface OvsdbRPC
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceOvsdbRPC.Callback
 - 
Field SummaryFields Modifier and Type Field Description static StringREGISTER_CALLBACK_METHOD
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method 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(Params equest)com.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode>monitor_cancel(Params jsonValue)booleanregisterCallback(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)
 
- 
- 
- 
Field Detail- 
REGISTER_CALLBACK_METHODstatic final String REGISTER_CALLBACK_METHOD - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
get_schemacom.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> get_schema(List<String> dbNames) 
 - 
monitorcom.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> monitor(Params equest) 
 - 
transactcom.google.common.util.concurrent.ListenableFuture<List<com.fasterxml.jackson.databind.JsonNode>> transact(TransactBuilder transact) 
 - 
monitor_cancelcom.google.common.util.concurrent.ListenableFuture<com.fasterxml.jackson.databind.JsonNode> monitor_cancel(Params jsonValue) 
 - 
registerCallbackboolean registerCallback(OvsdbRPC.Callback callback) 
 
- 
 
-