public class RpcbenchmarkProvider extends Object implements AutoCloseable, RpcbenchmarkService
| Constructor and Description | 
|---|
| RpcbenchmarkProvider(RpcProviderRegistry providerRegistry,
                    GlobalBindingRTCServer globalServer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | init() | 
| com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> | startTest(StartTestInput input)Start a new RPC Benchmark test run | 
| com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> | testStatus(TestStatusInput input)Get test status | 
public RpcbenchmarkProvider(RpcProviderRegistry providerRegistry, GlobalBindingRTCServer globalServer)
public void init()
public void close()
close in interface AutoCloseablepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> startTest(StartTestInput input)
RpcbenchmarkServicestartTest in interface RpcbenchmarkServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> testStatus(TestStatusInput input)
RpcbenchmarkServicetestStatus in interface RpcbenchmarkServiceCopyright © 2019 OpenDaylight. All rights reserved.