Package io.datarouter.loadtest.storage
Class DatarouterLoadTestGetDao
java.lang.Object
io.datarouter.storage.dao.BaseDao
io.datarouter.loadtest.storage.DatarouterLoadTestGetDao
- All Implemented Interfaces:
LoadTestGetDao,io.datarouter.storage.dao.Dao
@Singleton public class DatarouterLoadTestGetDao extends io.datarouter.storage.dao.BaseDao implements LoadTestGetDao
The node needs to be of a MapStorageReader type, and the client needs to support that type.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatarouterLoadTestGetDao.DatarouterLoadTestGetDaoParamsNested classes/interfaces inherited from interface io.datarouter.loadtest.service.LoadTestGetDao
LoadTestGetDao.NoOpLoadTestGetDao -
Constructor Summary
Constructors Constructor Description DatarouterLoadTestGetDao(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.node.factory.NodeFactory nodeFactory, DatarouterLoadTestGetDao.DatarouterLoadTestGetDaoParams params) -
Method Summary
Modifier and Type Method Description io.datarouter.storage.node.op.raw.read.MapStorageReader<RandomValueKey,RandomValue>getNode()
-
Constructor Details
-
DatarouterLoadTestGetDao
@Inject public DatarouterLoadTestGetDao(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.node.factory.NodeFactory nodeFactory, DatarouterLoadTestGetDao.DatarouterLoadTestGetDaoParams params)
-
-
Method Details
-
getNode
public io.datarouter.storage.node.op.raw.read.MapStorageReader<RandomValueKey,RandomValue> getNode()- Specified by:
getNodein interfaceLoadTestGetDao
-