Uses of Interface
org.apache.hadoop.hbase.client.CommonConnection
-
Packages that use CommonConnection Package Description com.google.cloud.bigtable.hbase1_x com.google.cloud.bigtable.hbase2_x org.apache.hadoop.hbase.client -
-
Uses of CommonConnection in com.google.cloud.bigtable.hbase1_x
Classes in com.google.cloud.bigtable.hbase1_x that implement CommonConnection Modifier and Type Class and Description class
BigtableConnection
HBase 1.x specific implementation ofAbstractBigtableConnection
.Constructors in com.google.cloud.bigtable.hbase1_x with parameters of type CommonConnection Constructor and Description BigtableAdmin(CommonConnection connection)
-
Uses of CommonConnection in com.google.cloud.bigtable.hbase2_x
Constructors in com.google.cloud.bigtable.hbase2_x with parameters of type CommonConnection Constructor and Description BigtableAsyncAdmin(CommonConnection asyncConnection)
BigtableAsyncTable(CommonConnection connection, HBaseRequestAdapter hbaseAdapter)
-
Uses of CommonConnection in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement CommonConnection Modifier and Type Class and Description class
AbstractBigtableConnection
Abstract AbstractBigtableConnection class.class
BigtableAsyncConnection
Bigtable implementation ofAsyncConnection
Fields in org.apache.hadoop.hbase.client declared as CommonConnection Modifier and Type Field and Description protected CommonConnection
AbstractBigtableAdmin. connection
Constructors in org.apache.hadoop.hbase.client with parameters of type CommonConnection Constructor and Description AbstractBigtableAdmin(CommonConnection connection)
Constructor for AbstractBigtableAdmin.
-