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)
RpcbenchPayloadService
globalRpcBench
in interface RpcbenchPayloadService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedRpcBenchOutput>> routedRpcBench(RoutedRpcBenchInput input)
RpcbenchPayloadService
routedRpcBench
in interface RpcbenchPayloadService
public int getNumRpcs()
Copyright © 2019 OpenDaylight. All rights reserved.