public class NtfbenchmarkProvider extends Object implements AutoCloseable, NtfbenchmarkService
| Constructor and Description |
|---|
NtfbenchmarkProvider(NotificationService listenServiceDependency,
NotificationPublishService publishServiceDependency) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init() |
Future<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> |
startTest(StartTestInput input)
Start a new RPC Benchmark test
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> |
testStatus()
Get test status
|
public NtfbenchmarkProvider(NotificationService listenServiceDependency, NotificationPublishService publishServiceDependency)
public void init()
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> startTest(StartTestInput input)
NtfbenchmarkServicestartTest in interface NtfbenchmarkServicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> testStatus()
NtfbenchmarkServicetestStatus in interface NtfbenchmarkServiceCopyright © 2019 OpenDaylight. All rights reserved.