Skip navigation links
A B C D E F G H I J K M N P R S T U V W 

A

ADLSConnectionSample - Class in io.cdap.wrangler.proto.adls
ADLS connection sample information.
ADLSConnectionSample(String, String, String, String, String) - Constructor for class io.cdap.wrangler.proto.adls.ADLSConnectionSample
 
ADLSDirectoryEntryInfo - Class in io.cdap.wrangler.proto.adls
Information about an ADLS directory entry.
ADLSDirectoryEntryInfo.Builder - Class in io.cdap.wrangler.proto.adls
Builds ADLSDirectoryEntryInfo instances.
AllowedDriverInfo - Class in io.cdap.wrangler.proto.db
Information about an allowed JDBC driver plugin.
AllowedDriverInfo(String, String, String, String, String, boolean) - Constructor for class io.cdap.wrangler.proto.db.AllowedDriverInfo
 
Artifact - Class in io.cdap.wrangler.proto.workspace.v2
An artifact.
Artifact(String, String, String) - Constructor for class io.cdap.wrangler.proto.workspace.v2.Artifact
 

B

BadRequestException - Exception in io.cdap.wrangler.proto
Thrown if user provided input is invalid.
BadRequestException(String) - Constructor for exception io.cdap.wrangler.proto.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception io.cdap.wrangler.proto.BadRequestException
 
BigQuerySpec - Class in io.cdap.wrangler.proto.bigquery
Plugin specification for a BigQuery pipeline source.
BigQuerySpec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.bigquery.BigQuerySpec
 
build() - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
build() - Method in class io.cdap.wrangler.proto.connection.Connection.Builder
 
build() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
build() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
build() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeId.Builder
 
build() - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
build() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace.Builder
 
builder(String, String) - Static method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo
 
builder(NamespacedId) - Static method in class io.cdap.wrangler.proto.connection.Connection
 
builder(NamespacedId, ConnectionMeta) - Static method in class io.cdap.wrangler.proto.connection.Connection
 
Builder(NamespacedId) - Constructor for class io.cdap.wrangler.proto.connection.Connection.Builder
 
builder() - Static method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
builder(T) - Static method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
Builder() - Constructor for class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
builder(RecipeId) - Static method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
builder(Recipe) - Static method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
builder(NamespaceSummary) - Static method in class io.cdap.wrangler.proto.recipe.v2.RecipeId
 
builder(RecipeId) - Static method in class io.cdap.wrangler.proto.recipe.v2.RecipeId
 
builder(String, String) - Static method in class io.cdap.wrangler.proto.s3.S3ObjectInfo
 
builder(String, String) - Static method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
builder(Workspace) - Static method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 

C

ColumnStatistics - Class in io.cdap.wrangler.proto.workspace
Statistics about the result of executing directives on a workspace.
ColumnStatistics(Map<String, Float>, Map<String, Float>) - Constructor for class io.cdap.wrangler.proto.workspace.ColumnStatistics
 
ColumnValidationResult - Class in io.cdap.wrangler.proto.workspace
Whether a column is valid or not.
ColumnValidationResult(String) - Constructor for class io.cdap.wrangler.proto.workspace.ColumnValidationResult
 
ConflictException - Exception in io.cdap.wrangler.proto
Thrown when there is some conflict
ConflictException(String) - Constructor for exception io.cdap.wrangler.proto.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception io.cdap.wrangler.proto.ConflictException
 
CONN_UPGRADABLE_TYPES - Static variable in enum io.cdap.wrangler.proto.connection.ConnectionType
 
Connection - Class in io.cdap.wrangler.proto.connection
Basic connection object.
Connection(NamespacedId, ConnectionType, String, String, long, long, Map<String, String>) - Constructor for class io.cdap.wrangler.proto.connection.Connection
 
Connection(NamespacedId, ConnectionType, String, String, long, long, Map<String, String>, boolean) - Constructor for class io.cdap.wrangler.proto.connection.Connection
 
Connection.Builder - Class in io.cdap.wrangler.proto.connection
Creates Connections.
ConnectionMeta - Class in io.cdap.wrangler.proto.connection
Metadata about a connection.
ConnectionMeta(ConnectionType, String, String, Map<String, String>) - Constructor for class io.cdap.wrangler.proto.connection.ConnectionMeta
 
ConnectionMeta.Builder<T extends ConnectionMeta.Builder> - Class in io.cdap.wrangler.proto.connection
Creates ConnectionMeta objects.
ConnectionSample - Class in io.cdap.wrangler.proto
Information about a sample taken using a connection.
ConnectionSample(String, String, String, String, String) - Constructor for class io.cdap.wrangler.proto.ConnectionSample
 
ConnectionType - Enum in io.cdap.wrangler.proto.connection
This class ConnectionType defines different connections from which the data is extracted.
Contexts - Class in io.cdap.wrangler.proto
Constants related to an endpoint context.
Contexts() - Constructor for class io.cdap.wrangler.proto.Contexts
 

D

DataModelInfo - Class in io.cdap.wrangler.proto.workspace
The DataModelInfo object contains the properties for adding a DataModel to the workspace.
DataModelInfo(String, Long) - Constructor for class io.cdap.wrangler.proto.workspace.DataModelInfo
 
DataModelRequest - Class in io.cdap.wrangler.proto.workspace
The DataModelRequest object contains the properties for adding a DataModel to the workspace.
DataModelRequest(String, Long) - Constructor for class io.cdap.wrangler.proto.workspace.DataModelRequest
 
DataModelSchemaEntry - Class in io.cdap.wrangler.proto.schema
DataModelSchemaEntry represents the meta data of a data model.
DataModelSchemaEntry(NamespacedId, String, String, Long) - Constructor for class io.cdap.wrangler.proto.schema.DataModelSchemaEntry
 
DataModelUrlRequest - Class in io.cdap.wrangler.proto.schema
Request for loading data models
DatasetInfo - Class in io.cdap.wrangler.proto.bigquery
Information about a BigQuery dataset.
DatasetInfo(String, String, String, Long, Long) - Constructor for class io.cdap.wrangler.proto.bigquery.DatasetInfo
 
DBSpec - Class in io.cdap.wrangler.proto.db
Specification for an DB pipeline source plugin.
DBSpec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.db.DBSpec
 
DEFAULT - Static variable in class io.cdap.wrangler.proto.Contexts
 
description - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
description - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
DirectiveArtifact - Class in io.cdap.wrangler.proto.workspace
Information about an artifact that contains a directive.
DirectiveArtifact(ArtifactInfo) - Constructor for class io.cdap.wrangler.proto.workspace.DirectiveArtifact
 
DirectiveArtifact(String, String, String) - Constructor for class io.cdap.wrangler.proto.workspace.DirectiveArtifact
 
DirectiveDescriptor - Class in io.cdap.wrangler.proto.workspace
Describes a directive.
DirectiveDescriptor(PluginClass, DirectiveArtifact) - Constructor for class io.cdap.wrangler.proto.workspace.DirectiveDescriptor
 
DirectiveExecutionRequest - Class in io.cdap.wrangler.proto.workspace.v2
Directive execution request for v2 endpoint
DirectiveExecutionRequest(List<String>, int) - Constructor for class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionRequest
 
DirectiveExecutionResponse - Class in io.cdap.wrangler.proto.workspace
The result of executing directives on a workspace.
DirectiveExecutionResponse(Collection<Map<String, Object>>, Collection<String>, Map<String, String>, List<String>) - Constructor for class io.cdap.wrangler.proto.workspace.DirectiveExecutionResponse
 
DirectiveExecutionResponse - Class in io.cdap.wrangler.proto.workspace.v2
V2 version of execution response
DirectiveExecutionResponse(List<Map<String, Object>>, Set<String>, Map<String, String>, WorkspaceValidationResult) - Constructor for class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionResponse
 
DirectiveUsage - Class in io.cdap.wrangler.proto.workspace
Information about how to use a directive
DirectiveUsage(String, String, String, boolean, boolean, String, UsageDefinition, String[]) - Constructor for class io.cdap.wrangler.proto.workspace.DirectiveUsage
 
DirectiveUsage - Class in io.cdap.wrangler.proto.workspace.v2
V2 version for directives
DirectiveUsage(String, String, String, String, UsageDefinition, String[]) - Constructor for class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 

E

equals(Object) - Method in class io.cdap.wrangler.proto.connection.Connection
 
equals(Object) - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
equals(Object) - Method in class io.cdap.wrangler.proto.Namespace
 
equals(Object) - Method in class io.cdap.wrangler.proto.NamespacedId
 
equals(Object) - Method in class io.cdap.wrangler.proto.Recipe
 
equals(Object) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
equals(Object) - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeId
 
equals(Object) - Method in class io.cdap.wrangler.proto.RequestV1
 
equals(Object) - Method in class io.cdap.wrangler.proto.Sampling
 
equals(Object) - Method in class io.cdap.wrangler.proto.schema.DataModelSchemaEntry
 
equals(Object) - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
equals(Object) - Method in class io.cdap.wrangler.proto.Workspace
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.Artifact
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.Plugin
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.StageSpec
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceDetail
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceId
 
equals(Object) - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceSpec
 
equals(Object) - Method in class io.cdap.wrangler.proto.WorkspaceIdentifier
 
ErrorRecordsException - Exception in io.cdap.wrangler.proto
An exception that contains error records.
ErrorRecordsException(List<ErrorRecordBase>) - Constructor for exception io.cdap.wrangler.proto.ErrorRecordsException
 

F

FileConnectionSample - Class in io.cdap.wrangler.proto.file
Information about a sample taken from a GCS Object.
FileConnectionSample(String, String, String, String, String, String, String, String) - Constructor for class io.cdap.wrangler.proto.file.FileConnectionSample
 
FileQueryDetails - Class in io.cdap.wrangler.proto.adls
A file utility encapsulating query parameters related to it.
FileQueryDetails(String, String, int, String, double, String) - Constructor for class io.cdap.wrangler.proto.adls.FileQueryDetails
 
FileSpec - Class in io.cdap.wrangler.proto.file
Plugin specification for a File pipeline source.
FileSpec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.file.FileSpec
 

G

GCSBucketInfo - Class in io.cdap.wrangler.proto.gcs
Information about a GCS bucket.
GCSBucketInfo(String, String, String, long, String, long, boolean) - Constructor for class io.cdap.wrangler.proto.gcs.GCSBucketInfo
 
GCSConnectionSample - Class in io.cdap.wrangler.proto.gcs
Information about a sample taken from a GCS Object.
GCSConnectionSample(String, String, String, String, String, String, String, String, String) - Constructor for class io.cdap.wrangler.proto.gcs.GCSConnectionSample
 
GCSObjectInfo - Class in io.cdap.wrangler.proto.gcs
Information about a GCS object.
GCSObjectInfo(String, String, String, String, Long, boolean) - Constructor for class io.cdap.wrangler.proto.gcs.GCSObjectInfo
 
GCSObjectInfo(String, String, String, String, Long, boolean, String, Long, Long, Long, Boolean) - Constructor for class io.cdap.wrangler.proto.gcs.GCSObjectInfo
 
GCSSpec - Class in io.cdap.wrangler.proto.gcs
Plugin specification for a GCS pipeline source.
GCSSpec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.gcs.GCSSpec
 
generation - Variable in class io.cdap.wrangler.proto.Namespace
 
getArguments() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 
getArtifact() - Method in class io.cdap.wrangler.proto.workspace.v2.Plugin
 
getCategories() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 
getCode() - Method in exception io.cdap.wrangler.proto.StatusCodeException
 
getConnection() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceCreationRequest
 
getConnectionName() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
getConnectionType() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
getConnectionType() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceCreationRequest
 
getConnectorName() - Method in enum io.cdap.wrangler.proto.connection.ConnectionType
 
getCount() - Method in class io.cdap.wrangler.proto.ServiceResponse
 
getCount() - Method in class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
getCreated() - Method in class io.cdap.wrangler.proto.connection.Connection
 
getCreatedTimeMillis() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getCreatedTimeMillis() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getCurrent() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
getDescription() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
getDescription() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getDescription() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeCreationRequest
 
getDescription() - Method in class io.cdap.wrangler.proto.schema.DataModelSchemaEntry
 
getDescription() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
getDescription() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 
getDirective() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 
getDirectives() - Method in class io.cdap.wrangler.proto.Recipe
 
getDirectives() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getDirectives() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeCreationRequest
 
getDirectives() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionRequest
 
getDirectives() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getDirectives() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceUpdateRequest
 
getDisplayName() - Method in class io.cdap.wrangler.proto.schema.DataModelSchemaEntry
 
getErrorRecords() - Method in exception io.cdap.wrangler.proto.ErrorRecordsException
 
getFilePath() - Method in class io.cdap.wrangler.proto.adls.FileQueryDetails
 
getFraction() - Method in class io.cdap.wrangler.proto.adls.FileQueryDetails
 
getGeneral() - Method in class io.cdap.wrangler.proto.workspace.ColumnStatistics
 
getGeneration() - Method in class io.cdap.wrangler.proto.Namespace
 
getHeader() - Method in class io.cdap.wrangler.proto.adls.FileQueryDetails
 
getHeaders() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionResponse
 
getId() - Method in class io.cdap.wrangler.proto.connection.Connection
 
getId() - Method in class io.cdap.wrangler.proto.NamespacedId
 
getId() - Method in class io.cdap.wrangler.proto.workspace.DataModelInfo
 
getId() - Method in class io.cdap.wrangler.proto.workspace.DataModelRequest
 
getId() - Method in class io.cdap.wrangler.proto.workspace.ModelInfo
 
getId() - Method in class io.cdap.wrangler.proto.WorkspaceIdentifier
 
getInsights() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getInsights() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceUpdateRequest
 
getLimit() - Method in class io.cdap.wrangler.proto.Sampling
 
getLimit() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionRequest
 
getLines() - Method in class io.cdap.wrangler.proto.adls.FileQueryDetails
 
getMessage() - Method in class io.cdap.wrangler.proto.ServiceResponse
 
getMessage() - Method in class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
getMethod() - Method in class io.cdap.wrangler.proto.Sampling
 
getName() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
getName() - Method in class io.cdap.wrangler.proto.Namespace
 
getName() - Method in class io.cdap.wrangler.proto.Recipe
 
getName() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
getName() - Method in class io.cdap.wrangler.proto.Workspace
 
getName() - Method in class io.cdap.wrangler.proto.workspace.v2.Artifact
 
getName() - Method in class io.cdap.wrangler.proto.workspace.v2.Plugin
 
getName() - Method in class io.cdap.wrangler.proto.WorkspaceIdentifier
 
getNamespace() - Method in class io.cdap.wrangler.proto.connection.Connection
 
getNamespace() - Method in class io.cdap.wrangler.proto.NamespacedId
 
getNamespace() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeId
 
getNamespace() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceId
 
getNamespacedId() - Method in class io.cdap.wrangler.proto.schema.DataModelSchemaEntry
 
getNextPageToken() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeListResponse
 
getPath() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
getPlugin() - Method in class io.cdap.wrangler.proto.workspace.v2.StageSpec
 
getProperties() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
getProperties() - Method in interface io.cdap.wrangler.proto.Request
 
getProperties() - Method in class io.cdap.wrangler.proto.RequestV1
 
getProperties() - Method in class io.cdap.wrangler.proto.workspace.v2.Plugin
 
getRecipe() - Method in interface io.cdap.wrangler.proto.Request
 
getRecipe() - Method in class io.cdap.wrangler.proto.RequestV1
 
getRecipeId() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getRecipeId() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeId
 
getRecipeName() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getRecipeName() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeCreationRequest
 
getRecipeStepsCount() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getRelatedPlugins() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
getResults() - Method in class io.cdap.wrangler.proto.Workspace
 
getRevision() - Method in class io.cdap.wrangler.proto.schema.DataModelSchemaEntry
 
getRevision() - Method in class io.cdap.wrangler.proto.workspace.DataModelInfo
 
getRevision() - Method in class io.cdap.wrangler.proto.workspace.DataModelRequest
 
getSample() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceDetail
 
getSampleAsBytes() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceDetail
 
getSampler() - Method in class io.cdap.wrangler.proto.adls.FileQueryDetails
 
getSampleRequest() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
getSampleRequest() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceCreationRequest
 
getSampleSpec() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getSampling() - Method in interface io.cdap.wrangler.proto.Request
 
getSampling() - Method in class io.cdap.wrangler.proto.RequestV1
 
getSave() - Method in class io.cdap.wrangler.proto.Recipe
 
getSchema() - Method in class io.cdap.wrangler.proto.workspace.v2.StageSpec
 
getScope() - Method in class io.cdap.wrangler.proto.adls.FileQueryDetails
 
getScope() - Method in class io.cdap.wrangler.proto.workspace.v2.Artifact
 
getScope() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 
getSeed() - Method in class io.cdap.wrangler.proto.Sampling
 
getSources() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceSpec
 
getSpecification() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
getSummary() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionResponse
 
getSupportedSampleTypes() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
getType() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
getType() - Method in enum io.cdap.wrangler.proto.connection.ConnectionType
 
getType() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
getType() - Method in class io.cdap.wrangler.proto.workspace.v2.Plugin
 
getTypes() - Method in class io.cdap.wrangler.proto.workspace.ColumnStatistics
 
getTypes() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveExecutionResponse
 
getUpdated() - Method in class io.cdap.wrangler.proto.connection.Connection
 
getUpdatedTimeMillis() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
getUpdatedTimeMillis() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getUrl() - Method in class io.cdap.wrangler.proto.schema.DataModelUrlRequest
 
getUsage() - Method in class io.cdap.wrangler.proto.workspace.v2.DirectiveUsage
 
getValues() - Method in class io.cdap.wrangler.proto.ServiceResponse
 
getValues() - Method in class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
getVersion() - Method in interface io.cdap.wrangler.proto.Request
 
getVersion() - Method in class io.cdap.wrangler.proto.RequestV1
 
getVersion() - Method in class io.cdap.wrangler.proto.workspace.v2.Artifact
 
getVersions() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
getWorkspace() - Method in interface io.cdap.wrangler.proto.Request
 
getWorkspace() - Method in class io.cdap.wrangler.proto.RequestV1
 
getWorkspace() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceDetail
 
getWorkspaceId() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getWorkspaceId() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceId
 
getWorkspaceName() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
getWrangler() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceSpec
 

H

hashCode() - Method in class io.cdap.wrangler.proto.connection.Connection
 
hashCode() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
hashCode() - Method in class io.cdap.wrangler.proto.Namespace
 
hashCode() - Method in class io.cdap.wrangler.proto.NamespacedId
 
hashCode() - Method in class io.cdap.wrangler.proto.Recipe
 
hashCode() - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe
 
hashCode() - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeId
 
hashCode() - Method in class io.cdap.wrangler.proto.RequestV1
 
hashCode() - Method in class io.cdap.wrangler.proto.Sampling
 
hashCode() - Method in class io.cdap.wrangler.proto.schema.SchemaEntry
 
hashCode() - Method in class io.cdap.wrangler.proto.Workspace
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.Artifact
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.Plugin
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.StageSpec
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceDetail
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceId
 
hashCode() - Method in class io.cdap.wrangler.proto.workspace.v2.WorkspaceSpec
 
hashCode() - Method in class io.cdap.wrangler.proto.WorkspaceIdentifier
 

I

id - Variable in class io.cdap.wrangler.proto.NamespacedId
 
INVALID_REVISION - Static variable in class io.cdap.wrangler.proto.workspace.DataModelInfo
 
io.cdap.wrangler.proto - package io.cdap.wrangler.proto
 
io.cdap.wrangler.proto.adls - package io.cdap.wrangler.proto.adls
 
io.cdap.wrangler.proto.bigquery - package io.cdap.wrangler.proto.bigquery
 
io.cdap.wrangler.proto.connection - package io.cdap.wrangler.proto.connection
 
io.cdap.wrangler.proto.db - package io.cdap.wrangler.proto.db
 
io.cdap.wrangler.proto.file - package io.cdap.wrangler.proto.file
 
io.cdap.wrangler.proto.gcs - package io.cdap.wrangler.proto.gcs
 
io.cdap.wrangler.proto.kafka - package io.cdap.wrangler.proto.kafka
 
io.cdap.wrangler.proto.recipe.v2 - package io.cdap.wrangler.proto.recipe.v2
 
io.cdap.wrangler.proto.s3 - package io.cdap.wrangler.proto.s3
 
io.cdap.wrangler.proto.schema - package io.cdap.wrangler.proto.schema
 
io.cdap.wrangler.proto.spanner - package io.cdap.wrangler.proto.spanner
 
io.cdap.wrangler.proto.workspace - package io.cdap.wrangler.proto.workspace
 
io.cdap.wrangler.proto.workspace.v2 - package io.cdap.wrangler.proto.workspace.v2
 
isPreconfigured() - Method in class io.cdap.wrangler.proto.connection.Connection
 

J

JDBCDriverInfo - Class in io.cdap.wrangler.proto.db
Information about a JDBC driver plugin.
JDBCDriverInfo(String, String, String, String, List<String>, Map<String, String>) - Constructor for class io.cdap.wrangler.proto.db.JDBCDriverInfo
 

K

KafkaSpec - Class in io.cdap.wrangler.proto.kafka
Plugin specification for a Kafka pipeline source.
KafkaSpec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.kafka.KafkaSpec
 

M

ModelInfo - Class in io.cdap.wrangler.proto.workspace
The ModelInfo

N

name - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
name - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
name - Variable in class io.cdap.wrangler.proto.Namespace
 
Namespace - Class in io.cdap.wrangler.proto
Uniquely identifies a namespace generation.
Namespace(Namespace) - Constructor for class io.cdap.wrangler.proto.Namespace
 
Namespace(String, long) - Constructor for class io.cdap.wrangler.proto.Namespace
 
Namespace(NamespaceSummary) - Constructor for class io.cdap.wrangler.proto.Namespace
 
namespace - Variable in class io.cdap.wrangler.proto.NamespacedId
 
NamespacedId - Class in io.cdap.wrangler.proto
A unique identifier for an entity within a namespace.
NamespacedId(NamespacedId) - Constructor for class io.cdap.wrangler.proto.NamespacedId
 
NamespacedId(Namespace, String) - Constructor for class io.cdap.wrangler.proto.NamespacedId
 
NotFoundException - Exception in io.cdap.wrangler.proto
Thrown when some entity could not be found.
NotFoundException(String) - Constructor for exception io.cdap.wrangler.proto.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception io.cdap.wrangler.proto.NotFoundException
 

P

Plugin - Class in io.cdap.wrangler.proto.workspace.v2
Plugin information
Plugin(String, String, Map<String, String>, Artifact) - Constructor for class io.cdap.wrangler.proto.workspace.v2.Plugin
 
PluginSpec - Class in io.cdap.wrangler.proto
Specification for a plugin to use in a pipeline.
PluginSpec(String, String, Map<String, String>) - Constructor for class io.cdap.wrangler.proto.PluginSpec
 
properties - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
properties - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta
 
putProperty(String, String) - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 

R

Recipe - Class in io.cdap.wrangler.proto
Defines the recipe object that is part of the Request
Recipe(List<String>, Boolean, String) - Constructor for class io.cdap.wrangler.proto.Recipe
 
Recipe - Class in io.cdap.wrangler.proto.recipe.v2
Metadata information about a Recipe with only fields necessary for API user
Recipe.Builder - Class in io.cdap.wrangler.proto.recipe.v2
Creates a Recipe meta object
RecipeCreationRequest - Class in io.cdap.wrangler.proto.recipe.v2
Creation request for a Recipe
RecipeCreationRequest(String, String, List<String>) - Constructor for class io.cdap.wrangler.proto.recipe.v2.RecipeCreationRequest
 
RecipeExceptionResponse<T> - Class in io.cdap.wrangler.proto.workspace.v2
Response returned when a RecipeException occurs.
RecipeExceptionResponse(String, Integer, Integer) - Constructor for class io.cdap.wrangler.proto.workspace.v2.RecipeExceptionResponse
 
RecipeId - Class in io.cdap.wrangler.proto.recipe.v2
Recipe id
RecipeId.Builder - Class in io.cdap.wrangler.proto.recipe.v2
Creates a Recipe id object
RecipeListResponse - Class in io.cdap.wrangler.proto.recipe.v2
Represents a paginated list of recipes as a response.
RecipeListResponse(List<Recipe>, String) - Constructor for class io.cdap.wrangler.proto.recipe.v2.RecipeListResponse
 
Request - Interface in io.cdap.wrangler.proto
Dataprep request body and it's structure.
RequestV1 - Class in io.cdap.wrangler.proto
Specifies the V1 version of the Request object.
RequestV1(Workspace, Recipe, Sampling, JsonObject) - Constructor for class io.cdap.wrangler.proto.RequestV1
 

S

S3ConnectionSample - Class in io.cdap.wrangler.proto.s3
S3 connection sample information.
S3ConnectionSample(String, String, String, String, String, String, String) - Constructor for class io.cdap.wrangler.proto.s3.S3ConnectionSample
 
S3ObjectInfo - Class in io.cdap.wrangler.proto.s3
Information about an S3 object.
S3ObjectInfo.Builder - Class in io.cdap.wrangler.proto.s3
Builds S3ObjectInfo instances.
S3Spec - Class in io.cdap.wrangler.proto.s3
Specification for an S3 plugin.
S3Spec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.s3.S3Spec
 
SampleSpec - Class in io.cdap.wrangler.proto.workspace.v2
Spec for the workspace sample
SampleSpec(String, String, String, Set<StageSpec>, Set<SampleType>, SampleRequest) - Constructor for class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
SampleSpec(String, String, String, Set<StageSpec>) - Constructor for class io.cdap.wrangler.proto.workspace.v2.SampleSpec
 
Sampling - Class in io.cdap.wrangler.proto
Defines the sampling specification of the Request
Sampling(String, Integer, Integer) - Constructor for class io.cdap.wrangler.proto.Sampling
 
SchemaDescriptorType - Enum in io.cdap.wrangler.proto.schema
This class SchemaDescriptorType defines types of Schema supported by the Schema registry
SchemaEntry - Class in io.cdap.wrangler.proto.schema
Schema Entry.
SchemaEntry(NamespacedId, String, String, SchemaDescriptorType, Set<Long>, byte[], Long) - Constructor for class io.cdap.wrangler.proto.schema.SchemaEntry
 
SchemaEntryVersion - Class in io.cdap.wrangler.proto.schema
A schema ID and entry version.
SchemaEntryVersion(NamespacedId, long) - Constructor for class io.cdap.wrangler.proto.schema.SchemaEntryVersion
 
ServiceResponse<T> - Class in io.cdap.wrangler.proto
Service response.
ServiceResponse(String) - Constructor for class io.cdap.wrangler.proto.ServiceResponse
 
ServiceResponse(T) - Constructor for class io.cdap.wrangler.proto.ServiceResponse
 
ServiceResponse(Collection<T>) - Constructor for class io.cdap.wrangler.proto.ServiceResponse
 
ServiceResponse(Collection<T>, boolean) - Constructor for class io.cdap.wrangler.proto.ServiceResponse
 
ServiceResponse(Collection<T>, boolean, String) - Constructor for class io.cdap.wrangler.proto.ServiceResponse
 
ServiceResponse<T> - Class in io.cdap.wrangler.proto.workspace.v2
Service response for v2 endpoints.
ServiceResponse(String) - Constructor for class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
ServiceResponse(T) - Constructor for class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
ServiceResponse(Collection<T>) - Constructor for class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
ServiceResponse(Collection<T>, String) - Constructor for class io.cdap.wrangler.proto.workspace.v2.ServiceResponse
 
setCanWrangle(boolean) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setCanWrangle(boolean) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setCreated(long) - Method in class io.cdap.wrangler.proto.connection.Connection.Builder
 
setCreated(long) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setCreatedTimeMillis(long) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
setCreatedTimeMillis(long) - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace.Builder
 
setDescription(String) - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
setDescription(String) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
setDirectives(List<String>) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
setDirectives(List<String>) - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace.Builder
 
setDisplaySize(long) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setGroup(String) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setInsights(JsonObject) - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace.Builder
 
setIsDirectory(boolean) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setIsDirectory(boolean) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setLastModified(String) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setLastModified(long) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setName(String) - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
setOwner(String) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setPath(String) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setPath(String) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setPermission(String) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
setPragma(String) - Method in class io.cdap.wrangler.proto.Recipe
Adds a pragma directive at the front of the recipe.
setPreconfigured(boolean) - Method in class io.cdap.wrangler.proto.connection.Connection.Builder
 
setProperties(Map<String, String>) - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
setRecipeId(String) - Method in class io.cdap.wrangler.proto.recipe.v2.RecipeId.Builder
 
setRecipeName(String) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
setRecipeStepsCount(int) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
setSampleSpec(SampleSpec) - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace.Builder
 
setSize(long) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setStorageClass(String) - Method in class io.cdap.wrangler.proto.s3.S3ObjectInfo.Builder
 
setType(ConnectionType) - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
setUpdated(long) - Method in class io.cdap.wrangler.proto.connection.Connection.Builder
 
setUpdatedTimeMillis(long) - Method in class io.cdap.wrangler.proto.recipe.v2.Recipe.Builder
 
setUpdatedTimeMillis(long) - Method in class io.cdap.wrangler.proto.workspace.v2.Workspace.Builder
 
setUser(String) - Method in class io.cdap.wrangler.proto.adls.ADLSDirectoryEntryInfo.Builder
 
SpannerDatabase - Class in io.cdap.wrangler.proto.spanner
Spanner database information
SpannerDatabase(String) - Constructor for class io.cdap.wrangler.proto.spanner.SpannerDatabase
 
SpannerSpec - Class in io.cdap.wrangler.proto.spanner
Plugin specification for a spanner pipeline source.
SpannerSpec(PluginSpec) - Constructor for class io.cdap.wrangler.proto.spanner.SpannerSpec
 
SpannerTable - Class in io.cdap.wrangler.proto.spanner
Spanner table information
SpannerTable(String) - Constructor for class io.cdap.wrangler.proto.spanner.SpannerTable
 
StageSpec - Class in io.cdap.wrangler.proto.workspace.v2
Stage spec for a plugin
StageSpec(Schema, Plugin) - Constructor for class io.cdap.wrangler.proto.workspace.v2.StageSpec
 
StatusCodeException - Exception in io.cdap.wrangler.proto
An exception that has an associated status code.
StatusCodeException(String, int) - Constructor for exception io.cdap.wrangler.proto.StatusCodeException
 
StatusCodeException(String, Throwable, int) - Constructor for exception io.cdap.wrangler.proto.StatusCodeException
 
SYSTEM - Static variable in class io.cdap.wrangler.proto.Contexts
 

T

TableInfo - Class in io.cdap.wrangler.proto.bigquery
Information about a BigQuery table.
TableInfo(String, String, String, String, Long, Long, Long) - Constructor for class io.cdap.wrangler.proto.bigquery.TableInfo
 
toString() - Method in class io.cdap.wrangler.proto.connection.Connection
 
type - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta.Builder
 
type - Variable in class io.cdap.wrangler.proto.connection.ConnectionMeta
 

U

UnauthorizedException - Exception in io.cdap.wrangler.proto
Thrown when an operation is not authorized.
UnauthorizedException(String) - Constructor for exception io.cdap.wrangler.proto.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception io.cdap.wrangler.proto.UnauthorizedException
 

V

validate() - Method in class io.cdap.wrangler.proto.connection.ConnectionMeta
Should be called if this object is created through deserialization of user input.
valueOf(String) - Static method in enum io.cdap.wrangler.proto.connection.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.cdap.wrangler.proto.schema.SchemaDescriptorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.cdap.wrangler.proto.connection.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.cdap.wrangler.proto.schema.SchemaDescriptorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

Workspace - Class in io.cdap.wrangler.proto
Specification about workspace for the Request
Workspace(String, Integer) - Constructor for class io.cdap.wrangler.proto.Workspace
 
Workspace - Class in io.cdap.wrangler.proto.workspace.v2
Metadata information about a workspace
Workspace.Builder - Class in io.cdap.wrangler.proto.workspace.v2
Creates Workspace meta objects.
WORKSPACE_UPGRADABLE_TYPES - Static variable in enum io.cdap.wrangler.proto.connection.ConnectionType
 
WorkspaceCreationRequest - Class in io.cdap.wrangler.proto.workspace.v2
Creation request for a workspace
WorkspaceCreationRequest(String, String, SampleRequest) - Constructor for class io.cdap.wrangler.proto.workspace.v2.WorkspaceCreationRequest
 
WorkspaceDetail - Class in io.cdap.wrangler.proto.workspace.v2
Full information about the workspace, including sample data
WorkspaceDetail(Workspace, List<Row>) - Constructor for class io.cdap.wrangler.proto.workspace.v2.WorkspaceDetail
 
WorkspaceId - Class in io.cdap.wrangler.proto.workspace.v2
Workspace id
WorkspaceId(NamespaceSummary) - Constructor for class io.cdap.wrangler.proto.workspace.v2.WorkspaceId
 
WorkspaceId(NamespaceSummary, String) - Constructor for class io.cdap.wrangler.proto.workspace.v2.WorkspaceId
 
WorkspaceIdentifier - Class in io.cdap.wrangler.proto
Workspace identifier information sent as response after reading table data into workspace
WorkspaceIdentifier(String, String) - Constructor for class io.cdap.wrangler.proto.WorkspaceIdentifier
 
WorkspaceInfo - Class in io.cdap.wrangler.proto.workspace
Information about a workspace
WorkspaceInfo(String, String, String, String, String, String, String) - Constructor for class io.cdap.wrangler.proto.workspace.WorkspaceInfo
 
WorkspaceSpec - Class in io.cdap.wrangler.proto.workspace.v2
Workspace specification
WorkspaceSpec(Set<StageSpec>, StageSpec) - Constructor for class io.cdap.wrangler.proto.workspace.v2.WorkspaceSpec
 
WorkspaceSummaryResponse - Class in io.cdap.wrangler.proto.workspace
Summary of executing directives on a workspace.
WorkspaceSummaryResponse(WorkspaceValidationResult) - Constructor for class io.cdap.wrangler.proto.workspace.WorkspaceSummaryResponse
 
WorkspaceUpdateRequest - Class in io.cdap.wrangler.proto.workspace.v2
Workspace update request, can only update directives and insights now
WorkspaceUpdateRequest(List<String>, JsonObject) - Constructor for class io.cdap.wrangler.proto.workspace.v2.WorkspaceUpdateRequest
 
WorkspaceValidationResult - Class in io.cdap.wrangler.proto.workspace
Result of validating a workspace.
WorkspaceValidationResult(Map<String, ColumnValidationResult>, Map<String, ColumnStatistics>) - Constructor for class io.cdap.wrangler.proto.workspace.WorkspaceValidationResult
 
A B C D E F G H I J K M N P R S T U V W 
Skip navigation links

Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.