public class DsbenchmarkProvider extends Object implements DsbenchmarkService, AutoCloseable
Constructor and Description |
---|
DsbenchmarkProvider(DOMDataBroker domDataBroker,
DataBroker txChainDataBroker,
DataBroker simpleTxDataBroker) |
Modifier and Type | Method and Description |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
cleanupStore()
Delete data in the test-exec container that may have been left behind from a
previous test run
|
void |
close() |
void |
init() |
Future<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> |
startTest(StartTestInput input)
Start a new data store write test run
|
public DsbenchmarkProvider(DOMDataBroker domDataBroker, DataBroker txChainDataBroker, DataBroker simpleTxDataBroker)
public void init()
public void close()
close
in interface AutoCloseable
public Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> cleanupStore()
DsbenchmarkService
cleanupStore
in interface DsbenchmarkService
public Future<org.opendaylight.yangtools.yang.common.RpcResult<StartTestOutput>> startTest(StartTestInput input)
DsbenchmarkService
startTest
in interface DsbenchmarkService
Copyright © 2019 OpenDaylight. All rights reserved.