Class MetastoreServiceGrpc.MetastoreServiceImplBase (0.29.0)

public abstract static class MetastoreServiceGrpc.MetastoreServiceImplBase implements BindableService, MetastoreServiceGrpc.AsyncService

Base class for the server implementation of the service MetastoreService.

BigLake Metastore is a serverless, highly available, multi-tenant runtime metastore for Google Cloud Data Analytics products. The BigLake Metastore API defines the following resource model:

  • A collection of Google Cloud projects: /projects/*
  • Each project has a collection of available locations: /locations/*
  • Each location has a collection of catalogs: /catalogs/*
  • Each catalog has a collection of databases: /databases/*
  • Each database has a collection of tables: /tables/*

Inheritance

java.lang.Object > MetastoreServiceGrpc.MetastoreServiceImplBase

Implements

io.grpc.BindableService, MetastoreServiceGrpc.AsyncService

Constructors

MetastoreServiceImplBase()

public MetastoreServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition