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() |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> |
startTest(StartTestInput input)
Start a new RPC Benchmark test
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> |
testStatus(TestStatusInput input)
Get test status
|
public NtfbenchmarkProvider(NotificationService listenServiceDependency, NotificationPublishService publishServiceDependency)
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)
NtfbenchmarkService
startTest
in interface NtfbenchmarkService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestStatusOutput>> testStatus(TestStatusInput input)
NtfbenchmarkService
testStatus
in interface NtfbenchmarkService
Copyright © 2019 OpenDaylight. All rights reserved.