- GCPUtils - Class in io.cdap.wrangler.service.gcp
-
Class description here.
- GCSHandler - Class in io.cdap.wrangler.service.gcs
-
Service to explore GCS filesystem
- GCSHandler() - Constructor for class io.cdap.wrangler.service.gcs.GCSHandler
-
- generateMD5(String) - Static method in class io.cdap.wrangler.ServiceUtils
-
Generates a MD5 hash for a given string.
- get(HttpServiceRequest, HttpServiceResponder, String, String) - Method in class io.cdap.wrangler.service.connections.ConnectionHandler
-
Given a connection id, returns the complete information about the connection.
- get(HttpServiceRequest, HttpServiceResponder, String, String) - Method in class io.cdap.wrangler.service.directive.DirectivesHandler
-
Get information about the workspace.
- get() - Method in class io.cdap.wrangler.service.kafka.KafkaConfiguration
-
- get(HttpServiceRequest, HttpServiceResponder, String, String, long) - Method in class io.cdap.wrangler.service.schema.SchemaRegistryHandler
-
Returns information of schema, including schema requested along with versions available and other metadata.
- get(HttpServiceRequest, HttpServiceResponder, String, String) - Method in class io.cdap.wrangler.service.schema.SchemaRegistryHandler
-
Returns information of schema, including schema requested along with versions available and other metadata.
- getAccountFQDN() - Method in class io.cdap.wrangler.service.adls.ADLSConfiguration
-
- getADLSClientID() - Method in class io.cdap.wrangler.service.adls.ADLSConfiguration
-
- getAWSAccessKeyId() - Method in class io.cdap.wrangler.service.s3.S3Configuration
-
- getAWSSecretKey() - Method in class io.cdap.wrangler.service.s3.S3Configuration
-
- getBigQueryService(ConnectionMeta) - Static method in class io.cdap.wrangler.service.gcp.GCPUtils
-
Create and return BigQuery based on the credentials and project information provided in the connection
- getBuckets() - Method in class io.cdap.wrangler.service.gcs.Buckets
-
- getClientKey() - Method in class io.cdap.wrangler.service.adls.ADLSConfiguration
-
- getConfig(HttpServiceRequest, HttpServiceResponder) - Method in class io.cdap.wrangler.service.directive.DirectivesHandler
-
Updates the configuration.
- getConnection(NamespacedId) - Method in class io.cdap.wrangler.service.common.AbstractWranglerHandler
-
- getConnection() - Method in class io.cdap.wrangler.service.kafka.KafkaConfiguration
-
- getConnectionMeta() - Method in class io.cdap.wrangler.RequestExtractor
-
Get a ConnectionMeta object from the request body.
- getConnectionMeta(ConnectionType) - Method in class io.cdap.wrangler.RequestExtractor
-
Get a ConnectionMeta object from the request body.
- getConnections() - Method in class io.cdap.wrangler.service.connections.ConnectionTypeConfig
-
Return the list of default connections to be created
- getConnectionTypes(HttpServiceRequest, HttpServiceResponder) - Method in class io.cdap.wrangler.service.connections.ConnectionHandler
-
Get the list of connection types that are supported
- getContent() - Method in class io.cdap.wrangler.RequestExtractor
-
- getContent(Charset) - Method in class io.cdap.wrangler.RequestExtractor
-
Returns the content by converting it to UNICODE from the provided charset.
- getContent(String) - Method in class io.cdap.wrangler.RequestExtractor
-
- getContent(String, Class<T>) - Method in class io.cdap.wrangler.RequestExtractor
-
Returns the content transformed into a Class defined.
- getDatabase() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getDefaultConnection() - Method in class io.cdap.wrangler.service.connections.ConnectionTypeConfig
-
Return the connection configured to be shown as default in dataprep - null if not provided
- getDisabledTypes() - Method in class io.cdap.wrangler.service.connections.ConnectionTypeConfig
-
Return the set of disabled connection types
- getEndpointURL() - Method in class io.cdap.wrangler.service.adls.ADLSConfiguration
-
- getHeader(String, String) - Method in class io.cdap.wrangler.RequestExtractor
-
Extracts the HTTP header, if the header is not present, then default value is returned.
- getInstance() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getKeyDeserializer() - Method in class io.cdap.wrangler.service.kafka.KafkaConfiguration
-
- getLocation(String) - Method in class io.cdap.wrangler.service.explorer.Explorer
-
Trick, to extract the URI for a location.
- getMajorVersion() - Method in class io.cdap.wrangler.service.database.JDBCDriverShim
-
- getMethod() - Method in enum io.cdap.wrangler.SamplingMethod
-
- getMinorVersion() - Method in class io.cdap.wrangler.service.database.JDBCDriverShim
-
- getParentLogger() - Method in class io.cdap.wrangler.service.database.JDBCDriverShim
-
- getProject() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getProjectId(ConnectionMeta) - Static method in class io.cdap.wrangler.service.gcp.GCPUtils
-
Get the project id for the connection
- getPropertyInfo(String, Properties) - Method in class io.cdap.wrangler.service.database.JDBCDriverShim
-
- getReferenceName() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getRegion() - Method in class io.cdap.wrangler.service.s3.S3Configuration
-
- getS3BucketInfo(HttpServiceRequest, HttpServiceResponder, String, String, String, int) - Method in class io.cdap.wrangler.service.s3.S3Handler
-
Lists S3 bucket's contents for the given prefix path.
- getSchema() - Method in enum io.cdap.wrangler.service.common.Format
-
- getSchema() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getServiceFilePath() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getSpannerDatabases(HttpServiceRequest, HttpServiceResponder, String, String, String) - Method in class io.cdap.wrangler.service.spanner.SpannerHandler
-
Lists spanner databases for a spanner instance
- getSpannerInstances(HttpServiceRequest, HttpServiceResponder, String, String) - Method in class io.cdap.wrangler.service.spanner.SpannerHandler
-
Lists spanner instances in the project
- getSpannerService(ConnectionMeta) - Static method in class io.cdap.wrangler.service.gcp.GCPUtils
-
Create and return Spanner based on the credentials and project information provided in the connection
- getSpannerTables(HttpServiceRequest, HttpServiceResponder, String, String, String, String) - Method in class io.cdap.wrangler.service.spanner.SpannerHandler
-
Lists spanner tables for a spanner database
- getStorageService(ConnectionMeta) - Static method in class io.cdap.wrangler.service.gcp.GCPUtils
-
Create and return Storage based on the credentials and project information provided in the connection
- getTable() - Method in class io.cdap.wrangler.service.spanner.SpannerSpecification
-
- getValidatedConnection(NamespacedId, ConnectionType) - Method in class io.cdap.wrangler.service.common.AbstractWranglerHandler
-
- getValidatedConnection(ConnectionStore, NamespacedId, ConnectionType) - Method in class io.cdap.wrangler.service.common.AbstractWranglerHandler
-
Validates that the specified connection exists and is of the expected type.
- getValueDeserializer() - Method in class io.cdap.wrangler.service.kafka.KafkaConfiguration
-
- getWorkspace(NamespacedId) - Method in class io.cdap.wrangler.service.common.AbstractWranglerHandler
-
- guessEncoding(byte[]) - Static method in class io.cdap.wrangler.BytesDecoder
-
This method attempts to detect the encoding type of the byte array
being passed to it.