Class BaseTraceEntityIntegrationTests

java.lang.Object
io.datarouter.client.hbase.test.BaseTraceEntityIntegrationTests

public abstract class BaseTraceEntityIntegrationTests
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseTraceEntityIntegrationTests​(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
    void testRoundTripped()  
    void testSimple()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseTraceEntityIntegrationTests

      public BaseTraceEntityIntegrationTests​(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