Class DataprocMetastoreGrpc.DataprocMetastoreImplBase
- java.lang.Object
-
- com.google.cloud.metastore.v1alpha.DataprocMetastoreGrpc.DataprocMetastoreImplBase
-
- All Implemented Interfaces:
DataprocMetastoreGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataprocMetastoreGrpc
public abstract static class DataprocMetastoreGrpc.DataprocMetastoreImplBase extends Object implements io.grpc.BindableService, DataprocMetastoreGrpc.AsyncService
Base class for the server implementation of the service DataprocMetastore.Configures and manages metastore services. Metastore services are fully managed, highly available, autoscaled, autohealing, OSS-native deployments of technical metadata management software. Each metastore service exposes a network endpoint through which metadata queries are served. Metadata queries can originate from a variety of sources, including Apache Hive, Apache Presto, and Apache Spark. The Dataproc Metastore API defines the following resource model: * The service works with a collection of Google Cloud projects, named: `/projects/*` * Each project has a collection of available locations, named: `/locations/*` (a location must refer to a Google Cloud `region`) * Each location has a collection of services, named: `/services/*` * Dataproc Metastore services are resources with names of the form: `/projects/{project_number}/locations/{location_id}/services/{service_id}`.
-
-
Constructor Summary
Constructors Constructor Description DataprocMetastoreImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.metastore.v1alpha.DataprocMetastoreGrpc.AsyncService
alterMetadataResourceLocation, createBackup, createMetadataImport, createService, deleteBackup, deleteService, exportMetadata, getBackup, getMetadataImport, getService, listBackups, listMetadataImports, listServices, moveTableToDatabase, queryMetadata, removeIamPolicy, restoreService, updateMetadataImport, updateService
-
-