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

A

add(NamespacedId, byte[]) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Adds a new entry to the schema.

B

build() - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest.Builder
 
build() - Method in class io.cdap.wrangler.dataset.recipe.RecipeRow.Builder
 
build() - Method in class io.cdap.wrangler.dataset.schema.SchemaRow.Builder
 
build() - Method in class io.cdap.wrangler.dataset.workspace.Workspace.Builder
 
build() - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 
builder(NamespaceSummary) - Static method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
builder(Recipe) - Static method in class io.cdap.wrangler.dataset.recipe.RecipeRow
 
builder(RecipeRow) - Static method in class io.cdap.wrangler.dataset.recipe.RecipeRow
 
Builder(SchemaDescriptor) - Constructor for class io.cdap.wrangler.dataset.schema.SchemaRow.Builder
 
builder(NamespacedId, String) - Static method in class io.cdap.wrangler.dataset.workspace.Workspace
 
builder(Workspace) - Static method in class io.cdap.wrangler.dataset.workspace.Workspace
 
builder(String) - Static method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 

C

clear() - Method in class io.cdap.wrangler.store.recipe.RecipeStore
 
ConfigStore - Class in io.cdap.wrangler.dataset.workspace
Deprecated.
ConfigStore(StructuredTable) - Constructor for class io.cdap.wrangler.dataset.workspace.ConfigStore
Deprecated.
 
ConnectionAlreadyExistsException - Exception in io.cdap.wrangler.dataset.connections
Thrown when a connection already exists when none is expected.
ConnectionAlreadyExistsException(String) - Constructor for exception io.cdap.wrangler.dataset.connections.ConnectionAlreadyExistsException
 
connectionExists(Namespace, String) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Returns true if connection identified by connectionName already exists.
ConnectionNotFoundException - Exception in io.cdap.wrangler.dataset.connections
Thrown when a connection does not exist when one is expected to exist.
ConnectionNotFoundException(String) - Constructor for exception io.cdap.wrangler.dataset.connections.ConnectionNotFoundException
 
ConnectionStore - Class in io.cdap.wrangler.dataset.connections
Deprecated.
create(Namespace, ConnectionMeta) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Creates an entry in the ConnectionStore for object Connection.
create(Namespace, ConnectionMeta, boolean) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
 
CREATE_TIME_COL - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
createRecipe(RecipeId, RecipeRow) - Method in class io.cdap.wrangler.store.recipe.RecipeStore
Create a new recipe
createWorkspace(Namespace, WorkspaceMeta) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Creates a new workspace

D

DataType - Enum in io.cdap.wrangler.dataset.workspace
This class DataType defines types of data that can be stored in a workspace.
DEFAULT_SCOPE - Static variable in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
 
delete(NamespacedId) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Deletes the specified connection.
delete(NamespacedId) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Deletes the schema and all associated entries.
deleteAll(NamespaceSummary) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Delete all connection with the namespace and generation id
deleteRecipe(RecipeId) - Method in class io.cdap.wrangler.store.recipe.RecipeStore
Delete the specified Recipe
deleteScope(Namespace, String) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Deletes a workspaces that have the specified scope.
deleteWorkspace(NamespacedId) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Deletes the workspace.
deleteWorkspace(WorkspaceId) - Method in class io.cdap.wrangler.store.workspace.WorkspaceStore
Delete the given workspace
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.cdap.wrangler.dataset.workspace.RequestDeserializer
 

E

ENTRY_TABLE_SPEC - Static variable in class io.cdap.wrangler.dataset.schema.SchemaRegistry
 
equals(Object) - Method in class io.cdap.wrangler.dataset.recipe.RecipeRow
 
equals(Object) - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
equals(Object) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
equals(Object) - Method in class io.cdap.wrangler.store.upgrade.UpgradeState
 

F

fromString(String) - Static method in enum io.cdap.wrangler.dataset.workspace.DataType
Converts the string representation of type into a DataType.

G

GENERATION_COL - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
get(StructuredTableContext) - Static method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
 
get(NamespacedId) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Get the specified connection.
get(StructuredTableContext) - Static method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
 
get(StructuredTableContext) - Static method in class io.cdap.wrangler.dataset.workspace.ConfigStore
Deprecated.
 
get(StructuredTableContext) - Static method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
 
getAutoVersion() - Method in class io.cdap.wrangler.dataset.schema.SchemaRow
 
getConfig() - Method in class io.cdap.wrangler.dataset.workspace.ConfigStore
Deprecated.
 
getConnectionId(String) - Static method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Get connection id for the given connection name
getCreated() - Method in class io.cdap.wrangler.dataset.schema.SchemaRow
 
getCreated() - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
getCurrentVersion() - Method in class io.cdap.wrangler.dataset.schema.SchemaRow
 
getData() - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
getDefaultSortBy() - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
getDefaultSortBy() - Method in class io.cdap.wrangler.dataset.utils.PageRequest
Get the default table column name using which results will be sorted.
getDescription() - Method in class io.cdap.wrangler.dataset.schema.SchemaDescriptor
 
getDescriptor() - Method in class io.cdap.wrangler.dataset.schema.SchemaRow
 
getEntityUpgradeState(UpgradeEntityType) - Method in class io.cdap.wrangler.store.upgrade.UpgradeStore
Get the upgrade state
getEntityUpgradeState(NamespaceSummary, UpgradeEntityType) - Method in class io.cdap.wrangler.store.upgrade.UpgradeStore
Checks whether an entity type is upgrade complete in a namespace
getEntry(NamespacedId, long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Get a specific version of the specified schema.
getEntry(NamespacedId) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Get the latest entry of the specified schema if it exists
getId() - Method in class io.cdap.wrangler.dataset.schema.SchemaDescriptor
 
getName() - Method in class io.cdap.wrangler.dataset.schema.SchemaDescriptor
 
getName() - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
getNamespace() - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
getNamespacedId() - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
getNamespaceKeys(String, String, NamespaceSummary) - Static method in class io.cdap.wrangler.store.utils.Stores
Constructs a list of Fields that map table column names to values
getNextPageToken(Recipe) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
getNextPageToken(T) - Method in class io.cdap.wrangler.dataset.utils.PageRequest
Get the nextPageToken returned as part of response to request.
getPageSize() - Method in class io.cdap.wrangler.dataset.utils.PageRequest
 
getPageToken() - Method in class io.cdap.wrangler.dataset.utils.PageRequest
 
getProperties() - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
getRecipe() - Method in class io.cdap.wrangler.dataset.recipe.RecipeRow
 
getRecipeById(RecipeId) - Method in class io.cdap.wrangler.store.recipe.RecipeStore
Get the Recipe associated with given recipe Id
getRecipeByName(NamespaceSummary, String) - Method in class io.cdap.wrangler.store.recipe.RecipeStore
Get the Recipe associated with given recipe name if it exists, else throws RecipeNotFoundException
getRequest() - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
getScanRange() - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
getScanRange() - Method in class io.cdap.wrangler.dataset.utils.PageRequest
Constructs the range used to query the storage table.
getScope() - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
getSortBy() - Method in class io.cdap.wrangler.dataset.utils.PageRequest
 
getSortByColumnName(String) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
getSortByColumnName(String) - Method in class io.cdap.wrangler.dataset.utils.PageRequest
Get the table column name mapped to given sortBy value.
getSortOrder() - Method in class io.cdap.wrangler.dataset.utils.PageRequest
 
getType() - Method in class io.cdap.wrangler.dataset.schema.SchemaDescriptor
 
getType() - Method in enum io.cdap.wrangler.dataset.workspace.DataType
 
getType() - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
getUpdated() - Method in class io.cdap.wrangler.dataset.schema.SchemaRow
 
getUpdated() - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
getVersion() - Method in class io.cdap.wrangler.store.upgrade.UpgradeState
 
getVersions(NamespacedId) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Return all versions of the specified schema.
getWorkspace(NamespacedId) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Get information about the workspace.
getWorkspace(WorkspaceId) - Method in class io.cdap.wrangler.store.workspace.WorkspaceStore
Get the workspace about the given workspace id
getWorkspaceDetail(WorkspaceId) - Method in class io.cdap.wrangler.store.workspace.WorkspaceStore
Get the workspace detail about the given workspace id

H

hashCode() - Method in class io.cdap.wrangler.dataset.recipe.RecipeRow
 
hashCode() - Method in class io.cdap.wrangler.dataset.workspace.Workspace
 
hashCode() - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
hashCode() - Method in class io.cdap.wrangler.store.upgrade.UpgradeState
 
hasSchema(NamespacedId, long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Checks if schema id and version combination exists in the registry.
hasSchema(NamespacedId) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Checks if there is a schema entry, its not necessary that there are any version of schema registered.
hasWorkspace(NamespacedId) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Checks if a workspace exists.

I

initializeAndRetrieveUpgradeTimestampMillis(UpgradeEntityType, long, UpgradeState) - Method in class io.cdap.wrangler.store.upgrade.UpgradeStore
Initialize the upgrade timestamp and state for the given upgrade types if not there and return the upgrade timestamp.
io.cdap.wrangler.dataset.connections - package io.cdap.wrangler.dataset.connections
 
io.cdap.wrangler.dataset.recipe - package io.cdap.wrangler.dataset.recipe
 
io.cdap.wrangler.dataset.schema - package io.cdap.wrangler.dataset.schema
 
io.cdap.wrangler.dataset.utils - package io.cdap.wrangler.dataset.utils
 
io.cdap.wrangler.dataset.workspace - package io.cdap.wrangler.dataset.workspace
 
io.cdap.wrangler.store.recipe - package io.cdap.wrangler.store.recipe
 
io.cdap.wrangler.store.upgrade - package io.cdap.wrangler.store.upgrade
 
io.cdap.wrangler.store.utils - package io.cdap.wrangler.store.utils
 
io.cdap.wrangler.store.workspace - package io.cdap.wrangler.store.workspace
 

L

list(Namespace, Predicate<Connection>) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Scans the namespace to list all the keys applying the filter.
listRecipes(RecipePageRequest) - Method in class io.cdap.wrangler.store.recipe.RecipeStore
Get a paginated list of recipes in given namespace
listWorkspaces(Namespace, String) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Lists all the workspaces registered for a scope.
listWorkspaces(NamespaceSummary, long) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
LLists all the workspaces before timestamp.
listWorkspaces(NamespaceSummary) - Method in class io.cdap.wrangler.store.workspace.WorkspaceStore
Get all the workspaces in the given namespace

M

META_TABLE_SPEC - Static variable in class io.cdap.wrangler.dataset.schema.SchemaRegistry
 

N

name - Variable in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 
NAMESPACE_FIELD - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 

P

PAGE_SIZE_DEFAULT - Static variable in class io.cdap.wrangler.dataset.utils.PageRequest
 
PageRequest<T> - Class in io.cdap.wrangler.dataset.utils
An interface to implement a page request.
PageRequest(Integer, String, String, String) - Constructor for class io.cdap.wrangler.dataset.utils.PageRequest
 
pageSize - Variable in class io.cdap.wrangler.dataset.utils.PageRequest
Maximum number of results to return in a page.
pageToken - Variable in class io.cdap.wrangler.dataset.utils.PageRequest
Token to identify the page to retrieve.
properties - Variable in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 

R

RECIPE_ID_FIELD - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
RECIPE_INFO_COL - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
RECIPE_NAME_FIELD - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
RECIPE_TABLE_SPEC - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
RecipeAlreadyExistsException - Exception in io.cdap.wrangler.dataset.recipe
Thrown when a Recipe with a given recipe name already exists.
RecipeAlreadyExistsException(String) - Constructor for exception io.cdap.wrangler.dataset.recipe.RecipeAlreadyExistsException
 
RecipeNotFoundException - Exception in io.cdap.wrangler.dataset.recipe
Thrown when a Recipe is not found when it is expected to exist.
RecipeNotFoundException(String) - Constructor for exception io.cdap.wrangler.dataset.recipe.RecipeNotFoundException
 
RecipePageRequest - Class in io.cdap.wrangler.dataset.recipe
Represents a request to fetch a page of Recipes.
RecipePageRequest(Integer, String, String, String, NamespaceSummary) - Constructor for class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
RecipePageRequest.Builder - Class in io.cdap.wrangler.dataset.recipe
Creates a RecipePageRequest object
RecipeRow - Class in io.cdap.wrangler.dataset.recipe
Stores information about Recipe, including information that should not be exposed to users.
RecipeRow.Builder - Class in io.cdap.wrangler.dataset.recipe
Creates a RecipeRow storage object
RecipeStore - Class in io.cdap.wrangler.store.recipe
Recipe store for v2 endpoint
RecipeStore(TransactionRunner) - Constructor for class io.cdap.wrangler.store.recipe.RecipeStore
 
remove(NamespacedId, long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Deletes a specified version of the schema.
RequestDeserializer - Class in io.cdap.wrangler.dataset.workspace
Serializes the HTTP Request received by the service.
RequestDeserializer() - Constructor for class io.cdap.wrangler.dataset.workspace.RequestDeserializer
 

S

saveWorkspace(WorkspaceId, WorkspaceDetail) - Method in class io.cdap.wrangler.store.workspace.WorkspaceStore
Create/update the workspace from given workspace.
SchemaDescriptor - Class in io.cdap.wrangler.dataset.schema
Describes a schema.
SchemaDescriptor(NamespacedId, String, String, SchemaDescriptorType) - Constructor for class io.cdap.wrangler.dataset.schema.SchemaDescriptor
 
SchemaNotFoundException - Exception in io.cdap.wrangler.dataset.schema
Thrown when a schema could not be found.
SchemaNotFoundException(String) - Constructor for exception io.cdap.wrangler.dataset.schema.SchemaNotFoundException
 
SchemaRegistry - Class in io.cdap.wrangler.dataset.schema
This class SchemaRegistry is responsible for managing the schema registry store.
SchemaRegistry(StructuredTable, StructuredTable) - Constructor for class io.cdap.wrangler.dataset.schema.SchemaRegistry
 
SchemaRow - Class in io.cdap.wrangler.dataset.schema
Contains all the information about a schema that is stored in the same row.
SchemaRow.Builder - Class in io.cdap.wrangler.dataset.schema
Builds a SchemaRow.
scope - Variable in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 
setAutoVersion(long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRow.Builder
 
setCreated(long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRow.Builder
 
setCreated(long) - Method in class io.cdap.wrangler.dataset.workspace.Workspace.Builder
 
setCurrentVersion(Long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRow.Builder
 
setData(byte[]) - Method in class io.cdap.wrangler.dataset.workspace.Workspace.Builder
 
setEntityUpgradeState(UpgradeEntityType, UpgradeState) - Method in class io.cdap.wrangler.store.upgrade.UpgradeStore
Set the upgrade complete status for the entity type
setEntityUpgradeState(NamespaceSummary, UpgradeEntityType, UpgradeState) - Method in class io.cdap.wrangler.store.upgrade.UpgradeStore
Set the upgrade complete status for the entity type in a namespace
setPageSize(Integer) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest.Builder
 
setPageToken(String) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest.Builder
 
setProperties(Map<String, String>) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 
setRequest(Request) - Method in class io.cdap.wrangler.dataset.workspace.Workspace.Builder
 
setScope(String) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 
setSortBy(String) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest.Builder
 
setSortOrder(String) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest.Builder
 
setType(DataType) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 
setUpdated(long) - Method in class io.cdap.wrangler.dataset.schema.SchemaRow.Builder
 
setUpdated(long) - Method in class io.cdap.wrangler.dataset.workspace.Workspace.Builder
 
SORT_BY_NAME - Static variable in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
SORT_BY_UPDATE_TIME - Static variable in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
SORT_ORDER_ASC - Static variable in class io.cdap.wrangler.dataset.utils.PageRequest
 
SORT_ORDER_DESC - Static variable in class io.cdap.wrangler.dataset.utils.PageRequest
 
sortBy - Variable in class io.cdap.wrangler.dataset.utils.PageRequest
Indicates the table column name based on which results should be sorted.
sortOrder - Variable in class io.cdap.wrangler.dataset.utils.PageRequest
Indicates the sorting order (ascending or descending).
Stores - Class in io.cdap.wrangler.store.utils
Utility methods for Stores
Stores() - Constructor for class io.cdap.wrangler.store.utils.Stores
 

T

TABLE_ID - Static variable in class io.cdap.wrangler.dataset.workspace.ConfigStore
Deprecated.
 
TABLE_SPEC - Static variable in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
 
TABLE_SPEC - Static variable in class io.cdap.wrangler.dataset.workspace.ConfigStore
Deprecated.
 
TABLE_SPEC - Static variable in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
 
type - Variable in class io.cdap.wrangler.dataset.workspace.WorkspaceMeta.Builder
 

U

update(NamespacedId, ConnectionMeta) - Method in class io.cdap.wrangler.dataset.connections.ConnectionStore
Deprecated.
Updates an existing connection in the store.
UPDATE_TIME_COL - Static variable in class io.cdap.wrangler.store.recipe.RecipeStore
 
updateConfig(DirectiveConfig) - Method in class io.cdap.wrangler.dataset.workspace.ConfigStore
Deprecated.
 
updateRecipe(RecipeId, RecipeRow) - Method in class io.cdap.wrangler.store.recipe.RecipeStore
Update a recipe
updateWorkspace(WorkspaceId, Workspace) - Method in class io.cdap.wrangler.store.workspace.WorkspaceStore
Save the new workspace metadata
updateWorkspaceData(NamespacedId, DataType, byte[]) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Update the sample data for the specified workspace.
updateWorkspaceProperties(NamespacedId, Map<String, String>) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Update the properties of the specified workspace.
updateWorkspaceRequest(NamespacedId, Request) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Update the directive execution request for the specified workspace.
UPGRADE_TABLE_SPEC - Static variable in class io.cdap.wrangler.store.upgrade.UpgradeStore
 
UpgradeEntityType - Enum in io.cdap.wrangler.store.upgrade
Upgrade entity type
UpgradeState - Class in io.cdap.wrangler.store.upgrade
Upgrade state to store any upgrade related information.
UpgradeState(long) - Constructor for class io.cdap.wrangler.store.upgrade.UpgradeState
 
UpgradeStore - Class in io.cdap.wrangler.store.upgrade
Upgrade store to store upgrade information for each namespace, Use system namespace to track the overall upgrade status.
UpgradeStore(TransactionRunner) - Constructor for class io.cdap.wrangler.store.upgrade.UpgradeStore
 

V

validatePageSize(Integer) - Method in class io.cdap.wrangler.dataset.utils.PageRequest
 
validateSortBy(String) - Method in class io.cdap.wrangler.dataset.recipe.RecipePageRequest
 
validateSortBy(String) - Method in class io.cdap.wrangler.dataset.utils.PageRequest
Checks whether given sortBy value has a respective table column mapping.
validateSortOrder(String) - Method in class io.cdap.wrangler.dataset.utils.PageRequest
 
valueOf(String) - Static method in enum io.cdap.wrangler.dataset.workspace.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.cdap.wrangler.store.upgrade.UpgradeEntityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.cdap.wrangler.dataset.workspace.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.cdap.wrangler.store.upgrade.UpgradeEntityType
Returns an array containing the constants of this enum type, in the order they are declared.

W

Workspace - Class in io.cdap.wrangler.dataset.workspace
Contains all information about a workspace.
Workspace.Builder - Class in io.cdap.wrangler.dataset.workspace
Creates Workspace objects.
WORKSPACE_TABLE_SPEC - Static variable in class io.cdap.wrangler.store.workspace.WorkspaceStore
 
WorkspaceDataset - Class in io.cdap.wrangler.dataset.workspace
Deprecated.
WorkspaceDataset(StructuredTable) - Constructor for class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
 
WorkspaceMeta - Class in io.cdap.wrangler.dataset.workspace
Metadata about a workspace.
WorkspaceMeta(String, String, DataType, Map<String, String>) - Constructor for class io.cdap.wrangler.dataset.workspace.WorkspaceMeta
 
WorkspaceMeta.Builder<T extends WorkspaceMeta.Builder> - Class in io.cdap.wrangler.dataset.workspace
Creates a WorkspaceMeta instance.
WorkspaceNotFoundException - Exception in io.cdap.wrangler.dataset.workspace
Thrown when a workspace is not found when it is expected to exist.
WorkspaceNotFoundException(String) - Constructor for exception io.cdap.wrangler.dataset.workspace.WorkspaceNotFoundException
 
WorkspaceStore - Class in io.cdap.wrangler.store.workspace
Workspace store for v2 endpoint
WorkspaceStore(TransactionRunner) - Constructor for class io.cdap.wrangler.store.workspace.WorkspaceStore
 
write(SchemaDescriptor) - Method in class io.cdap.wrangler.dataset.schema.SchemaRegistry
Writes an entry in the schema registry.
writeWorkspaceMeta(NamespacedId, WorkspaceMeta) - Method in class io.cdap.wrangler.dataset.workspace.WorkspaceDataset
Deprecated.
Creates a workspace if it does not already exist, or update an existing workspace if it does.
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

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