Package io.datarouter.client.hbase.test
Class DatarouterEntityTestDao
java.lang.Object
io.datarouter.storage.dao.BaseDao
io.datarouter.client.hbase.test.DatarouterEntityTestDao
- All Implemented Interfaces:
io.datarouter.storage.dao.Dao,io.datarouter.storage.dao.TestDao
@Singleton
public class DatarouterEntityTestDao
extends io.datarouter.storage.dao.BaseDao
implements io.datarouter.storage.dao.TestDao
-
Constructor Summary
Constructors Constructor Description DatarouterEntityTestDao(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.node.factory.EntityNodeFactory entityNodeFactory, io.datarouter.storage.node.factory.WideNodeFactory wideNodeFactory, io.datarouter.storage.client.ClientId clientId) -
Method Summary
Modifier and Type Method Description TestEntity.TestTraceEntitygetEntity(TestEntity.TestTraceEntityKey key)voidput(TestEntity.TestTrace databean)voidputMulti(java.util.Collection<TestEntity.TestTrace> traces, java.util.Collection<TestEntity.TestTraceThread> threads, java.util.Collection<TestEntity.TestTraceSpan> spans)
-
Constructor Details
-
DatarouterEntityTestDao
@Inject public DatarouterEntityTestDao(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.node.factory.EntityNodeFactory entityNodeFactory, io.datarouter.storage.node.factory.WideNodeFactory wideNodeFactory, io.datarouter.storage.client.ClientId clientId)
-
-
Method Details
-
put
-
putMulti
public void putMulti(java.util.Collection<TestEntity.TestTrace> traces, java.util.Collection<TestEntity.TestTraceThread> threads, java.util.Collection<TestEntity.TestTraceSpan> spans) -
getEntity
-