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 AutoCloseable
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> startTest(StartTestInput input)
RpcbenchmarkService
startTest
in interface RpcbenchmarkService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> testStatus(TestStatusInput input)
RpcbenchmarkService
testStatus
in interface RpcbenchmarkService
Copyright © 2019 OpenDaylight. All rights reserved.