public interface RpcbenchPayloadService
extends org.opendaylight.yangtools.yang.binding.RpcService
 rpc routed-rpc-bench {
   input {
     leaf node {
       ext:context-reference node-context;
       type instance-identifier;
     }
     uses payload;
   }
   output {
     uses payload;
   }
 }
 rpc global-rpc-bench {
   input {
     uses payload;
   }
   output {
     uses payload;
   }
 }
 | Modifier and Type | Method and Description | 
|---|---|
| com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GlobalRpcBenchOutput>> | globalRpcBench(GlobalRpcBenchInput input)Interface to the RPC Benchmark's Global RPC Server. | 
| com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedRpcBenchOutput>> | routedRpcBench(RoutedRpcBenchInput input)Interface to RPC Benchmark's Routed RPC Servers. | 
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedRpcBenchOutput>> routedRpcBench(RoutedRpcBenchInput input)
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GlobalRpcBenchOutput>> globalRpcBench(GlobalRpcBenchInput input)
Copyright © 2019 OpenDaylight. All rights reserved.