Class BigTableClientNodeFactory

java.lang.Object
io.datarouter.client.hbase.BaseHBaseClientNodeFactory
io.datarouter.gcp.bigtable.BigTableClientNodeFactory
All Implemented Interfaces:
io.datarouter.storage.client.ClientNodeFactory, io.datarouter.storage.client.imp.DatabeanClientNodeFactory

@Singleton public class BigTableClientNodeFactory extends io.datarouter.client.hbase.BaseHBaseClientNodeFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    BigTableClientNodeFactory(BigTableClientType clientType, io.datarouter.client.hbase.callback.CountingBatchCallbackFactory countingBatchCallbackFactory, BigTableClientManager bigTableClientManager, io.datarouter.client.hbase.config.DatarouterHBaseExecutors.DatarouterHbaseClientExecutor datarouterHbaseClientExecutor, io.datarouter.storage.node.adapter.NodeAdapters nodeAdapters)
     
  • Method Summary

    Methods inherited from class io.datarouter.client.hbase.BaseHBaseClientNodeFactory

    createDatabeanNode

    Methods inherited from class java.lang.Object

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

    • BigTableClientNodeFactory

      @Inject public BigTableClientNodeFactory(BigTableClientType clientType, io.datarouter.client.hbase.callback.CountingBatchCallbackFactory countingBatchCallbackFactory, BigTableClientManager bigTableClientManager, io.datarouter.client.hbase.config.DatarouterHBaseExecutors.DatarouterHbaseClientExecutor datarouterHbaseClientExecutor, io.datarouter.storage.node.adapter.NodeAdapters nodeAdapters)