BigtableSession (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.grpc

Class BigtableSession

  • All Implemented Interfaces:
    Closeable, AutoCloseable


    public class BigtableSession
    extends Object
    implements Closeable
    Encapsulates the creation of Bigtable Grpc services.

    The following functionality is handled by this class:

    1. Creates Executors
    2. Creates Channels - netty ChannelImpls, ReconnectingChannel and ChannelPools
    3. Creates ChannelInterceptors - auth headers, performance interceptors.
    4. Close anything above that needs to be closed (ExecutorService, ChannelImpls)

    Version:
    $Id: $Id
    Author:
    sduskis