public class GlobalBindingRTCServer extends Object implements RpcbenchPayloadService
| Constructor and Description | 
|---|
| GlobalBindingRTCServer() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getNumRpcs() | 
| 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. | 
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GlobalRpcBenchOutput>> globalRpcBench(GlobalRpcBenchInput input)
RpcbenchPayloadServiceglobalRpcBench in interface RpcbenchPayloadServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedRpcBenchOutput>> routedRpcBench(RoutedRpcBenchInput input)
RpcbenchPayloadServiceroutedRpcBench in interface RpcbenchPayloadServicepublic int getNumRpcs()
Copyright © 2019 OpenDaylight. All rights reserved.