Class BigTableOptions

java.lang.Object
io.datarouter.client.hbase.client.HBaseOptions
io.datarouter.gcp.bigtable.client.BigTableOptions

@Singleton
public class BigTableOptions
extends io.datarouter.client.hbase.client.HBaseOptions
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static java.lang.String PROP_credentialsLocation  
    protected static java.lang.String PROP_instanceId  
    protected static java.lang.String PROP_projectId  

    Fields inherited from class io.datarouter.client.hbase.client.HBaseOptions

    PROP_maxHTables, PROP_maxThreadsPerHTable, PROP_minPoolSize, PROP_minThreadsPerHTable, PROP_zookeeperQuorum
  • Constructor Summary

    Constructors 
    Constructor Description
    BigTableOptions()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String credentialsLocation​(java.lang.String clientName)  
    java.lang.String findInstanceId​(java.lang.String clientName)  
    java.lang.String findProjectId​(java.lang.String clientName)  
    java.lang.String instanceId​(java.lang.String clientName)  
    protected static java.lang.String makeBigtableKey​(java.lang.String propertyKey)  
    java.lang.String projectId​(java.lang.String clientName)  

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

    makeHbaseKey, maxHTables, maxThreadsPerHTable, minThreadsPerHTable, zookeeperQuorum

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait