A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

A

AbortOnTimeoutEventHandler - Class in co.cask.cdap.common.twill
A Twill EventHandler that abort the application if for some runnable it cannot provision container for too long.
AbortOnTimeoutEventHandler(long) - Constructor for class co.cask.cdap.common.twill.AbortOnTimeoutEventHandler
Constructs an instance of AbortOnTimeoutEventHandler that abort the application if some runnable has no containers, same as calling AbortOnTimeoutEventHandler.AbortOnTimeoutEventHandler(long, boolean) with second parameter as false.
AbortOnTimeoutEventHandler(long, boolean) - Constructor for class co.cask.cdap.common.twill.AbortOnTimeoutEventHandler
Constructs an instance of AbortOnTimeoutEventHandler that abort the application if some runnable has not enough containers.
AbstractBodyConsumer - Class in co.cask.cdap.common.http
An abstract implementation of BodyConsumer that preserves data to a File.
AbstractBodyConsumer(File) - Constructor for class co.cask.cdap.common.http.AbstractBodyConsumer
 
AbstractDistributedMasterServiceManager - Class in co.cask.cdap.common.twill
Abstract class that can be extended by individual CDAP Services to implement their management methods.
AbstractDistributedMasterServiceManager(CConfiguration, String, TwillRunnerService, DiscoveryServiceClient) - Constructor for class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
AbstractEndpointStrategy - Class in co.cask.cdap.common.discovery
An abstract EndpointStrategy that helps implementation of any strategy.
AbstractEndpointStrategy(ServiceDiscovered) - Constructor for class co.cask.cdap.common.discovery.AbstractEndpointStrategy
Constructs an instance with the given ServiceDiscovered.
AbstractInMemoryMasterServiceManager - Class in co.cask.cdap.common.twill
InMemory CDAP Service Management class.
AbstractInMemoryMasterServiceManager() - Constructor for class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
AbstractLoggingContext - Class in co.cask.cdap.common.logging
Provides handy base abstract implementation of the logging context that can be used by subclasses to simplify their implementations.
AbstractLoggingContext() - Constructor for class co.cask.cdap.common.logging.AbstractLoggingContext
 
AbstractMasterTwillRunnable - Class in co.cask.cdap.common.twill
Abstract TwillRunnable class for Master system service.
AbstractMasterTwillRunnable(String, String, String) - Constructor for class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
AbstractMetadataClient - Class in co.cask.cdap.common.metadata
Common implementation of methods to interact with metadata service over HTTP.
AbstractMetadataClient() - Constructor for class co.cask.cdap.common.metadata.AbstractMetadataClient
 
AbstractNamespaceClient - Class in co.cask.cdap.common.namespace
Common implementation of methods to interact with namespaces over HTTP.
AbstractNamespaceClient() - Constructor for class co.cask.cdap.common.namespace.AbstractNamespaceClient
 
AbstractNamespaceQueryClient - Class in co.cask.cdap.common.namespace
Implementation of NamespaceQueryAdmin that fetchs NamespaceMeta through REST API.
AbstractNamespaceQueryClient() - Constructor for class co.cask.cdap.common.namespace.AbstractNamespaceQueryClient
 
AbstractPropertyChangeListener<T> - Class in co.cask.cdap.common.conf
Implementation of a PropertyChangeListener that only log for callbacks.
AbstractPropertyChangeListener() - Constructor for class co.cask.cdap.common.conf.AbstractPropertyChangeListener
 
AbstractPropertyStore<T> - Class in co.cask.cdap.common.conf
Base implementation of PropertyStore.
AbstractPropertyStore() - Constructor for class co.cask.cdap.common.conf.AbstractPropertyStore
 
accept(String, URL, URL) - Method in class co.cask.cdap.common.twill.HadoopClassExcluder
 
acceptPackage(String) - Method in interface co.cask.cdap.common.lang.FilterClassLoader.Filter
Returns the result of whether the given package is accepted or not.
acceptResource(String) - Method in interface co.cask.cdap.common.lang.FilterClassLoader.Filter
Returns the result of whether the given resource is accepted or not.
ACL - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
ACTIVE_OPERATION_TIMEOUT_SECS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
add(String, String) - Method in class co.cask.cdap.common.discovery.ServicePayload
Adds a key and value as service payload.
add(Multibinder<HttpHandler>) - Static method in class co.cask.cdap.gateway.handlers.CommonHandlers
 
addChangeListener(String, PropertyChangeListener<T>) - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
 
addChangeListener(String, PropertyChangeListener<T>) - Method in interface co.cask.cdap.common.conf.PropertyStore
Adds a listener for listening changes on a given property.
addChecksInPackage(String) - Method in class co.cask.cdap.common.startup.CheckRunner.Builder
Recursively search the specified package for any Checks and add them.
addClass(String) - Method in class co.cask.cdap.common.startup.CheckRunner.Builder
Adds the Check given its class name.
addClass(ClassDefinition) - Method in class co.cask.cdap.internal.asm.ByteCodeClassLoader
Adds a class definition for this ClassLoader.
addCommandHandler(String, String, CommandPortService.CommandHandler) - Method in class co.cask.cdap.common.service.CommandPortService.Builder
Adds a CommandPortService.CommandHandler for a given command.
addDelegationTokens(String, Credentials) - Method in interface co.cask.cdap.common.security.DelegationTokensUpdater
 
addElement(Element) - Method in class co.cask.cdap.common.collect.AllCollector
 
addElement(Map.Entry<KEY, VALUE>) - Method in class co.cask.cdap.common.collect.AllPairCollector
 
addElement(Element) - Method in interface co.cask.cdap.common.collect.Collector
collect one element.
addElement(Element) - Method in class co.cask.cdap.common.collect.FirstNCollector
 
addElement(Element) - Method in class co.cask.cdap.common.collect.LastNCollector
 
addPartition(ResourceRequirement.Partition) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Builder
Adds a partition.
addPartitions(String, int, int) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Builder
Adds N partitions with each partition named by a prefix followed by a sequence id, starting from 0.
addPayload(String, String) - Method in class co.cask.cdap.common.service.RegisteredServerInfo
 
addProperties(Id, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
addProperties(Id.Application, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds properties to an application.
addProperties(Id.Artifact, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds properties to an artifact.
addProperties(Id.DatasetInstance, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds properties to a dataset.
addProperties(Id.Stream, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds properties to a stream.
addProperties(Id.Stream.View, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds properties to a view.
addProperties(Id.Program, Map<String, String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds properties to a program.
addResource(String) - Method in class co.cask.cdap.common.conf.Configuration
Add a configuration resource.
addResource(URL) - Method in class co.cask.cdap.common.conf.Configuration
Add a configuration resource.
addResource(InputStream) - Method in class co.cask.cdap.common.conf.Configuration
Add a configuration resource.
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
for the address (hostname) of the dataset server.
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Transaction.Container
 
ADDRESS_DEPRECATED - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
Deprecated.
addTags(Id, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
addTags(Id.Application, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds tags to an application.
addTags(Id.Artifact, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds tags to an artifact.
addTags(Id.DatasetInstance, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds tags to a dataset.
addTags(Id.Stream, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds tags to a stream.
addTags(Id.Stream.View, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds tags to a view.
addTags(Id.Program, Set<String>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Adds tags to a program.
ADMIN_USERS - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
 
advanceField() - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
AllCollector<Element> - Class in co.cask.cdap.common.collect
This collector will collect until it runs out of memory, it never returns false.
AllCollector() - Constructor for class co.cask.cdap.common.collect.AllCollector
 
AllPairCollector<KEY,VALUE> - Class in co.cask.cdap.common.collect
This collector will collect every entry.
AllPairCollector() - Constructor for class co.cask.cdap.common.collect.AllPairCollector
 
AlreadyExistsException - Exception in co.cask.cdap.common
Thrown when an element already exists.
AlreadyExistsException(Id) - Constructor for exception co.cask.cdap.common.AlreadyExistsException
 
AlreadyExistsException(EntityId) - Constructor for exception co.cask.cdap.common.AlreadyExistsException
 
AlreadyExistsException(Id, String) - Constructor for exception co.cask.cdap.common.AlreadyExistsException
 
ANNOUNCE_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
API_KEY - Static variable in class co.cask.cdap.common.conf.Constants.Gateway
 
API_VERSION_3 - Static variable in class co.cask.cdap.common.conf.Constants.Gateway
 
API_VERSION_3_TOKEN - Static variable in class co.cask.cdap.common.conf.Constants.Gateway
v3 API.
APP - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
APP_FABRIC_HTTP - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
APP_SCHEDULER_QUEUE - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
append(String) - Method in class co.cask.cdap.common.io.ForwardingLocation
 
append(ILoggingEvent) - Method in class co.cask.cdap.common.logging.logback.CAppender
 
AppJarHelper - Class in co.cask.cdap.internal.test
Helper class for building application jar.
ApplicationLoggingContext - Class in co.cask.cdap.common.logging
Application logging context.
ApplicationLoggingContext(String, String, String) - Constructor for class co.cask.cdap.common.logging.ApplicationLoggingContext
Constructs ApplicationLoggingContext.
ApplicationNotFoundException - Exception in co.cask.cdap.common
Thrown when an application is not found.
ApplicationNotFoundException(Id.Application) - Constructor for exception co.cask.cdap.common.ApplicationNotFoundException
 
apply(T) - Method in interface co.cask.cdap.common.conf.PropertyUpdater
Computes the updated copy of property asynchronously.
apply(T) - Method in class co.cask.cdap.common.conf.SyncPropertyUpdater
 
apply(F) - Method in interface co.cask.cdap.common.lang.FunctionWithException
 
apply(ResourceRequirement) - Method in interface co.cask.cdap.common.zookeeper.coordination.ResourceModifier
Called to produce a new ResourceRequirement.
ARCHIVE - Static variable in class co.cask.cdap.common.conf.Constants.Plugin
 
ARCHIVE_DIR - Static variable in class co.cask.cdap.common.conf.Constants
 
arrayToString(String[]) - Static method in class co.cask.cdap.common.conf.StringUtils
Given an array of strings, return a comma-separated list of its elements.
ArtifactAlreadyExistsException - Exception in co.cask.cdap.common
Thrown when an artifact already exists.
ArtifactAlreadyExistsException(Id.Artifact) - Constructor for exception co.cask.cdap.common.ArtifactAlreadyExistsException
 
ArtifactAlreadyExistsException(String) - Constructor for exception co.cask.cdap.common.ArtifactAlreadyExistsException
 
ArtifactConfig - Class in co.cask.cdap.common.conf
Represents metadata about an artifact that can be specified by users.
ArtifactConfig() - Constructor for class co.cask.cdap.common.conf.ArtifactConfig
 
ArtifactConfig(Set<ArtifactRange>, Set<PluginClass>, Map<String, String>) - Constructor for class co.cask.cdap.common.conf.ArtifactConfig
 
ArtifactConfigReader - Class in co.cask.cdap.common.conf
Reads files into ArtifactConfigs for a specific namespace.
ArtifactConfigReader() - Constructor for class co.cask.cdap.common.conf.ArtifactConfigReader
 
ArtifactNotFoundException - Exception in co.cask.cdap.common
Thrown when an artifact does not exist.
ArtifactNotFoundException(Id.Namespace, String) - Constructor for exception co.cask.cdap.common.ArtifactNotFoundException
 
ArtifactNotFoundException(Id.Artifact) - Constructor for exception co.cask.cdap.common.ArtifactNotFoundException
 
ArtifactRangeNotFoundException - Exception in co.cask.cdap.common
Thrown when a range of artifacts are not found.
ArtifactRangeNotFoundException(String) - Constructor for exception co.cask.cdap.common.ArtifactRangeNotFoundException
 
ArtifactRangeNotFoundException(Collection<ArtifactRange>) - Constructor for exception co.cask.cdap.common.ArtifactRangeNotFoundException
 
ASMDatumWriterFactory - Class in co.cask.cdap.internal.io
A factory class for creating DatumWriter instance for different data type and schema.
ASMDatumWriterFactory(FieldAccessorFactory) - Constructor for class co.cask.cdap.internal.io.ASMDatumWriterFactory
 
ASMFieldAccessorFactory - Class in co.cask.cdap.internal.io
A FieldAccessorFactory that uses ASM to generate a specific FieldAccessor class for each field.
ASMFieldAccessorFactory() - Constructor for class co.cask.cdap.internal.io.ASMFieldAccessorFactory
 
assign(ResourceRequirement, Set<T>, ResourceAssigner<T>) - Method in interface co.cask.cdap.common.zookeeper.coordination.AssignmentStrategy
Assigns handler to PartitionReplica.
assign(ResourceRequirement, Set<T>, ResourceAssigner<T>) - Method in class co.cask.cdap.common.zookeeper.coordination.BalancedAssignmentStrategy
 
AssignmentChangeListener - Interface in co.cask.cdap.common.zookeeper.coordination
Listener to watch for changes in assignments.
AssignmentStrategy - Interface in co.cask.cdap.common.zookeeper.coordination
Strategy for assigning service to resource.
ASYNC_QUEUE_SIZE - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
ASYNC_WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
AsyncFunctions - Class in co.cask.cdap.common.async
Static utility methods for operating with AsyncFunction.
asyncWrap(Function<I, O>, Executor) - Static method in class co.cask.cdap.common.async.AsyncFunctions
Converts a Function into AsyncFunction by performing the operation in the given executor.
asyncWrap(Function<I, O>) - Static method in class co.cask.cdap.common.async.AsyncFunctions
Converts a Function into AsyncFunction by performing the operation in the same thread.
AuditLogEntry - Class in co.cask.cdap.common.logging
Represents an entry in an audit log.
AuditLogEntry() - Constructor for class co.cask.cdap.common.logging.AuditLogEntry
 
AUTH_HANDLER_CLASS - Static variable in class co.cask.cdap.common.conf.Constants.Security
Authentication Handler class name
AUTH_HANDLER_CONFIG_BASE - Static variable in class co.cask.cdap.common.conf.Constants.Security
Prefix for all configurable properties of an Authentication handler.
AUTH_KEY_UPDATE_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.HBase
 
AUTH_SERVER_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Security
Deprecated.
AUTH_SERVER_ANNOUNCE_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Security
Address that clients should use to communicate with the Authentication Server.
AUTH_SERVER_BIND_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Security
Address the Authentication Server should bind to.
AUTH_SERVER_BIND_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Security
Configuration for External Authentication Server.
AuthenticationChannelHandler - Class in co.cask.cdap.common.http
An UpstreamHandler that verifies the userId in a request header and updates the SecurityRequestContext.
AuthenticationChannelHandler() - Constructor for class co.cask.cdap.common.http.AuthenticationChannelHandler
 

B

BACKLOG_CONNECTIONS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
BACKLOG_CONNECTIONS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
BACKLOG_CONNECTIONS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
BACKLOG_CONNECTIONS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
BACKLOG_CONNECTIONS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
BadRequestException - Exception in co.cask.cdap.common
Thrown when the input was bad.
BadRequestException(String) - Constructor for exception co.cask.cdap.common.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception co.cask.cdap.common.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception co.cask.cdap.common.BadRequestException
 
BalancedAssignmentStrategy - Class in co.cask.cdap.common.zookeeper.coordination
A AssignmentStrategy that tries to balance partition replica assignment with minimum movement.
BalancedAssignmentStrategy() - Constructor for class co.cask.cdap.common.zookeeper.coordination.BalancedAssignmentStrategy
 
BASE_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
baseURL() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ResourceInfo
Returns the base URL of the resource.
BASIC_REALM_FILE - Static variable in class co.cask.cdap.common.conf.Constants.Security
Realm file for Basic Authentication
BATCH_BUFFER_THRESHOLD - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
beginTry() - Method in class co.cask.cdap.internal.asm.FinallyAdapter
Sub-class should call this to signal the beginning of the try block.
BinaryDecoder - Class in co.cask.cdap.common.io
An Decoder for binary-format data.
BinaryDecoder(InputStream) - Constructor for class co.cask.cdap.common.io.BinaryDecoder
 
BinaryEncoder - Class in co.cask.cdap.common.io
An Encoder for binary-format data.
BinaryEncoder(OutputStream) - Constructor for class co.cask.cdap.common.io.BinaryEncoder
 
BIND_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Dashboard
Port for the dashboard to bind to in non-SSL mode.
BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
BufferedEncoder - Class in co.cask.cdap.common.io
A Encoder that performs all writes to in memory buffer.
BufferedEncoder(int, Function<OutputStream, Encoder>) - Constructor for class co.cask.cdap.common.io.BufferedEncoder
 
build() - Method in class co.cask.cdap.common.service.CommandPortService.Builder
Builds the CommandPortService.
build() - Method in class co.cask.cdap.common.startup.CheckRunner.Builder
Build the CheckRunner.
build() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Builder
 
builder(String) - Static method in class co.cask.cdap.common.service.CommandPortService
Returns a CommandPortService.Builder to build instance of this class.
builder(Injector) - Static method in class co.cask.cdap.common.startup.CheckRunner
Create a builder that uses the specified injector to instantiate checks to run.
builder(String) - Static method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement
BuilderException - Exception in co.cask.cdap.common.builder
Exception that is raised when there is an issue building the object.
BuilderException() - Constructor for exception co.cask.cdap.common.builder.BuilderException
Basic construction of exception.
BuilderException(String) - Constructor for exception co.cask.cdap.common.builder.BuilderException
Construction of exception with reason specified.
BuilderException(Throwable) - Constructor for exception co.cask.cdap.common.builder.BuilderException
Construction of exception with a Throwable.
BuilderException(String, Throwable) - Constructor for exception co.cask.cdap.common.builder.BuilderException
Construction of exception with reason and throwable.
BundleJarUtil - Class in co.cask.cdap.common.lang.jar
Utility functions that operate on bundle jars.
BYPASS_AUTHENTICATION_REGEX - Static variable in class co.cask.cdap.common.conf.Constants.Security.Router
Paths to exclude from authentication, given by a single regular expression
ByteBuffers - Class in co.cask.cdap.common.io
A utility class that helps to use a ByteBuffer correctly and efficiently.
ByteCodeClassLoader - Class in co.cask.cdap.internal.asm
A ClassLoader for loading known bytecode.
ByteCodeClassLoader(ClassLoader) - Constructor for class co.cask.cdap.internal.asm.ByteCodeClassLoader
 
bytecodes - Variable in class co.cask.cdap.internal.asm.ByteCodeClassLoader
Map from class name to bytecode.

C

CACHE_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
 
CACHE_REFRESH_INTERVAL_SECS - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
 
CACHE_TTL_SECS - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
 
canCheckStatus() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
canCheckStatus() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
canCheckStatus() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Possible to check the status of the service.
CannotBeCreatedException - Exception in co.cask.cdap.common
Thrown when an element cannot be created.
CannotBeCreatedException(Id, String) - Constructor for exception co.cask.cdap.common.CannotBeCreatedException
 
CannotBeCreatedException(Id, Throwable) - Constructor for exception co.cask.cdap.common.CannotBeCreatedException
 
CannotBeDeletedException - Exception in co.cask.cdap.common
Thrown when an element cannot be deleted.
CannotBeDeletedException(Id) - Constructor for exception co.cask.cdap.common.CannotBeDeletedException
 
CannotBeDeletedException(Id, String) - Constructor for exception co.cask.cdap.common.CannotBeDeletedException
 
CannotBeDeletedException(Id, Throwable) - Constructor for exception co.cask.cdap.common.CannotBeDeletedException
 
CAppender - Class in co.cask.cdap.common.logging.logback
Handles emitted log messages and delegates the actual writing to provided LogWriter.
CAppender() - Constructor for class co.cask.cdap.common.logging.logback.CAppender
 
CaseInsensitiveEnumTypeAdapterFactory - Class in co.cask.cdap.common.io
Type adapter that serializes enums in lowercase and deserializes enums in a case insensitive way.
CaseInsensitiveEnumTypeAdapterFactory() - Constructor for class co.cask.cdap.common.io.CaseInsensitiveEnumTypeAdapterFactory
 
cConf - Variable in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
CCONF_KEY - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
CConfiguration - Class in co.cask.cdap.common.conf
CConfiguration is an extension of the Hadoop Configuration class.
CConfigurationUtil - Class in co.cask.cdap.common.conf
Utilities for CConfiguration.
CDAP_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
CDAP_SITE - Static variable in exception co.cask.cdap.common.FeatureDisabledException
 
CDAP_VERSION - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
CFG_CDAP_MASTER_KRB_KEYTAB_PATH - Static variable in class co.cask.cdap.common.conf.Constants.Security
Path to the Kerberos keytab file used by CDAP master
CFG_CDAP_MASTER_KRB_PRINCIPAL - Static variable in class co.cask.cdap.common.conf.Constants.Security
Kerberos principal used by CDAP master
CFG_DATA_INMEMORY_PERSISTENCE - Static variable in class co.cask.cdap.common.conf.Constants
defines which persistence engine to use when running all in one JVM.
CFG_DATA_LEVELDB_BLOCKSIZE - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_DATA_LEVELDB_CACHESIZE - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_DATA_LEVELDB_DIR - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_DATA_LEVELDB_FSYNC - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_FILE_BASED_KEYFILE_PATH - Static variable in class co.cask.cdap.common.conf.Constants.Security
 
CFG_HDFS_LIB_DIR - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_HDFS_NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_HDFS_USER - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_LOCAL_DATA_DIR - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_LOG_COLLECTION_ROOT - Static variable in class co.cask.cdap.common.conf.Constants
Config for Log Collection.
CFG_REALM - Static variable in class co.cask.cdap.common.conf.Constants.Security
Configuration for security realm.
CFG_ROLL_INSTANCES - Static variable in class co.cask.cdap.common.logging.LogConfiguration
 
CFG_ROLL_THRESHOLD - Static variable in class co.cask.cdap.common.logging.LogConfiguration
 
CFG_SCHEDULER_MAX_THREAD_POOL_SIZE - Static variable in class co.cask.cdap.common.conf.Constants.Scheduler
 
CFG_SESSION_TIMEOUT_MILLIS - Static variable in class co.cask.cdap.common.conf.Constants.Zookeeper
 
CFG_TWILL_NO_CONTAINER_TIMEOUT - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_TWILL_RESERVED_MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants
 
CFG_TWILL_ZK_NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants
 
Check - Class in co.cask.cdap.common.startup
Checks something at start up, throwing an exception if the check failed.
Check() - Constructor for class co.cask.cdap.common.startup.Check
 
check(boolean, String, Object...) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
CHECK_CLASSES - Static variable in class co.cask.cdap.common.conf.Constants.Startup
 
CHECK_PACKAGES - Static variable in class co.cask.cdap.common.conf.Constants.Startup
 
checkGetStatus(String) - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
CheckRunner - Class in co.cask.cdap.common.startup
Runs a collection of Checks.
CheckRunner.Builder - Class in co.cask.cdap.common.startup
Builds a CheckRunner.
CheckRunner.Builder(Injector) - Constructor for class co.cask.cdap.common.startup.CheckRunner.Builder
 
CheckRunner.Failure - Class in co.cask.cdap.common.startup
Contains the name of a failed check and the exception that caused the failure.
CheckRunner.Failure(String, Exception) - Constructor for class co.cask.cdap.common.startup.CheckRunner.Failure
 
CHECKS_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Startup
 
chunk(ChannelBuffer, HttpResponder) - Method in class co.cask.cdap.common.http.AbstractBodyConsumer
 
CLASS_INFO_TO_CLASS_NAME - Static variable in class co.cask.cdap.common.lang.ClassPathResources
 
ClassDefinition - Class in co.cask.cdap.internal.asm
Class for carrying information of the generated class.
ClassDefinition(byte[], String) - Constructor for class co.cask.cdap.internal.asm.ClassDefinition
 
ClassDefinition(byte[], String, Iterable<? extends Class<?>>) - Constructor for class co.cask.cdap.internal.asm.ClassDefinition
 
Classes - Class in co.cask.cdap.internal.asm
A util class to help on class inspections and manipulations through bytecode.
ClassLoaders - Class in co.cask.cdap.common.lang
Utility class for collection of methods for dealing with ClassLoader and loading class.
ClassPath - Class in co.cask.cdap.common.internal.guava
Scans the source of a ClassLoader and finds all loadable classes and resources.
ClassPath.ClassInfo - Class in co.cask.cdap.common.internal.guava
Represents a class that can be loaded through ClassPath.ClassInfo.load().
ClassPath.ResourceInfo - Class in co.cask.cdap.common.internal.guava
Represents a class path resource that can be either a class file or any other resource file loadable from the class path.
ClassPathResources - Class in co.cask.cdap.common.lang
Utility methods for ClassPath resources.
ClassRewriter - Interface in co.cask.cdap.common.lang
Represents classes that can rewrite class bytecode.
CLEANUP_JOB_SCHEDULE_SECS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
clear() - Method in class co.cask.cdap.common.conf.Configuration
Clears all keys from the configuration.
CLIENT_BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
CLIENT_WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
close() - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
 
close() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirIterator
 
close() - Method in class co.cask.cdap.common.logging.LogCollector
 
close() - Method in class co.cask.cdap.common.logging.LogFileWriter
 
close() - Method in interface co.cask.cdap.common.logging.LogWriter
closes the writer and flushes and closes all open files.
CLUSTER_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
co.cask.cdap.common - package co.cask.cdap.common
 
co.cask.cdap.common.app - package co.cask.cdap.common.app
 
co.cask.cdap.common.async - package co.cask.cdap.common.async
This package contains classes for async operations.
co.cask.cdap.common.builder - package co.cask.cdap.common.builder
Classes related to builder.
co.cask.cdap.common.collect - package co.cask.cdap.common.collect
Classes for managing collections.
co.cask.cdap.common.conf - package co.cask.cdap.common.conf
Configuration classes.
co.cask.cdap.common.dataset - package co.cask.cdap.common.dataset
 
co.cask.cdap.common.db - package co.cask.cdap.common.db
Database related classes.
co.cask.cdap.common.discovery - package co.cask.cdap.common.discovery
Service discovery classes.
co.cask.cdap.common.election - package co.cask.cdap.common.election
 
co.cask.cdap.common.entity - package co.cask.cdap.common.entity
 
co.cask.cdap.common.guice - package co.cask.cdap.common.guice
Injection modules.
co.cask.cdap.common.http - package co.cask.cdap.common.http
 
co.cask.cdap.common.internal.guava - package co.cask.cdap.common.internal.guava
 
co.cask.cdap.common.internal.remote - package co.cask.cdap.common.internal.remote
 
co.cask.cdap.common.io - package co.cask.cdap.common.io
IO Codec.
co.cask.cdap.common.kerberos - package co.cask.cdap.common.kerberos
 
co.cask.cdap.common.lang - package co.cask.cdap.common.lang
Classes related to Java language.
co.cask.cdap.common.lang.jar - package co.cask.cdap.common.lang.jar
This package contains Class loaders and related utilities.
co.cask.cdap.common.logging - package co.cask.cdap.common.logging
Contains classes that handle log events.
co.cask.cdap.common.logging.common - package co.cask.cdap.common.logging.common
This package contains utilities related to logging.
co.cask.cdap.common.logging.logback - package co.cask.cdap.common.logging.logback
Contains classes that handle logback log events.
co.cask.cdap.common.logging.perf - package co.cask.cdap.common.logging.perf
This package contains utilities related to time logging.
co.cask.cdap.common.metadata - package co.cask.cdap.common.metadata
 
co.cask.cdap.common.metrics - package co.cask.cdap.common.metrics
 
co.cask.cdap.common.namespace - package co.cask.cdap.common.namespace
 
co.cask.cdap.common.namespace.guice - package co.cask.cdap.common.namespace.guice
 
co.cask.cdap.common.options - package co.cask.cdap.common.options
Command line options.
co.cask.cdap.common.queue - package co.cask.cdap.common.queue
This package contains utilities related to queues.
co.cask.cdap.common.resource - package co.cask.cdap.common.resource
 
co.cask.cdap.common.runtime - package co.cask.cdap.common.runtime
Runtime common modules.
co.cask.cdap.common.security - package co.cask.cdap.common.security
 
co.cask.cdap.common.service - package co.cask.cdap.common.service
 
co.cask.cdap.common.startup - package co.cask.cdap.common.startup
 
co.cask.cdap.common.stream - package co.cask.cdap.common.stream
This package contains utilities related to streams.
co.cask.cdap.common.stream.notification - package co.cask.cdap.common.stream.notification
 
co.cask.cdap.common.twill - package co.cask.cdap.common.twill
Wrapper classes to run twill applications.
co.cask.cdap.common.utils - package co.cask.cdap.common.utils
This package contains various utilities.
co.cask.cdap.common.zookeeper - package co.cask.cdap.common.zookeeper
This package contains classes for interact with ZooKeeper.
co.cask.cdap.common.zookeeper.coordination - package co.cask.cdap.common.zookeeper.coordination
This package contains classes for performing coordination of resource allocation.
co.cask.cdap.common.zookeeper.election - package co.cask.cdap.common.zookeeper.election
Classes to handle leader election.
co.cask.cdap.common.zookeeper.store - package co.cask.cdap.common.zookeeper.store
 
co.cask.cdap.gateway.handlers - package co.cask.cdap.gateway.handlers
Handlers defined in Gateway.
co.cask.cdap.gateway.util - package co.cask.cdap.gateway.util
Gateway util.
co.cask.cdap.internal.app.store - package co.cask.cdap.internal.app.store
 
co.cask.cdap.internal.asm - package co.cask.cdap.internal.asm
ASM related common classes.
co.cask.cdap.internal.io - package co.cask.cdap.internal.io
Common IO classes.
co.cask.cdap.internal.test - package co.cask.cdap.internal.test
 
Codec<T> - Interface in co.cask.cdap.common.io
Common interface representing a utility which knows how to serialize and deserialize a given type of object.
COLLECT_APP_CONTAINER_LOG_LEVEL - Static variable in class co.cask.cdap.common.conf.Constants
 
COLLECT_CONTAINER_LOGS - Static variable in class co.cask.cdap.common.conf.Constants
 
Collector<Element> - Interface in co.cask.cdap.common.collect
This can be used to collect with different strategies while iterating over a stream of elements.
CombineClassLoader - Class in co.cask.cdap.common.lang
A ClassLoader that load classes from list of other ClassLoaders.
CombineClassLoader(ClassLoader, Iterable<? extends ClassLoader>) - Constructor for class co.cask.cdap.common.lang.CombineClassLoader
Creates a CombineClassLoader with the given parent and a list of ClassLoaders for delegation.
COMMAND - Static variable in class co.cask.cdap.common.service.RUOKHandler
 
CommandPortService - Class in co.cask.cdap.common.service
This class acts as a simple TCP server that accepts textual command and produce textual response.
CommandPortService.Builder - Class in co.cask.cdap.common.service
Builder for creating CommandPortService.
CommandPortService.CommandHandler - Interface in co.cask.cdap.common.service
Interface for defining handler to react to a command.
CommonHandlers - Class in co.cask.cdap.gateway.handlers
Adds bindings for common handlers.
CommonHandlers() - Constructor for class co.cask.cdap.gateway.handlers.CommonHandlers
 
CommonNettyHttpServiceBuilder - Class in co.cask.cdap.common.http
Provides a NettyHttpService.Builder that has common settings built-in.
CommonNettyHttpServiceBuilder(CConfiguration) - Constructor for class co.cask.cdap.common.http.CommonNettyHttpServiceBuilder
 
COMPARATOR - Static variable in class co.cask.cdap.common.zookeeper.coordination.DiscoverableComparator
 
COMPARATOR - Static variable in class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
 
compare(StreamEvent, StreamEvent) - Method in class co.cask.cdap.common.stream.StreamEventComparator
 
compare(Discoverable, Discoverable) - Method in class co.cask.cdap.common.zookeeper.coordination.DiscoverableComparator
 
compareTo(ProjectInfo.Version) - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
compareTo(ResourceRequirement.Partition) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
 
COMPONENT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
COMPONENT_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Logging
 
ComponentLoggingContext - Class in co.cask.cdap.common.logging
Component Logging Context.
ComponentLoggingContext(String, String) - Constructor for class co.cask.cdap.common.logging.ComponentLoggingContext
Constructs ComponentLoggingContext.
compute(T) - Method in class co.cask.cdap.common.conf.SyncPropertyUpdater
 
CONFIG_AUTHENTICATION_REQUIRED - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
CONFIG_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.ConfigStore
 
configCDAP(HttpRequest, HttpResponder, String) - Method in class co.cask.cdap.gateway.handlers.ConfigHandler
 
configHadoop(HttpRequest, HttpResponder, String) - Method in class co.cask.cdap.gateway.handlers.ConfigHandler
 
ConfigHandler - Class in co.cask.cdap.gateway.handlers
Handles requests to view CConfiguration.
ConfigHandler(ConfigService) - Constructor for class co.cask.cdap.gateway.handlers.ConfigHandler
 
ConfigModule - Class in co.cask.cdap.common.guice
Guice module to provide bindings for configurations.
ConfigModule() - Constructor for class co.cask.cdap.common.guice.ConfigModule
 
ConfigModule(Configuration) - Constructor for class co.cask.cdap.common.guice.ConfigModule
 
ConfigModule(CConfiguration) - Constructor for class co.cask.cdap.common.guice.ConfigModule
 
ConfigModule(CConfiguration, Configuration) - Constructor for class co.cask.cdap.common.guice.ConfigModule
 
ConfigModule(CConfiguration, Configuration, SConfiguration) - Constructor for class co.cask.cdap.common.guice.ConfigModule
 
ConfigService - Class in co.cask.cdap.gateway.handlers
ConfigService(CConfiguration, Configuration) - Constructor for class co.cask.cdap.gateway.handlers.ConfigService
 
Configurable - Interface in co.cask.cdap.common.conf
Interface defining the object is configurable.
Configuration - Class in co.cask.cdap.common.conf
Provides access to configuration parameters.
Configuration() - Constructor for class co.cask.cdap.common.conf.Configuration
A new configuration.
Configuration(Configuration) - Constructor for class co.cask.cdap.common.conf.Configuration
A new configuration with the same settings cloned from another.
Configuration.IntegerRanges - Class in co.cask.cdap.common.conf
A class that represents a set of positive integer ranges.
Configuration.IntegerRanges() - Constructor for class co.cask.cdap.common.conf.Configuration.IntegerRanges
 
Configuration.IntegerRanges(String) - Constructor for class co.cask.cdap.common.conf.Configuration.IntegerRanges
 
ConfigurationLogger - Class in co.cask.cdap.common.startup
Logs important configuration information.
ConfigurationLogger() - Constructor for class co.cask.cdap.common.startup.ConfigurationLogger
 
ConfigurationUtil - Class in co.cask.cdap.common.conf
Has methods to set/get objects into Configuration object.
configure() - Method in class co.cask.cdap.common.guice.ConfigModule
 
configure() - Method in class co.cask.cdap.common.guice.IOModule
 
configure() - Method in class co.cask.cdap.common.guice.KafkaClientModule
 
configure() - Method in class co.cask.cdap.common.guice.TwillModule
 
configure() - Method in class co.cask.cdap.common.guice.ZKClientModule
 
configure(LogConfiguration) - Method in class co.cask.cdap.common.logging.LogFileReader
 
configure(LogConfiguration) - Method in class co.cask.cdap.common.logging.LogFileWriter
 
configure(LogConfiguration) - Method in interface co.cask.cdap.common.logging.LogReader
Configures this reader.
configure(LogConfiguration) - Method in interface co.cask.cdap.common.logging.LogWriter
Configures this writer.
configure() - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
ConflictException - Exception in co.cask.cdap.common
Thrown when there was a conflict.
ConflictException() - Constructor for exception co.cask.cdap.common.ConflictException
 
ConflictException(String) - Constructor for exception co.cask.cdap.common.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception co.cask.cdap.common.ConflictException
 
CONNECTION_TIMEOUT_PROPERTY_NAME - Static variable in class co.cask.cdap.common.http.DefaultHttpRequestConfig
 
CONNECTION_TIMEOUT_SECS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
Constants - Class in co.cask.cdap.common.conf
Constants used by different systems are all defined here.
Constants() - Constructor for class co.cask.cdap.common.conf.Constants
 
Constants.AppFabric - Class in co.cask.cdap.common.conf
App Fabric Configuration.
Constants.AppFabric() - Constructor for class co.cask.cdap.common.conf.Constants.AppFabric
 
Constants.AppMetaStore - Class in co.cask.cdap.common.conf
Application metadata store.
Constants.AppMetaStore() - Constructor for class co.cask.cdap.common.conf.Constants.AppMetaStore
 
Constants.Audit - Class in co.cask.cdap.common.conf
Constants for publishing audit
Constants.Audit() - Constructor for class co.cask.cdap.common.conf.Constants.Audit
 
Constants.ConfigStore - Class in co.cask.cdap.common.conf
Configuration Store.
Constants.ConfigStore() - Constructor for class co.cask.cdap.common.conf.Constants.ConfigStore
 
Constants.Dangerous - Class in co.cask.cdap.common.conf
Dangerous Options.
Constants.Dangerous() - Constructor for class co.cask.cdap.common.conf.Constants.Dangerous
 
Constants.Dashboard - Class in co.cask.cdap.common.conf
Constants for the dashboard/frontend.
Constants.Dashboard() - Constructor for class co.cask.cdap.common.conf.Constants.Dashboard
 
Constants.Dataset - Class in co.cask.cdap.common.conf
Datasets.
Constants.Dataset() - Constructor for class co.cask.cdap.common.conf.Constants.Dataset
 
Constants.Dataset.Executor - Class in co.cask.cdap.common.conf
DatasetUserService configuration.
Constants.Dataset.Executor() - Constructor for class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
Constants.Dataset.Extensions - Class in co.cask.cdap.common.conf
Dataset extensions.
Constants.Dataset.Extensions() - Constructor for class co.cask.cdap.common.conf.Constants.Dataset.Extensions
 
Constants.Dataset.Manager - Class in co.cask.cdap.common.conf
DatasetManager service configuration.
Constants.Dataset.Manager() - Constructor for class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
Constants.Dataset.Partitioned - Class in co.cask.cdap.common.conf
Constants for PartitionedFileSet's DynamicPartitioner
Constants.Dataset.Partitioned() - Constructor for class co.cask.cdap.common.conf.Constants.Dataset.Partitioned
 
Constants.EndPoints - Class in co.cask.cdap.common.conf
Constants for endpoints
Constants.EndPoints() - Constructor for class co.cask.cdap.common.conf.Constants.EndPoints
 
Constants.Explore - Class in co.cask.cdap.common.conf
Explore module configuration.
Constants.Explore() - Constructor for class co.cask.cdap.common.conf.Constants.Explore
 
Constants.Explore.Jdbc - Class in co.cask.cdap.common.conf
Explore JDBC constants.
Constants.Explore.Jdbc() - Constructor for class co.cask.cdap.common.conf.Constants.Explore.Jdbc
 
Constants.External - Class in co.cask.cdap.common.conf
Constants related to external systems.
Constants.External() - Constructor for class co.cask.cdap.common.conf.Constants.External
 
Constants.External.JavaSecurity - Class in co.cask.cdap.common.conf
Constants used by Java security.
Constants.External.JavaSecurity() - Constructor for class co.cask.cdap.common.conf.Constants.External.JavaSecurity
 
Constants.External.Zookeeper - Class in co.cask.cdap.common.conf
Constants used by ZooKeeper.
Constants.External.Zookeeper() - Constructor for class co.cask.cdap.common.conf.Constants.External.Zookeeper
 
Constants.Gateway - Class in co.cask.cdap.common.conf
Gateway Configurations.
Constants.Gateway() - Constructor for class co.cask.cdap.common.conf.Constants.Gateway
 
Constants.HBase - Class in co.cask.cdap.common.conf
HBase configurations.
Constants.HBase() - Constructor for class co.cask.cdap.common.conf.Constants.HBase
 
Constants.InMemoryPersistenceType - Enum in co.cask.cdap.common.conf
Data Fabric.
Constants.Logging - Class in co.cask.cdap.common.conf
Logging constants.
Constants.Logging() - Constructor for class co.cask.cdap.common.conf.Constants.Logging
 
Constants.LogSaver - Class in co.cask.cdap.common.conf
Configurations for log saver.
Constants.LogSaver() - Constructor for class co.cask.cdap.common.conf.Constants.LogSaver
 
Constants.Metadata - Class in co.cask.cdap.common.conf
Constants for metadata service
Constants.Metadata() - Constructor for class co.cask.cdap.common.conf.Constants.Metadata
 
Constants.Metrics - Class in co.cask.cdap.common.conf
Metrics constants.
Constants.Metrics() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics
 
Constants.Metrics.Dataset - Class in co.cask.cdap.common.conf
Metric's dataset related constants.
Constants.Metrics.Dataset() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Dataset
 
Constants.Metrics.Name - Class in co.cask.cdap.common.conf
Metric names
Constants.Metrics.Name() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Name
 
Constants.Metrics.Name.Dataset - Class in co.cask.cdap.common.conf
Dataset metrics
Constants.Metrics.Name.Dataset() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Name.Dataset
 
Constants.Metrics.Name.Flow - Class in co.cask.cdap.common.conf
Flow metrics
Constants.Metrics.Name.Flow() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Name.Flow
 
Constants.Metrics.Name.Log - Class in co.cask.cdap.common.conf
Logs metrics
Constants.Metrics.Name.Log() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Name.Log
 
Constants.Metrics.Name.Service - Class in co.cask.cdap.common.conf
Service metrics
Constants.Metrics.Name.Service() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Name.Service
 
Constants.Metrics.Query - Class in co.cask.cdap.common.conf
Metrics query constants and defaults
Constants.Metrics.Query() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Query
 
Constants.Metrics.Tag - Class in co.cask.cdap.common.conf
Metrics context tags
Constants.Metrics.Tag() - Constructor for class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
Constants.MetricsCollector - Class in co.cask.cdap.common.conf
Configurations for metrics collector.
Constants.MetricsCollector() - Constructor for class co.cask.cdap.common.conf.Constants.MetricsCollector
 
Constants.MetricsProcessor - Class in co.cask.cdap.common.conf
Configurations for metrics processor.
Constants.MetricsProcessor() - Constructor for class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
Constants.Monitor - Class in co.cask.cdap.common.conf
Monitor constants.
Constants.Monitor() - Constructor for class co.cask.cdap.common.conf.Constants.Monitor
 
Constants.Namespace - Class in co.cask.cdap.common.conf
Constants for namespaces
Constants.Namespace() - Constructor for class co.cask.cdap.common.conf.Constants.Namespace
 
Constants.Notification - Class in co.cask.cdap.common.conf
Notification system configuration.
Constants.Notification() - Constructor for class co.cask.cdap.common.conf.Constants.Notification
 
Constants.Notification.Stream - Class in co.cask.cdap.common.conf
Notifications in Streams constants.
Constants.Notification.Stream() - Constructor for class co.cask.cdap.common.conf.Constants.Notification.Stream
 
Constants.Plugin - Class in co.cask.cdap.common.conf
Plugin Artifacts constants.
Constants.Plugin() - Constructor for class co.cask.cdap.common.conf.Constants.Plugin
 
Constants.RemoteSystemOpService - Class in co.cask.cdap.common.conf
Constants for Remote System Operation Service.
Constants.RemoteSystemOpService() - Constructor for class co.cask.cdap.common.conf.Constants.RemoteSystemOpService
 
Constants.Router - Class in co.cask.cdap.common.conf
Router Configuration.
Constants.Router() - Constructor for class co.cask.cdap.common.conf.Constants.Router
 
Constants.Scheduler - Class in co.cask.cdap.common.conf
Scheduler options.
Constants.Scheduler() - Constructor for class co.cask.cdap.common.conf.Constants.Scheduler
 
Constants.Security - Class in co.cask.cdap.common.conf
Security configuration.
Constants.Security() - Constructor for class co.cask.cdap.common.conf.Constants.Security
 
Constants.Security.AuthenticationServer - Class in co.cask.cdap.common.conf
Security configuration for ExternalAuthenticationServer.
Constants.Security.AuthenticationServer() - Constructor for class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
 
Constants.Security.Authorization - Class in co.cask.cdap.common.conf
Authorization.
Constants.Security.Authorization() - Constructor for class co.cask.cdap.common.conf.Constants.Security.Authorization
 
Constants.Security.Headers - Class in co.cask.cdap.common.conf
Headers for security.
Constants.Security.Headers() - Constructor for class co.cask.cdap.common.conf.Constants.Security.Headers
 
Constants.Security.Router - Class in co.cask.cdap.common.conf
Security configuration for Router.
Constants.Security.Router() - Constructor for class co.cask.cdap.common.conf.Constants.Security.Router
 
Constants.Security.Store - Class in co.cask.cdap.common.conf
Secure Store
Constants.Security.Store() - Constructor for class co.cask.cdap.common.conf.Constants.Security.Store
 
Constants.Service - Class in co.cask.cdap.common.conf
Global Service names.
Constants.Service() - Constructor for class co.cask.cdap.common.conf.Constants.Service
 
Constants.Startup - Class in co.cask.cdap.common.conf
Configuration for Master startup.
Constants.Startup() - Constructor for class co.cask.cdap.common.conf.Constants.Startup
 
Constants.Stream - Class in co.cask.cdap.common.conf
Stream configurations and constants.
Constants.Stream() - Constructor for class co.cask.cdap.common.conf.Constants.Stream
 
Constants.Stream.Headers - Class in co.cask.cdap.common.conf
Contains HTTP headers used by Stream handler.
Constants.Stream.Headers() - Constructor for class co.cask.cdap.common.conf.Constants.Stream.Headers
 
Constants.Stream.View - Class in co.cask.cdap.common.conf
Stream view constants.
Constants.Stream.View() - Constructor for class co.cask.cdap.common.conf.Constants.Stream.View
 
Constants.Transaction - Class in co.cask.cdap.common.conf
Transactions.
Constants.Transaction() - Constructor for class co.cask.cdap.common.conf.Constants.Transaction
 
Constants.Transaction.Container - Class in co.cask.cdap.common.conf
Twill Runnable configuration.
Constants.Transaction.Container() - Constructor for class co.cask.cdap.common.conf.Constants.Transaction.Container
 
Constants.Webapp - Class in co.cask.cdap.common.conf
Webapp Configuration.
Constants.Webapp() - Constructor for class co.cask.cdap.common.conf.Constants.Webapp
 
Constants.Zookeeper - Class in co.cask.cdap.common.conf
ZooKeeper Configuration.
Constants.Zookeeper() - Constructor for class co.cask.cdap.common.conf.Constants.Zookeeper
 
CONSUMER - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
CONSUMER_TABLE_PRESPLITS - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
CONTAINER_INSTANCE_ID - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
CONTAINER_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
CONTAINER_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
CONTAINER_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
CONTAINER_MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
CONTAINER_MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
CONTAINER_MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
CONTAINER_VIRTUAL_CORES - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
Twill Runnable configuration
CONTAINER_VIRTUAL_CORES - Static variable in class co.cask.cdap.common.conf.Constants.Explore
Twill Runnable configuration
CONTAINER_VIRTUAL_CORES - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
contains(String) - Method in class co.cask.cdap.common.lang.jar.JarResources
Checks if an entry exists with the given name.
contextMap(String...) - Static method in class co.cask.cdap.common.metrics.MetricsTags
 
copy(CConfiguration) - Static method in class co.cask.cdap.common.conf.CConfiguration
Creates a new instance which clones all configurations from another CConfiguration.
copy(ByteBuffer) - Static method in class co.cask.cdap.common.io.ByteBuffers
Creates a new ByteBuffer which the content the same as the given ByteBuffer by copying the content.
copyTxProperties(CConfiguration, Configuration) - Static method in class co.cask.cdap.common.conf.CConfigurationUtil
 
create() - Static method in class co.cask.cdap.common.conf.CConfiguration
Creates an instance of configuration.
create(File, File...) - Static method in class co.cask.cdap.common.conf.CConfiguration
Creates an instance of configuration.
create(URL, URL...) - Static method in class co.cask.cdap.common.conf.CConfiguration
Creates an instance of configuration.
create(InputStream) - Static method in class co.cask.cdap.common.conf.CConfiguration
Creates an instance of configuration.
create() - Static method in class co.cask.cdap.common.conf.SConfiguration
Creates an instance of SConfiguration.
create(Gson, TypeToken<T>) - Method in class co.cask.cdap.common.io.CaseInsensitiveEnumTypeAdapterFactory
 
create(String) - Method in class co.cask.cdap.common.io.RootLocationFactory
 
create(URI) - Method in class co.cask.cdap.common.io.RootLocationFactory
 
create(ClassLoader) - Static method in class co.cask.cdap.common.lang.FilterClassLoader
Creates a new FilterClassLoader that filter classes based on the FilterClassLoader.defaultFilter() on the given parent ClassLoader
create() - Method in interface co.cask.cdap.common.lang.Instantiator
 
create(NamespaceMeta) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceClient
 
create(NamespaceMeta) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
create(NamespaceMeta) - Method in class co.cask.cdap.common.namespace.LocalNamespaceClient
 
create(NamespaceMeta) - Method in interface co.cask.cdap.common.namespace.NamespaceAdmin
Creates a new namespace.
create(ZKClient, Codec<T>) - Static method in class co.cask.cdap.common.zookeeper.store.ZKPropertyStore
Creates an instance of ZKPropertyStore.
create(ZKClient, String, Codec<T>) - Static method in class co.cask.cdap.common.zookeeper.store.ZKPropertyStore
Creates an instance of ZKPropertyStore with nodes created under the given namespace.
create(TypeToken<T>, Schema) - Method in class co.cask.cdap.internal.io.ASMDatumWriterFactory
Creates a DatumWriter that is able to encode given data type with the given Schema.
create(TypeToken<T>, Schema) - Method in interface co.cask.cdap.internal.io.DatumReaderFactory
Creates a DatumReader that can decode object of type T.
create(TypeToken<T>, Schema) - Method in interface co.cask.cdap.internal.io.DatumWriterFactory
 
create(TypeToken<T>, Schema) - Method in class co.cask.cdap.internal.io.ReflectionDatumReaderFactory
 
create(TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
create(String) - Method in class org.apache.twill.filesystem.FileContextLocationFactory
 
create(URI) - Method in class org.apache.twill.filesystem.FileContextLocationFactory
 
createArchive(File, OutputSupplier<? extends ZipOutputStream>) - Static method in class co.cask.cdap.common.lang.jar.BundleJarUtil
Creates an archive including all the files present in the given input.
createClassResourceLookup(ClassLoader) - Static method in class co.cask.cdap.common.lang.ClassLoaders
Creates a Function that perform class name to class resource lookup.
createDeploymentJar(LocationFactory, Class<?>, Manifest, File...) - Static method in class co.cask.cdap.internal.test.AppJarHelper
 
createDeploymentJar(LocationFactory, Class<?>, Manifest, ClassAcceptor, File...) - Static method in class co.cask.cdap.internal.test.AppJarHelper
 
createDeploymentJar(LocationFactory, Class<?>, File...) - Static method in class co.cask.cdap.internal.test.AppJarHelper
 
createFailureResponse() - Method in exception co.cask.cdap.common.HandlerException
 
createFromContext() - Static method in class co.cask.cdap.common.app.MainClassLoader
 
createFromContext(FilterClassLoader.Filter) - Static method in class co.cask.cdap.common.app.MainClassLoader
 
createJar(File, File) - Static method in class co.cask.cdap.common.lang.jar.BundleJarUtil
Creates an JAR including all the files present in the given input.
createLauncher(TwillSpecification, String) - Method in class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
createLauncher(String, TwillSpecification, String) - Method in class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
createNew() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
createOrSet(ZKClient, String, Supplier<T>, Codec<T>, int) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Attempts to create a persistent node with the given content.
createOrSet(ZKClient, String, Supplier<T>, Codec<T>, int, List<ACL>) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Attempts to create a persistent node with the given content.
createPluginJar(LocationFactory, Manifest, Class<?>, Class<?>...) - Static method in class co.cask.cdap.internal.test.PluginJarHelper
 
createProcessController(ApplicationId) - Method in class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
createRedirectedErrStream(Logger, PrintStream) - Static method in class co.cask.cdap.common.logging.RedirectedPrintStream
Creates RedirectedPrintStream from given errorstream which will be redirected to given logger.
createRedirectedOutStream(Logger, PrintStream) - Static method in class co.cask.cdap.common.logging.RedirectedPrintStream
Creates RedirectedPrintStream from given outstream which will be redirected to given logger.
createService(Set<Integer>) - Method in class co.cask.cdap.common.resource.ResourceBalancerService
Creates an instance of Service that gets assigned the given partitions.
createTempDir(File) - Static method in class co.cask.cdap.common.utils.DirUtils
Creates a temp directory inside the given base directory.

D

DaemonMain - Class in co.cask.cdap.common.runtime
A abstract base class for bridging standard main method to method invoked through apache commons-daemon jsvc.
DaemonMain() - Constructor for class co.cask.cdap.common.runtime.DaemonMain
 
DATA_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Dataset
 
DATASET - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
DATASET_EXECUTOR - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
DATASET_MANAGER - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
DATASET_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
DATASET_NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
DATASET_UNCHECKED_UPGRADE - Static variable in class co.cask.cdap.common.conf.Constants.Dataset
 
DatasetAlreadyExistsException - Exception in co.cask.cdap.common
Thrown when the user tries to create a dataset, but a dataset already exists by that name.
DatasetAlreadyExistsException(Id.DatasetInstance) - Constructor for exception co.cask.cdap.common.DatasetAlreadyExistsException
 
DatasetClassRewriter - Class in co.cask.cdap.common.dataset
A ClassRewriter for rewriting the Dataset bytecode.
DatasetClassRewriter() - Constructor for class co.cask.cdap.common.dataset.DatasetClassRewriter
 
DatasetModuleAlreadyExistsException - Exception in co.cask.cdap.common
Thrown when the user tried to add a dataset module, but a dataset module by that name already exists.
DatasetModuleAlreadyExistsException(Id.DatasetModule) - Constructor for exception co.cask.cdap.common.DatasetModuleAlreadyExistsException
 
DatasetModuleCannotBeDeletedException - Exception in co.cask.cdap.common
Thrown when a dataset module cannot be deleted.
DatasetModuleCannotBeDeletedException(Id.DatasetModule) - Constructor for exception co.cask.cdap.common.DatasetModuleCannotBeDeletedException
 
DatasetModuleCannotBeDeletedException(DatasetModuleId, String) - Constructor for exception co.cask.cdap.common.DatasetModuleCannotBeDeletedException
 
DatasetModuleNotFoundException - Exception in co.cask.cdap.common
Thrown when a dataset module could not be found.
DatasetModuleNotFoundException(Id.DatasetModule) - Constructor for exception co.cask.cdap.common.DatasetModuleNotFoundException
 
DatasetNotFoundException - Exception in co.cask.cdap.common
Thrown when a dataset was not found.
DatasetNotFoundException(Id.DatasetInstance) - Constructor for exception co.cask.cdap.common.DatasetNotFoundException
 
DatasetTypeNotFoundException - Exception in co.cask.cdap.common
Thrown when a dataset type is not found
DatasetTypeNotFoundException(Id.DatasetType) - Constructor for exception co.cask.cdap.common.DatasetTypeNotFoundException
 
DatumReader<T> - Interface in co.cask.cdap.internal.io
Represents reader for decoding object.
DatumReaderFactory - Interface in co.cask.cdap.internal.io
Factory for creating instance of DatumReader.
DatumWriter<T> - Interface in co.cask.cdap.internal.io
Represents writer for encoding object.
DatumWriterFactory - Interface in co.cask.cdap.internal.io
Factory for creating DatumWriter.
DBConnectionPoolManager - Class in co.cask.cdap.common.db
Implementation of very light-weight simple JDBC connection pool manager.
DBConnectionPoolManager(ConnectionPoolDataSource, int) - Constructor for class co.cask.cdap.common.db.DBConnectionPoolManager
Constructs a DBConnectionPoolManager object with a timeout of 60 seconds.
DBConnectionPoolManager(ConnectionPoolDataSource, int, int) - Constructor for class co.cask.cdap.common.db.DBConnectionPoolManager
Constructs a DBConnectionPoolManager object.
DBConnectionPoolManager.TimeoutException - Exception in co.cask.cdap.common.db
Thrown in DBConnectionPoolManager.getConnection() or DBConnectionPoolManager.getValidConnection() when no free connection becomes available within timeout seconds.
DBConnectionPoolManager.TimeoutException() - Constructor for exception co.cask.cdap.common.db.DBConnectionPoolManager.TimeoutException
 
DBConnectionPoolManager.TimeoutException(String) - Constructor for exception co.cask.cdap.common.db.DBConnectionPoolManager.TimeoutException
 
debugByteCode(ClassDefinition, PrintWriter) - Static method in class co.cask.cdap.internal.asm.Debugs
 
Debugs - Class in co.cask.cdap.internal.asm
Util class for debugging ASM bytecode generation.
decode(byte[]) - Method in interface co.cask.cdap.common.io.Codec
Returns the deserialized object represented in the given byte[].
decode(Decoder) - Static method in class co.cask.cdap.common.stream.StreamEventDataCodec
Decodes from the given Decoder to reconstruct a StreamEventData.
decode(Decoder, Map<String, String>) - Static method in class co.cask.cdap.common.stream.StreamEventDataCodec
Decodes from the given Decoder to reconstruct a StreamEventData.
decodePayload(byte[]) - Method in class co.cask.cdap.common.stream.StreamEventCodec
Decoder - Interface in co.cask.cdap.common.io
Interface for decoding data.
DEFAULT_BACKLOG - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Defaults.
DEFAULT_BACKLOG - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
DEFAULT_BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
DEFAULT_BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
DEFAULT_DATA_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Dataset
 
DEFAULT_DATA_LEVELDB_BLOCKSIZE - Static variable in class co.cask.cdap.common.conf.Constants
 
DEFAULT_DATA_LEVELDB_CACHESIZE - Static variable in class co.cask.cdap.common.conf.Constants
 
DEFAULT_DATA_LEVELDB_DIR - Static variable in class co.cask.cdap.common.conf.Constants
Defaults for Data Fabric.
DEFAULT_DATA_LEVELDB_FSYNC - Static variable in class co.cask.cdap.common.conf.Constants
 
DEFAULT_ENTITY_TABLE_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
DEFAULT_EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
DEFAULT_FREQUENCY_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.MetricsCollector
 
DEFAULT_KAFKA_CONSUMER_PERSIST_THRESHOLD - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_KAFKA_META_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_KAFKA_PARTITION_SIZE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_KAFKA_TOPIC_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_LOG_COLLECTION_ROOT - Static variable in class co.cask.cdap.common.conf.Constants
 
DEFAULT_METRIC_TABLE_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_RETENTION_HOURS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_ROLL_INSTANCES - Static variable in class co.cask.cdap.common.logging.LogConfiguration
 
DEFAULT_ROLL_THRESHOLD - Static variable in class co.cask.cdap.common.logging.LogConfiguration
 
DEFAULT_ROUTER_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Router
Defaults.
DEFAULT_SESSION_TIMEOUT_MILLIS - Static variable in class co.cask.cdap.common.conf.Constants.Zookeeper
 
DEFAULT_SSL_KEYSTORE_TYPE - Static variable in class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
Default SSL keystore type
DEFAULT_SSL_KEYSTORE_TYPE - Static variable in class co.cask.cdap.common.conf.Constants.Security.Router
Default SSL keystore type
DEFAULT_TIME_SERIES_TABLE_ROLL_TIME - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
DEFAULT_TIMEOUT - Static variable in class co.cask.cdap.common.http.DefaultHttpRequestConfig
 
DEFAULT_UNRECOVERABLE_RESET - Static variable in class co.cask.cdap.common.conf.Constants.Dangerous
 
DEFAULT_WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
DEFAULT_WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
DefaultEntityExistenceVerifier - Class in co.cask.cdap.common.entity
Default implementation of EntityExistenceVerifier.
defaultFilter() - Static method in class co.cask.cdap.common.lang.FilterClassLoader
Returns the default filter that should applies to all program type.
DefaultHttpRequestConfig - Class in co.cask.cdap.common.http
Class to uniformly configure CDAP HTTP requests with a user-configured timeout
DefaultHttpRequestConfig() - Constructor for class co.cask.cdap.common.http.DefaultHttpRequestConfig
 
DefaultHttpRequestConfig(boolean) - Constructor for class co.cask.cdap.common.http.DefaultHttpRequestConfig
 
DefaultHttpRequestConfig(boolean, int) - Constructor for class co.cask.cdap.common.http.DefaultHttpRequestConfig
 
DefaultImpersonator - Class in co.cask.cdap.common.security
Default implementation of Impersonator that impersonate using UGIProvider.
DefaultImpersonator(CConfiguration, UGIProvider, NamespaceQueryAdmin) - Constructor for class co.cask.cdap.common.security.DefaultImpersonator
 
DefaultNamespacedLocationFactory - Class in co.cask.cdap.common.namespace
Default implementation of NamespacedLocationFactory
DefaultNamespacedLocationFactory(CConfiguration, RootLocationFactory, LocationFactory, NamespaceQueryAdmin) - Constructor for class co.cask.cdap.common.namespace.DefaultNamespacedLocationFactory
 
DelegationTokensUpdater - Interface in co.cask.cdap.common.security
Implementors of this interface get the respective delegation token and add it to the credentials.
Delegator<T> - Interface in co.cask.cdap.common.lang
Represents class that performs operation by delegating to another object.
Delegators - Class in co.cask.cdap.common.lang
Helper class to deal with Delegator.
delete() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
delete(boolean) - Method in class co.cask.cdap.common.io.ForwardingLocation
 
delete(Id.Namespace) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceClient
 
delete(Id.Namespace) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
delete(Id.Namespace) - Method in class co.cask.cdap.common.namespace.LocalNamespaceClient
 
delete(Id.Namespace) - Method in interface co.cask.cdap.common.namespace.NamespaceAdmin
Deletes the specified namespace.
deleteAll() - Method in class co.cask.cdap.common.namespace.AbstractNamespaceClient
 
deleteContent(Location) - Static method in class co.cask.cdap.common.io.Locations
Deletes the content of the given location, but keeping the location itself.
deleteDatasets(Id.Namespace) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceClient
 
deleteDatasets(Id.Namespace) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
deleteDatasets(Id.Namespace) - Method in interface co.cask.cdap.common.namespace.NamespaceAdmin
Deletes all datasets in the specified namespace.
deleteDirectoryContents(File) - Static method in class co.cask.cdap.common.utils.DirUtils
deleteDirectoryContents(File, boolean) - Static method in class co.cask.cdap.common.utils.DirUtils
Wipes out content of a directory starting from a given directory.
deleteQuietly(Location) - Static method in class co.cask.cdap.common.io.Locations
 
deleteQuietly(Location, boolean) - Static method in class co.cask.cdap.common.io.Locations
 
deleteRequirement(String) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
Deletes the ResourceRequirement for the given resource.
DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
DESCRIPTION - Static variable in class co.cask.cdap.common.service.RUOKHandler
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class co.cask.cdap.common.conf.PluginClassDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class co.cask.cdap.common.zookeeper.coordination.DiscoverableCodec
 
destroy() - Method in class co.cask.cdap.common.runtime.DaemonMain
Invoked by jsvc for resource cleanup.
DEVELOPER_ACCOUNT - Static variable in class co.cask.cdap.common.conf.Constants
Used for upgrade and backwards compatability
DIR - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Extensions
 
DirectoryClassLoader - Class in co.cask.cdap.common.lang
A ClassLoader that takes a directory of classes and jars as its class path.
DirectoryClassLoader(File, ClassLoader, String...) - Constructor for class co.cask.cdap.common.lang.DirectoryClassLoader
 
DirectoryClassLoader(CConfiguration, File, ClassLoader, String...) - Constructor for class co.cask.cdap.common.lang.DirectoryClassLoader
 
DirectoryClassLoader(CConfiguration, File, ClassLoader, Iterable<String>) - Constructor for class co.cask.cdap.common.lang.DirectoryClassLoader
 
DirectoryClassLoader(File, String, ClassLoader, Iterable<String>) - Constructor for class co.cask.cdap.common.lang.DirectoryClassLoader
 
DirUtils - Class in co.cask.cdap.common.utils
Provides utility methods for operating on directories.
DiscoverableCodec - Class in co.cask.cdap.common.zookeeper.coordination
A Gson codec for Discoverable.
DiscoverableCodec() - Constructor for class co.cask.cdap.common.zookeeper.coordination.DiscoverableCodec
 
DiscoverableComparator - Class in co.cask.cdap.common.zookeeper.coordination
DiscoverableComparator() - Constructor for class co.cask.cdap.common.zookeeper.coordination.DiscoverableComparator
 
DISCOVERY_TIMEOUT_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.Monitor
 
DiscoveryRuntimeModule - Class in co.cask.cdap.common.guice
Provides Guice bindings for DiscoveryService and DiscoveryServiceClient for different runtime environments.
DiscoveryRuntimeModule() - Constructor for class co.cask.cdap.common.guice.DiscoveryRuntimeModule
 
discoveryServiceClient - Variable in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
discoveryTimeout - Variable in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
dispose() - Method in class co.cask.cdap.common.db.DBConnectionPoolManager
Closes all unused pooled connections.
DIST_KEY_PARENT_ZNODE - Static variable in class co.cask.cdap.common.conf.Constants.Security
Parent znode used for secret key distribution in ZooKeeper.
DISTMODE_METRICS_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Extensions
 
DISTMODE_QUEUE_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Extensions
 
DISTMODE_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Extensions
Over-rides for default table bindings- use with caution!
doAs(NamespaceId, Callable<T>) - Method in class co.cask.cdap.common.security.DefaultImpersonator
 
doAs(NamespaceMeta, Callable<T>) - Method in class co.cask.cdap.common.security.DefaultImpersonator
 
doAs(UserGroupInformation, Callable<T>) - Static method in class co.cask.cdap.common.security.ImpersonationUtils
Helper function, to unwrap any exceptions that were wrapped by UserGroupInformation.doAs(PrivilegedExceptionAction)
doAs(NamespaceId, Callable<T>) - Method in interface co.cask.cdap.common.security.Impersonator
Executes a callable as the user, configurable at a namespace level
doAs(NamespaceMeta, Callable<T>) - Method in interface co.cask.cdap.common.security.Impersonator
Executes a callable as the user, configurable at a namespace level
doInit(TwillContext) - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
Performs initialization task.
doMain(String[]) - Method in class co.cask.cdap.common.runtime.DaemonMain
The main method.
doRead(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
doStart() - Method in class co.cask.cdap.common.service.RetryOnStartFailureService
 
doStart() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinator
 
doStart() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
 
doStop() - Method in class co.cask.cdap.common.service.RetryOnStartFailureService
 
doStop() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinator
 
doStop() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
 
dumpConfiguration(Configuration, Writer) - Static method in class co.cask.cdap.common.conf.Configuration
Writes out all the parameters and their properties (final and resource) to the given Writer The format of the output would be { "properties" : [ {key1,value1,key1.isFinal,key1.resource}, {key2,value2, key2.isFinal,key2.resource}...
DuplicateOptionException - Exception in co.cask.cdap.common.options
Thrown when there is duplicate option specified in definition.
DuplicateOptionException(String) - Constructor for exception co.cask.cdap.common.options.DuplicateOptionException
 

E

EMPTY_BUFFER - Static variable in class co.cask.cdap.common.io.ByteBuffers
 
EMPTY_STRING_ARRAY - Static variable in class co.cask.cdap.common.conf.StringUtils
 
EMPTY_STRING_ARRAY - Static variable in class co.cask.cdap.common.utils.StringUtils
 
ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Audit
 
ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
Enables authorization
ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Security
Enables security.
enableKerberosLogin(CConfiguration) - Static method in class co.cask.cdap.common.kerberos.SecurityUtil
Enables Kerberos authentication based on configuration.
encode(T) - Method in interface co.cask.cdap.common.io.Codec
Returns the serialized form of the given object as a byte[].
encode(StreamEventData, Encoder) - Static method in class co.cask.cdap.common.stream.StreamEventDataCodec
Encodes the given StreamEventData using the Encoder.
encode(T, Encoder) - Method in interface co.cask.cdap.internal.io.DatumWriter
 
encode(T, Encoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
encodePayload(StreamEvent) - Method in class co.cask.cdap.common.stream.StreamEventCodec
Encodes the given StreamEvent into byte[] that could become payload of a QueueEntry.
Encoder - Interface in co.cask.cdap.common.io
Interface for encoding data.
end() - Method in class co.cask.cdap.common.logging.perf.Timing
 
EndpointStrategy - Interface in co.cask.cdap.common.discovery
This class helps picking up an endpoint from a list of Discoverable.
ensureExists(EntityId) - Method in class co.cask.cdap.common.entity.DefaultEntityExistenceVerifier
 
ensureExists(ENTITY) - Method in interface co.cask.cdap.common.entity.EntityExistenceVerifier
Ensures that the specified EntityId exists.
ensureExists(InstanceId) - Method in class co.cask.cdap.common.entity.InstanceExistenceVerifier
 
ENTITY_TABLE_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
EntityExistenceVerifier<ENTITY extends EntityId> - Interface in co.cask.cdap.common.entity
Interface to check if an EntityId exists in CDAP.
ENV_ALLOW_SASL_FAILED_CLIENTS - Static variable in class co.cask.cdap.common.conf.Constants.External.Zookeeper
 
ENV_AUTH_LOGIN_CONFIG - Static variable in class co.cask.cdap.common.conf.Constants.External.JavaSecurity
 
ENV_AUTH_PROVIDER_1 - Static variable in class co.cask.cdap.common.conf.Constants.External.Zookeeper
 
EOL - Static variable in class co.cask.cdap.common.logging.common.HumanReadableLogMessageFormat
End of line, for our own internal presentation.
equals(Object) - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
equals(Object) - Method in class co.cask.cdap.common.internal.guava.ClassPath.ResourceInfo
 
equals(Object) - Method in class co.cask.cdap.common.queue.QueueName
Compares this QueueName with another QueueName.
equals(Object) - Method in class co.cask.cdap.common.stream.notification.StreamSizeNotification
 
equals(Object) - Method in class co.cask.cdap.common.utils.ImmutablePair
Returns whether some other object "is equal" to this object.
equals(Object) - Method in class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
 
equals(Object) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceAssignment
 
equals(Object) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement
 
equals(Object) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
 
equals(Object) - Method in class co.cask.cdap.internal.app.store.RunRecordMeta
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class co.cask.cdap.common.http.AuthenticationChannelHandler
 
EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.RemoteSystemOpService
 
execute(HttpRequest, int...) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Executes an HTTP request.
execute(HttpRequest) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceQueryClient
Executes an HTTP request.
execute(HttpRequest) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
execute(HttpRequest) - Method in class co.cask.cdap.common.namespace.LocalNamespaceClient
 
execute(HttpRequest) - Method in class co.cask.cdap.common.namespace.RemoteNamespaceQueryClient
 
executeRequest(String, Object...) - Method in class co.cask.cdap.common.internal.remote.RemoteOpsClient
 
executeRequest(String, Map<String, String>, Object...) - Method in class co.cask.cdap.common.internal.remote.RemoteOpsClient
 
executor(Service.State) - Method in class co.cask.cdap.common.service.UncaughtExceptionIdleService
 
ExecutorUtils - Class in co.cask.cdap.common.async
Factory and utility methods for dealing with Executor.
exists() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
exists(Id.Namespace) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceQueryClient
 
exists(Id.Namespace) - Method in interface co.cask.cdap.common.namespace.NamespaceQueryAdmin
Checks if the specified namespace exists.
expandPrincipal(String) - Static method in class co.cask.cdap.common.kerberos.SecurityUtil
Expands _HOST in principal name with local hostname.
EXPLORE_CLASSPATH - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
EXPLORE_CONF_FILES - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
EXPLORE_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
EXPLORE_HTTP_USER_SERVICE - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
exponentialDelay(long, long, TimeUnit) - Static method in class co.cask.cdap.common.service.RetryStrategies
Creates a RetryStrategy that will increase delay exponentially between each retries.
EXTENDED_TOKEN_EXPIRATION - Static variable in class co.cask.cdap.common.conf.Constants.Security
Long lasting Access token expiration time in milliseconds.
EXTENSION_CONFIG_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
Prefix for extension properties
EXTENSION_JAR_PATH - Static variable in class co.cask.cdap.common.conf.Constants.Security.Authorization
Extension jar path
EXTERNAL_AUTHENTICATION - Static variable in class co.cask.cdap.common.conf.Constants.Service
 

F

FEATURE_TOGGLE_PROPS - Static variable in class co.cask.cdap.common.conf.Constants
 
FeatureDisabledException - Exception in co.cask.cdap.common
Exception thrown when a feature is disabled.
FeatureDisabledException(FeatureDisabledException.Feature, String, String, String) - Constructor for exception co.cask.cdap.common.FeatureDisabledException
 
FeatureDisabledException.Feature - Enum in co.cask.cdap.common
Represents disabled features
fetchRequirement(String) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
Fetches the ResourceRequirement for the given resource.
FIELD_NAME_LOGLEVEL - Static variable in class co.cask.cdap.common.logging.LogEvent
 
FIELD_NAME_LOGTAG - Static variable in class co.cask.cdap.common.logging.LogEvent
 
FieldAccessorFactory - Interface in co.cask.cdap.internal.io
 
FILE_CLEANUP_PERIOD - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
FILE_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Security.Store
Name of the secure store file.
FILE_PASSWORD - Static variable in class co.cask.cdap.common.conf.Constants.Security.Store
Password to access the secure store.
FILE_PATH - Static variable in class co.cask.cdap.common.conf.Constants.Security.Store
Location of the secure store file.
FILE_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
FileContextLocationFactory - Class in org.apache.twill.filesystem
A LocationFactory implementation that uses FileContext to create Location.
FileContextLocationFactory(Configuration) - Constructor for class org.apache.twill.filesystem.FileContextLocationFactory
FileContextLocationFactory(Configuration, String) - Constructor for class org.apache.twill.filesystem.FileContextLocationFactory
Creates a new instance.
FileContextLocationFactory(Configuration, FileContext, String) - Constructor for class org.apache.twill.filesystem.FileContextLocationFactory
Creates a new instance with the given FileContext created from the given Configuration.
FileContextProvider - Class in co.cask.cdap.common.guice
Guice module for FileContext created created with UserGroupInformation of Constants.CFG_HDFS_USER
FileContextProvider(CConfiguration, Configuration) - Constructor for class co.cask.cdap.common.guice.FileContextProvider
 
FilterClassLoader - Class in co.cask.cdap.common.lang
ClassLoader that filters out certain resources.
FilterClassLoader(ClassLoader, FilterClassLoader.Filter) - Constructor for class co.cask.cdap.common.lang.FilterClassLoader
Create a FilterClassLoader that filter classes based on the given FilterClassLoader.Filter on the given parent ClassLoader.
FilterClassLoader.Filter - Interface in co.cask.cdap.common.lang
Represents filtering that the FilterClassLoader needs to apply.
FinallyAdapter - Class in co.cask.cdap.internal.asm
A MethodVisitor that wraps method call with try-finally block.
FinallyAdapter(int, MethodVisitor, int, String, String) - Constructor for class co.cask.cdap.internal.asm.FinallyAdapter
 
find(ClassLoader, Class<T>) - Static method in class co.cask.cdap.common.lang.ClassLoaders
Finds a ClassLoader along the ClassLoader hierarchy that is assignable from the given type.
findClass(String) - Method in class co.cask.cdap.common.lang.CombineClassLoader
 
findClass(String) - Method in class co.cask.cdap.common.lang.InterceptableClassLoader
 
findClass(String) - Method in class co.cask.cdap.common.lang.WeakReferenceDelegatorClassLoader
 
findFreePort() - Static method in class co.cask.cdap.common.utils.PortDetector
Utility to find a free port to use for a server.
findResource(String) - Method in class co.cask.cdap.common.lang.CombineClassLoader
 
findResources(String) - Method in class co.cask.cdap.common.lang.CombineClassLoader
 
finish(T) - Method in class co.cask.cdap.common.collect.AllCollector
 
finish(T) - Method in class co.cask.cdap.common.collect.AllPairCollector
 
finish(T) - Method in interface co.cask.cdap.common.collect.Collector
Finish collection of elements and add all collected elements into the given Collection.
finish(T) - Method in class co.cask.cdap.common.collect.FirstNCollector
 
finish(T) - Method in class co.cask.cdap.common.collect.LastNCollector
 
finished(HttpResponder) - Method in class co.cask.cdap.common.http.AbstractBodyConsumer
 
finished(Throwable) - Method in interface co.cask.cdap.common.zookeeper.coordination.AssignmentChangeListener
Invoked when no more changes will be notified to this listener.
finishMultimap(T) - Method in class co.cask.cdap.common.collect.AllPairCollector
 
finishMultimap(T) - Method in interface co.cask.cdap.common.collect.PairCollector
Finish collection of elements and add all collected elements into the given Multimap.
FirstNCollector<Element> - Class in co.cask.cdap.common.collect
This collector is used for collecting the first N elements, it returns false after N elements have been collected.
FirstNCollector(int) - Constructor for class co.cask.cdap.common.collect.FirstNCollector
 
fixDelay(long, TimeUnit) - Static method in class co.cask.cdap.common.service.RetryStrategies
Creates a RetryStrategy that imposes a fix delay between each retries.
FLOW - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
FLOWLET - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
flowlet(Id.Program, String) - Static method in class co.cask.cdap.common.metrics.MetricsTags
 
FLOWLET_EXCEPTIONS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Flow
 
FLOWLET_INPUT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Flow
 
FLOWLET_PROCESSED - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Flow
 
FLOWLET_QUEUE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
flush() - Method in class co.cask.cdap.common.logging.RedirectedPrintStream
 
format(String, String[], LoggingContext, String[]) - Method in class co.cask.cdap.common.logging.common.HumanReadableLogMessageFormat
 
format(String, String[], LoggingContext, String[]) - Method in interface co.cask.cdap.common.logging.common.LogMessageFormat
 
FORMAT_SPEC - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
FORMAT_SPECIFICATION - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
ForwardingLocation - Class in co.cask.cdap.common.io
A Location implementation that always forward to another Location.
ForwardingLocation(Location) - Constructor for class co.cask.cdap.common.io.ForwardingLocation
 
from(ClassLoader) - Static method in class co.cask.cdap.common.internal.guava.ClassPath
Returns a ClassPath representing all classes and resources loadable from classloader and its parent class loaders.
from(ClassLoader, Predicate<URI>) - Static method in class co.cask.cdap.common.internal.guava.ClassPath
Returns a ClassPath representing all classes and resources loadable from classloader and its parent class loaders that satisfy the given predicate.
from(URI, ClassLoader) - Static method in class co.cask.cdap.common.internal.guava.ClassPath
Returns a ClassPath representing all classes and resources loadable from the given URI.
from(URI) - Static method in class co.cask.cdap.common.queue.QueueName
Constructs this class from an URI.
from(byte[]) - Static method in class co.cask.cdap.common.queue.QueueName
Constructs this class from byte array of queue URI.
fromFlowlet(Id.Flow, String, String) - Static method in class co.cask.cdap.common.queue.QueueName
 
fromFlowlet(Id.Namespace, String, String, String, String) - Static method in class co.cask.cdap.common.queue.QueueName
 
fromFlowlet(String, String, String, String, String) - Static method in class co.cask.cdap.common.queue.QueueName
 
fromStream(String, String) - Static method in class co.cask.cdap.common.queue.QueueName
Generates an QueueName for the stream.
fromStream(Id.Stream) - Static method in class co.cask.cdap.common.queue.QueueName
 
fromString(String) - Static method in class co.cask.cdap.common.app.RunIds
Converts string representation of run id into RunIdl
FunctionWithException<F,T,E extends Exception> - Interface in co.cask.cdap.common.lang
A function interface similar to guava Function, but allows throwing exception from the FunctionWithException.apply(Object) method.

G

GATEWAY - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
GATEWAY_DISCOVERY_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
generate() - Static method in class co.cask.cdap.common.app.RunIds
 
generate(long) - Static method in class co.cask.cdap.common.app.RunIds
Returns time-based UUID for given time.
get(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property, null if no such property exists.
get(String, String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name.
get(Configuration, String, Codec<T>) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
 
get(Map<String, String>, String, Codec<T>) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
 
get(String) - Method in class co.cask.cdap.common.discovery.ServicePayload
 
get() - Method in class co.cask.cdap.common.guice.FileContextProvider
 
get() - Method in class co.cask.cdap.common.guice.RootLocationFactoryProvider
 
get(TypeToken<T>) - Method in class co.cask.cdap.common.lang.InstantiatorFactory
 
get(Id.Namespace) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceQueryClient
 
get(Id.Namespace) - Method in class co.cask.cdap.common.namespace.DefaultNamespacedLocationFactory
 
get(NamespaceMeta) - Method in class co.cask.cdap.common.namespace.DefaultNamespacedLocationFactory
 
get(Id.Namespace, String) - Method in class co.cask.cdap.common.namespace.DefaultNamespacedLocationFactory
 
get(Id.Namespace) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
get(Id.Namespace) - Method in class co.cask.cdap.common.namespace.LocalNamespaceClient
 
get(Id.Namespace) - Method in interface co.cask.cdap.common.namespace.NamespacedLocationFactory
Returns the base Location for the specified namespace on the filesystem
get(NamespaceMeta) - Method in interface co.cask.cdap.common.namespace.NamespacedLocationFactory
Returns the base Location for the specified namespace on the filesystem
get(Id.Namespace, String) - Method in interface co.cask.cdap.common.namespace.NamespacedLocationFactory
Returns a Location for the specified sub-path in the specified namespace
get(Id.Namespace) - Method in interface co.cask.cdap.common.namespace.NamespaceQueryAdmin
Gets details of a namespace.
get() - Method in interface co.cask.cdap.common.zookeeper.coordination.ResourceAssigner
Returns an immutable Multimap that is a view of map from handler to partition replica that is currently assigned to the handler.
getActiveConnections() - Method in class co.cask.cdap.common.db.DBConnectionPoolManager
Returns the number of active (open) connections of this pool.
getAddress() - Method in class co.cask.cdap.common.service.RegisteredServerInfo
 
getAll() - Method in class co.cask.cdap.common.discovery.ServicePayload
 
getAllClasses() - Method in class co.cask.cdap.common.internal.guava.ClassPath
Returns all classes loadable from the current class path.
getAllClassesRecursive(String) - Method in class co.cask.cdap.common.internal.guava.ClassPath
Returns all top level classes whose package name is packageName or starts with packageName followed by a '.'.
getApiPath() - Method in exception co.cask.cdap.common.MethodNotAllowedException
 
getAssignments() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceAssignment
Returns an immutable Multimap that contains all assignments.
getBaseLocation() - Method in class co.cask.cdap.common.namespace.DefaultNamespacedLocationFactory
 
getBaseLocation() - Method in interface co.cask.cdap.common.namespace.NamespacedLocationFactory
Returns the base Location for all CDAP data.
getBoolean(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a boolean.
getBoolean(String, boolean) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a boolean.
getBuildTime() - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
getBytecode() - Method in class co.cask.cdap.internal.asm.ClassDefinition
 
getCached(String) - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
Retrieves the cached property value.
getCConf() - Method in class co.cask.cdap.gateway.handlers.ConfigService
 
getCConfiguration() - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
getCConfXMLString() - Method in class co.cask.cdap.gateway.handlers.ConfigService
 
getClass(String, Class<?>) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a Class.
getClass(String, Class<? extends U>, Class<U>) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a Class implementing the interface specified by xface.
getClass(T) - Static method in class co.cask.cdap.common.conf.ReflectionUtils
Return the correctly-typed Class of the given object.
getClassByName(String) - Method in class co.cask.cdap.common.conf.Configuration
Load a class by name.
getClassByNameOrNull(String) - Method in class co.cask.cdap.common.conf.Configuration
Load a class by name, returning null rather than throwing an exception if it couldn't be loaded.
getClasses(String, Class<?>...) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as an array of Class.
getClassLoader() - Method in class co.cask.cdap.common.conf.Configuration
Get the ClassLoader for this job.
getClassLoaderURLs(ClassLoader, T) - Static method in class co.cask.cdap.common.lang.ClassLoaders
Populates the list of URL that this ClassLoader uses, including all URLs used by the parent of the given ClassLoader.
getClassName() - Method in class co.cask.cdap.internal.asm.ClassDefinition
 
getClassPathResources(ClassLoader, Class<?>) - Static method in class co.cask.cdap.common.lang.ClassPathResources
Returns a set of ClassPath.ResourceInfo required for the specified Class using the specified ClassLoader.
getClassSignature(TypeToken<?>) - Static method in class co.cask.cdap.internal.asm.Signatures
 
getClientIP() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getConf() - Method in interface co.cask.cdap.common.conf.Configurable
Return the configuration used by this object.
getConfigFile() - Method in exception co.cask.cdap.common.FeatureDisabledException
 
getConfigs() - Method in class co.cask.cdap.common.twill.AbortOnTimeoutEventHandler
 
getConfiguration() - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
getConfiguration() - Method in class org.apache.twill.filesystem.FileContextLocationFactory
Returns the Configuration used by this LocationFactory.
getConfiguredUGI(ImpersonationInfo) - Method in class co.cask.cdap.common.security.RemoteUGIProvider
 
getConfiguredUGI(ImpersonationInfo) - Method in interface co.cask.cdap.common.security.UGIProvider
Looks up the Kerberos principal to be impersonated for a given user and returns a UserGroupInformation for that principal.
getConfiguredUGI(ImpersonationInfo) - Method in class co.cask.cdap.common.security.UnsupportedUGIProvider
 
getConfResourceAsInputStream(String) - Method in class co.cask.cdap.common.conf.Configuration
Get an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - Method in class co.cask.cdap.common.conf.Configuration
Get a Reader attached to the configuration resource with the given name.
getConnection() - Method in class co.cask.cdap.common.db.DBConnectionPoolManager
Retrieves a connection from the connection pool.
getContext(Map<String, String>) - Method in class co.cask.cdap.common.metrics.NoOpMetricsCollectionService
 
getCurrentField() - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
getDate() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getDefaultValue() - Method in class co.cask.cdap.common.options.OptionSpec
Returns string representation of default value.
getDelegate() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getDelegate() - Method in interface co.cask.cdap.common.lang.Delegator
Returns the delegating object or null if there is no delegating object.
getDelegate(T, Class<V>) - Static method in class co.cask.cdap.common.lang.Delegators
Returns the root delegate object that is not a Delegator in the delegation chain that is assignable to the given type.
getDelegate() - Method in class co.cask.cdap.common.lang.WeakReferenceDelegatorClassLoader
 
getDelegates() - Method in class co.cask.cdap.common.lang.CombineClassLoader
Returns the list of ClassLoaders that this class delegates to.
getDeprecatedProps() - Method in class co.cask.cdap.common.conf.Configuration
Method to get deprecated properties.
getDescription() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
 
getDiscoverable() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceHandler
 
getDiscoverableName() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
getDistributedModules() - Method in class co.cask.cdap.common.guice.DiscoveryRuntimeModule
 
getDistributedModules() - Method in class co.cask.cdap.common.guice.LocationRuntimeModule
 
getDistributedModules() - Method in class co.cask.cdap.common.namespace.guice.NamespaceClientRuntimeModule
 
getDistributedModules() - Method in class co.cask.cdap.common.runtime.RuntimeModule
Implementers of this method should return a combined Module that includes all of the modules and classes required to instantiate and run the fully distributed CDAP instance.
getEnableConfigKey() - Method in exception co.cask.cdap.common.FeatureDisabledException
 
getEnableConfigValue() - Method in exception co.cask.cdap.common.FeatureDisabledException
 
getEntry(Location, String) - Static method in class co.cask.cdap.common.lang.jar.BundleJarUtil
Returns an InputSupplier for a given entry.
getEnum(String, Class<T>) - Method in class co.cask.cdap.common.conf.Configuration
Return value matching this enumerated type.
getEnum(String, T) - Method in class co.cask.cdap.common.conf.Configuration
Return value matching this enumerated type.
getEnvVar() - Method in class co.cask.cdap.common.options.OptionSpec
Returns environment variable to be associated with the field annotated with @Option.
getException() - Method in class co.cask.cdap.common.startup.CheckRunner.Failure
 
getFailureStatus() - Method in exception co.cask.cdap.common.HandlerException
 
getFeature() - Method in exception co.cask.cdap.common.FeatureDisabledException
 
getFieldAccessor(TypeToken<?>, String) - Method in class co.cask.cdap.internal.io.ASMFieldAccessorFactory
 
getFieldAccessor(TypeToken<?>, String) - Method in interface co.cask.cdap.internal.io.FieldAccessorFactory
 
getFieldAccessor(TypeToken<?>, String) - Method in class co.cask.cdap.internal.io.ReflectionFieldAccessorFactory
 
getFieldAccessor(TypeToken<?>, String) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
getFieldSignature(TypeToken<?>) - Static method in class co.cask.cdap.internal.asm.Signatures
 
getFile(String, String) - Method in class co.cask.cdap.common.conf.Configuration
Get a local file name under a directory named in dirsProp with the given path.
getFile() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirEntry
 
getFileContext() - Method in class org.apache.twill.filesystem.FileContextLocationFactory
Returns the FileContext used by this LocationFactory.
getFileSystem() - Method in class co.cask.cdap.common.logging.LogConfiguration
 
getFirst() - Method in class co.cask.cdap.common.utils.ImmutablePair
Returns first object from pair.
getFirstComponent() - Method in class co.cask.cdap.common.queue.QueueName
 
getFix() - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
getFloat(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a float.
getFloat(String, float) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a float.
getFourthComponent() - Method in class co.cask.cdap.common.queue.QueueName
 
getHandler(String, int) - Method in interface co.cask.cdap.common.zookeeper.coordination.ResourceAssigner
Returns the handler that is currently assigned to handle the given partition and replica.
getHConf() - Method in class co.cask.cdap.gateway.handlers.ConfigService
 
getHConfXMLString() - Method in class co.cask.cdap.gateway.handlers.ConfigService
 
getHomeLocation() - Method in class co.cask.cdap.common.io.RootLocationFactory
 
getHomeLocation() - Method in class org.apache.twill.filesystem.FileContextLocationFactory
 
getHost() - Method in exception co.cask.cdap.common.ServiceBindException
 
getId() - Method in exception co.cask.cdap.common.ApplicationNotFoundException
 
getId() - Method in exception co.cask.cdap.common.DatasetAlreadyExistsException
 
getId() - Method in exception co.cask.cdap.common.DatasetModuleAlreadyExistsException
 
getId() - Method in exception co.cask.cdap.common.DatasetModuleCannotBeDeletedException
 
getId() - Method in exception co.cask.cdap.common.DatasetModuleNotFoundException
 
getId() - Method in exception co.cask.cdap.common.DatasetNotFoundException
 
getId() - Method in exception co.cask.cdap.common.DatasetTypeNotFoundException
 
getId() - Method in exception co.cask.cdap.common.NamespaceAlreadyExistsException
 
getId() - Method in exception co.cask.cdap.common.NamespaceNotFoundException
 
getId() - Method in exception co.cask.cdap.common.ProgramNotFoundException
 
getId() - Method in exception co.cask.cdap.common.QueryNotFoundException
 
getId() - Method in exception co.cask.cdap.common.SecureKeyAlreadyExistsException
 
getId() - Method in exception co.cask.cdap.common.SecureKeyNotFoundException
 
getId() - Method in exception co.cask.cdap.common.ServiceNotFoundException
 
getId() - Method in exception co.cask.cdap.common.StreamNotFoundException
 
getId() - Method in exception co.cask.cdap.common.ViewNotFoundException
 
getInactiveConnections() - Method in class co.cask.cdap.common.db.DBConnectionPoolManager
Returns the number of inactive (unused) connections in this pool.
getInMemoryModules() - Method in class co.cask.cdap.common.guice.DiscoveryRuntimeModule
 
getInMemoryModules() - Method in class co.cask.cdap.common.guice.LocationRuntimeModule
 
getInMemoryModules() - Method in class co.cask.cdap.common.namespace.guice.NamespaceClientRuntimeModule
 
getInMemoryModules() - Method in class co.cask.cdap.common.runtime.RuntimeModule
Implementers of this method should return a combined Module that includes all of the modules and classes required to instantiate and run an in-memory CDAP instance.
getInputStream() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getInputStream() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirEntry
 
getInstances(String, Class<U>) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a List of objects implementing the interface specified by xface.
getInstances() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
getInstances() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
getInstances() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Used to get the count of the instances of the CDAP Service that are currently running.
getInt(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name configuration property as an int.
getInt(String, int) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as an int.
getInternalName() - Method in class co.cask.cdap.internal.asm.ClassDefinition
 
getKeytabURI() - Method in class co.cask.cdap.common.security.ImpersonationInfo
 
getLastModified() - Method in class co.cask.cdap.common.io.LocationStatus
 
getLayout() - Method in class co.cask.cdap.common.logging.logback.CAppender
 
getLength() - Method in class co.cask.cdap.common.io.LocationStatus
 
getLevel() - Method in class co.cask.cdap.common.logging.LogEvent
 
getLiveInfo() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
getLiveInfo() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
getLiveInfo() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
 
getLocationFactory() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getLogFileName() - Method in class co.cask.cdap.common.logging.LogConfiguration
 
getLogFilePath() - Method in class co.cask.cdap.common.logging.LogConfiguration
 
getLoggingContext() - Static method in class co.cask.cdap.common.logging.LoggingContextAccessor
 
getLogPartition() - Method in class co.cask.cdap.common.logging.ApplicationLoggingContext
 
getLogPartition() - Method in class co.cask.cdap.common.logging.ComponentLoggingContext
 
getLogPartition() - Method in interface co.cask.cdap.common.logging.LoggingContext
Returns the partition name that is used to group log messages of a component into one partition for collection.
getLogPartition() - Method in class co.cask.cdap.common.logging.NamespaceLoggingContext
 
getLogPartition() - Method in class co.cask.cdap.common.logging.ServiceLoggingContext
 
getLogPathFragment(String) - Method in class co.cask.cdap.common.logging.ApplicationLoggingContext
 
getLogPathFragment(String) - Method in class co.cask.cdap.common.logging.ComponentLoggingContext
 
getLogPathFragment(String) - Method in interface co.cask.cdap.common.logging.LoggingContext
Returns the path fragment that will be part of the log file name.
getLogPathFragment(String) - Method in class co.cask.cdap.common.logging.NamespaceLoggingContext
 
getLogPathFragment(String) - Method in class co.cask.cdap.common.logging.ServiceLoggingContext
 
getLong(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name configuration property as a long.
getLong(String, long) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a long.
getLongBytes(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a long or human readable format.
getLongBytes(String, long) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a long or human readable format.
getMajor() - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
getManifest() - Method in class co.cask.cdap.common.lang.DirectoryClassLoader
Returns the Manifest in the directory if it contains the file JarFile.MANIFEST_NAME or null if there is no manifest available.
getManifest(Location) - Static method in class co.cask.cdap.common.lang.jar.BundleJarUtil
Load the manifest inside the given jar.
getManifest() - Method in class co.cask.cdap.common.lang.jar.JarResources
Returns the Manifest object if it presents in the archive file, or null otherwise.
getMaxInstances() - Method in class co.cask.cdap.common.logging.LogConfiguration
 
getMaxInstances() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
getMaxInstances() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Get the maximum instance count for the service.
getMessage() - Method in exception co.cask.cdap.common.HandlerException
 
getMessage() - Method in class co.cask.cdap.common.logging.LogEvent
 
getMetadata(Id) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.Application, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.Artifact, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.DatasetInstance, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.Stream, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.Stream.View, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.Program, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMetadata(Id.Run) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getMethod() - Method in exception co.cask.cdap.common.MethodNotAllowedException
 
getMethod(Class<?>, String, Class<?>...) - Static method in class co.cask.cdap.internal.asm.Methods
 
getMethodSignature(Method, TypeToken<?>...) - Static method in class co.cask.cdap.internal.asm.Signatures
Generates signature for the given method.
getMinInstances() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
getMinInstances() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
getMinInstances() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Get the minimum instance count for the service.
getMinor() - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
getName() - Method in class co.cask.cdap.common.discovery.ResolvingDiscoverable
 
getName() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ClassInfo
Returns the fully qualified name of the class.
getName() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getName() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirEntry
 
getName() - Method in interface co.cask.cdap.common.logging.LoggingContext.SystemTag
 
getName() - Method in class co.cask.cdap.common.options.OptionSpec
Returns the name of the field.
getName(ProgramId) - Static method in class co.cask.cdap.common.service.ServiceDiscoverable
 
getName(String, String, String) - Static method in class co.cask.cdap.common.service.ServiceDiscoverable
 
getName() - Method in class co.cask.cdap.common.startup.Check
Return a short, descriptive name for the check.
getName() - Method in class co.cask.cdap.common.startup.CheckRunner.Failure
 
getName() - Method in class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
Returns name of the partition.
getName() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceAssignment
Returns the name of the resource.
getName() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement
Returns name of this resource.
getName() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
Returns the name of this partition.
getNamedConfigurations(Configuration, String) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
Retrieves all configurations that are prefixed with a particular prefix.
getNamespace() - Method in exception co.cask.cdap.common.NamespaceCannotBeDeletedException
 
getNamespacedLogBaseDir(String) - Method in class co.cask.cdap.common.logging.AbstractLoggingContext
Returns the base dir for logs under the namespace directory
getNamespacedLogBaseDir(String) - Method in class co.cask.cdap.common.logging.NamespaceLoggingContext
 
getNamespaceId() - Method in exception co.cask.cdap.common.NamespaceCannotBeCreatedException
 
getNodeReports() - Method in class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
getNumComponents() - Method in class co.cask.cdap.common.queue.QueueName
 
getObject() - Method in exception co.cask.cdap.common.NotFoundException
Return the object which could not be found.
getObjectId() - Method in exception co.cask.cdap.common.AlreadyExistsException
 
getObjectId() - Method in exception co.cask.cdap.common.CannotBeCreatedException
 
getObjectId() - Method in exception co.cask.cdap.common.CannotBeDeletedException
 
getOutputStream() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getOutputStream(String) - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getPackage(String) - Method in class co.cask.cdap.common.lang.FilterClassLoader
 
getPackage(String) - Method in class co.cask.cdap.common.lang.PackageFilterClassLoader
 
getPackageName() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ClassInfo
Returns the package name of the class, without attempting to load the class.
getPackages() - Method in class co.cask.cdap.common.lang.FilterClassLoader
 
getPackages() - Method in class co.cask.cdap.common.lang.PackageFilterClassLoader
 
getParent(Location) - Static method in class co.cask.cdap.common.io.Locations
Creates a Location instance which represents the parent of the given location.
getParents() - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
getPartitions() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement
Returns an immutable set of ResourceRequirement.Partition requirement.
getPattern(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a Pattern.
getPattern(String, Pattern) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a Pattern.
getPayload() - Method in class co.cask.cdap.common.service.RegisteredServerInfo
 
getPlugins() - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
getPort() - Method in class co.cask.cdap.common.service.CommandPortService
Returns the port that the server is binded to.
getPort() - Method in class co.cask.cdap.common.service.RegisteredServerInfo
 
getPort() - Method in exception co.cask.cdap.common.ServiceBindException
 
getPreservedClasses() - Method in class co.cask.cdap.internal.asm.ClassDefinition
Returns list of Classes that are used by the generated class which should be used as is, instead of loaded again by the ByteCodeClassLoader.
getPrincipal() - Method in class co.cask.cdap.common.security.ImpersonationInfo
 
getProperties() - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
getProperties(Id) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id.Application, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id.Artifact, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id.DatasetInstance, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id.Stream, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id.Stream.View, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getProperties(Id.Program, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getPropertySources(String) - Method in class co.cask.cdap.common.conf.Configuration
Gets information about why a property was set.
getProps() - Method in class co.cask.cdap.common.conf.Configuration
 
getRandomPort() - Static method in class co.cask.cdap.common.utils.Networks
Find a random free port in localhost for binding.
getRange(String) - Method in class co.cask.cdap.common.conf.Configuration
Parse the given attribute as a set of integer ranges.
getRange(String, String) - Method in class co.cask.cdap.common.conf.Configuration
Parse the given attribute as a set of integer ranges.
getRaw(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property, without doing variable expansion.If the key is deprecated, it returns the value of the first key which replaces the deprecated key and is not null.
getReason() - Method in exception co.cask.cdap.common.CannotBeCreatedException
 
getReason() - Method in exception co.cask.cdap.common.CannotBeDeletedException
 
getReplicaId() - Method in class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
Returns id for the replica inside this partition for this assignment.
getReplicas() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
Returns the number of replicas for this partition.
getRequestBody() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getRequestLine() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getResource(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the URL for the named resource.
getResource(String) - Method in class co.cask.cdap.common.lang.FilterClassLoader
 
getResource(String) - Method in class co.cask.cdap.common.lang.jar.JarResources
Extracts a archive resource as a blob.
getResource(String) - Method in class co.cask.cdap.common.lang.PackageFilterClassLoader
 
getResource(String) - Method in class co.cask.cdap.common.lang.WeakReferenceDelegatorClassLoader
 
getResourceAsStream(String) - Method in class co.cask.cdap.common.lang.CombineClassLoader
 
getResourceAsStream(String) - Method in class co.cask.cdap.common.lang.FilterClassLoader
 
getResourceAsStream(String) - Method in class co.cask.cdap.common.lang.jar.JarResources
Returns an InputStream for resource with the given name.
getResourceAsStream(String) - Method in class co.cask.cdap.common.lang.WeakReferenceDelegatorClassLoader
 
getResourceName() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ResourceInfo
Returns the fully qualified name of the resource.
getResources() - Method in class co.cask.cdap.common.internal.guava.ClassPath
Returns all resources loadable from the current class path, including the class files of all loadable classes but excluding the "META-INF/MANIFEST.MF" file.
getResources(String) - Method in class co.cask.cdap.common.lang.FilterClassLoader
 
getResources(String) - Method in class co.cask.cdap.common.lang.PackageFilterClassLoader
 
getResources(String) - Method in class co.cask.cdap.common.lang.WeakReferenceDelegatorClassLoader
 
getResourcesWithDependencies(ClassLoader, Class<?>) - Static method in class co.cask.cdap.common.lang.ClassPathResources
Returns the base set of resources needed to load the specified Class using the specified ClassLoader.
getResponseCode() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getResponseContentLength() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getResult() - Method in interface co.cask.cdap.common.io.Processor
 
getSchedule() - Method in exception co.cask.cdap.common.ScheduleAlreadyExistsException
 
getSchema() - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
getSecond() - Method in class co.cask.cdap.common.utils.ImmutablePair
Return second object from pair.
getSecondComponent() - Method in class co.cask.cdap.common.queue.QueueName
 
getService() - Method in exception co.cask.cdap.common.ServiceBindException
 
getServiceName() - Method in exception co.cask.cdap.common.ServiceNotEnabledException
 
getServiceName() - Method in exception co.cask.cdap.common.ServiceUnavailableException
 
getServices(List<? super Service>) - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
Class extending AbstractMasterTwillRunnable should populate services with a list of Services which will be started in increasing order of index.
getSimpleName() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ClassInfo
Returns the simple name of the underlying class as given in the source code.
getSimpleName() - Method in class co.cask.cdap.common.queue.QueueName
 
getSize() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirEntry
 
getSize() - Method in class co.cask.cdap.common.stream.notification.StreamSizeNotification
 
getSizeThreshold() - Method in class co.cask.cdap.common.logging.LogConfiguration
 
getSocketAddress() - Method in class co.cask.cdap.common.discovery.ResolvingDiscoverable
 
getStandaloneModules() - Method in class co.cask.cdap.common.guice.DiscoveryRuntimeModule
 
getStandaloneModules() - Method in class co.cask.cdap.common.guice.LocationRuntimeModule
 
getStandaloneModules() - Method in class co.cask.cdap.common.namespace.guice.NamespaceClientRuntimeModule
 
getStandaloneModules() - Method in class co.cask.cdap.common.runtime.RuntimeModule
Implementers of this method should return a combined Module that includes all of the modules and classes required to instantiate and run an a standalone CDAP instance.
getStatusCode() - Method in exception co.cask.cdap.common.BadRequestException
 
getStatusCode() - Method in exception co.cask.cdap.common.ConflictException
 
getStatusCode() - Method in exception co.cask.cdap.common.FeatureDisabledException
 
getStatusCode() - Method in exception co.cask.cdap.common.MethodNotAllowedException
 
getStatusCode() - Method in exception co.cask.cdap.common.NotFoundException
 
getStatusCode() - Method in exception co.cask.cdap.common.NotImplementedException
 
getStatusCode() - Method in exception co.cask.cdap.common.ServiceUnavailableException
 
getStatusCode() - Method in exception co.cask.cdap.common.UnauthenticatedException
 
getStringCollection(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings.
getStringCollection(String) - Static method in class co.cask.cdap.common.conf.StringUtils
Returns a collection of strings.
getStrings(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String, String...) - Method in class co.cask.cdap.common.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String) - Static method in class co.cask.cdap.common.conf.StringUtils
Returns an arraylist of strings.
getSystemArgs() - Method in class co.cask.cdap.internal.app.store.RunRecordMeta
 
getSystemTag(String) - Method in class co.cask.cdap.common.logging.AbstractLoggingContext
Gets system tag value by tag name.
getSystemTags() - Method in class co.cask.cdap.common.logging.AbstractLoggingContext
 
getSystemTags() - Method in interface co.cask.cdap.common.logging.LoggingContext
 
getSystemTagsMap() - Method in class co.cask.cdap.common.logging.AbstractLoggingContext
 
getSystemTagsMap() - Method in interface co.cask.cdap.common.logging.LoggingContext
 
getTag() - Method in class co.cask.cdap.common.logging.LogEvent
 
getTags(Id) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id.Application, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id.Artifact, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id.DatasetInstance, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id.Stream, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id.Stream.View, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTags(Id.Program, MetadataScope) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
getTargetId() - Method in exception co.cask.cdap.common.InvalidMetadataException
 
getTempFile(String) - Method in class co.cask.cdap.common.io.ForwardingLocation
 
getThirdComponent() - Method in class co.cask.cdap.common.queue.QueueName
 
getTime(RunId, TimeUnit) - Static method in class co.cask.cdap.common.app.RunIds
 
getTimestamp() - Method in class co.cask.cdap.common.stream.notification.StreamSizeNotification
 
getTopLevelClasses() - Method in class co.cask.cdap.common.internal.guava.ClassPath
Returns all top level classes loadable from the current class path.
getTopLevelClasses(String) - Method in class co.cask.cdap.common.internal.guava.ClassPath
Returns all top level classes whose package name is packageName.
getTopLevelClassesRecursive(String) - Method in class co.cask.cdap.common.internal.guava.ClassPath
Returns all top level classes whose package name is packageName or starts with packageName followed by a '.'.
getTrimmed(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the value of the name property as a trimmed String, null if no such property exists.
getTrimmedStringCollection(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStringCollection(String) - Static method in class co.cask.cdap.common.conf.StringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getTrimmedStringCollection(String) - Static method in class co.cask.cdap.common.utils.StringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getTrimmedStrings(String) - Method in class co.cask.cdap.common.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String, String...) - Method in class co.cask.cdap.common.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String) - Static method in class co.cask.cdap.common.conf.StringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getTrimmedStrings(String) - Static method in class co.cask.cdap.common.utils.StringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getTwillRunId() - Method in class co.cask.cdap.internal.app.store.RunRecordMeta
 
getType() - Method in class co.cask.cdap.common.internal.remote.MethodArgument
 
getType() - Method in class co.cask.cdap.common.options.OptionSpec
Returns the type of the field.
getTypeName() - Method in class co.cask.cdap.common.options.OptionSpec
Returns the type name of the field annotated by @Option.
getUGI(NamespaceId) - Method in class co.cask.cdap.common.security.DefaultImpersonator
 
getUGI(NamespaceId) - Method in interface co.cask.cdap.common.security.Impersonator
Retrieve the UserGroupInformation for the given NamespaceId
getUncaughtExceptionLogger() - Method in class co.cask.cdap.common.service.UncaughtExceptionIdleService
 
getUri() - Method in class co.cask.cdap.common.io.LocationStatus
 
getUsage() - Method in class co.cask.cdap.common.options.OptionSpec
Returns the usage of the field.
getUserIdentity() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getUserName() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
getValByRegex(String) - Method in class co.cask.cdap.common.conf.Configuration
get keys matching the the regex.
getValidConnection() - Method in class co.cask.cdap.common.db.DBConnectionPoolManager
Retrieves a connection from the connection pool and ensures that it is valid by calling Connection.isValid(int).
getValue() - Method in class co.cask.cdap.common.internal.remote.MethodArgument
 
getValue() - Method in interface co.cask.cdap.common.logging.LoggingContext.SystemTag
 
getVersion() - Static method in class co.cask.cdap.common.utils.ProjectInfo
 
getVisibleResources() - Static method in class co.cask.cdap.common.lang.ProgramResources
Returns a Set of resource names that are visible through to user program.
getWritePosition() - Method in class co.cask.cdap.common.logging.LogFileWriter
 
getWritePosition() - Method in interface co.cask.cdap.common.logging.LogWriter
return the current write position.

H

Hadoop21YarnAppClient - Class in org.apache.twill.internal.yarn
The service implementation of YarnAppClient for Apache Hadoop 2.1 and beyond.
Hadoop21YarnAppClient(Configuration) - Constructor for class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
HadoopClassExcluder - Class in co.cask.cdap.common.twill
Exclude hadoop classes
HadoopClassExcluder() - Constructor for class co.cask.cdap.common.twill.HadoopClassExcluder
 
handle(Throwable, HttpRequest, HttpResponder) - Method in class co.cask.cdap.common.HttpExceptionHandler
 
handle(BufferedWriter) - Method in interface co.cask.cdap.common.service.CommandPortService.CommandHandler
Invoked when the command that tied to this handler has been received by the CommandPortService.
handle(BufferedWriter) - Method in class co.cask.cdap.common.service.RUOKHandler
 
handleError(Throwable) - Method in class co.cask.cdap.common.http.AbstractBodyConsumer
 
HANDLER - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
HandlerException - Exception in co.cask.cdap.common
Exception handling for failures in netty pipeline.
HandlerException(HttpResponseStatus, String) - Constructor for exception co.cask.cdap.common.HandlerException
 
HandlerException(HttpResponseStatus, String, Throwable) - Constructor for exception co.cask.cdap.common.HandlerException
 
HANDLERS_BINDING - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Guice named bindings.
HANDLERS_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
HANDLERS_NAME - Static variable in class co.cask.cdap.common.conf.Constants.RemoteSystemOpService
 
hashCode() - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
hashCode() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ResourceInfo
 
hashCode() - Method in class co.cask.cdap.common.queue.QueueName
 
hashCode() - Method in class co.cask.cdap.common.stream.notification.StreamSizeNotification
 
hashCode() - Method in class co.cask.cdap.common.utils.ImmutablePair
Returns a hash code value for this object.
hashCode() - Method in class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
 
hashCode() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceAssignment
 
hashCode() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement
 
hashCode() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
 
hashCode() - Method in class co.cask.cdap.internal.app.store.RunRecordMeta
 
hasMoreElements() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirIterator
 
hasParent(Id.Artifact) - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
HBASE_STATS_REPORT_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Dataset
Defines reporting interval for HBase stats, in seconds
HBASE_WRITE_BUFFER_SIZE - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
HCONF_ATTR_OUTPUT_DATASET - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Partitioned
 
HCONF_ATTR_OUTPUT_FORMAT_CLASS_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Partitioned
 
HCONF_KEY - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
HEARTBEAT_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
HOSTNAME_CONFIG - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
HOSTNAME_CONFIG_DEPRECATED - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
Deprecated.
HTTP_CLIENT_CONNECTION_TIMEOUT_MS - Static variable in class co.cask.cdap.common.conf.Constants
 
HTTP_CLIENT_READ_TIMEOUT_MS - Static variable in class co.cask.cdap.common.conf.Constants
 
HttpExceptionHandler - Class in co.cask.cdap.common
Common logic to handle exceptions in handler methods.
HttpExceptionHandler() - Constructor for class co.cask.cdap.common.HttpExceptionHandler
 
HumanReadableLogMessageFormat - Class in co.cask.cdap.common.logging.common
A message format that is human readable.
HumanReadableLogMessageFormat() - Constructor for class co.cask.cdap.common.logging.common.HumanReadableLogMessageFormat
 

I

IllegalOptionValueException - Exception in co.cask.cdap.common.options
Raised when there is an Illegal option value.
IllegalOptionValueException(String, String) - Constructor for exception co.cask.cdap.common.options.IllegalOptionValueException
 
ImmutablePair<A,B> - Class in co.cask.cdap.common.utils
An ImmutablePair consists of two elements within.
ImmutablePair(A, B) - Constructor for class co.cask.cdap.common.utils.ImmutablePair
Constructs a Immutable Pair.
ImpersonationInfo - Class in co.cask.cdap.common.security
Encapsulates information necessary to impersonate a user - principal and keytab path.
ImpersonationInfo(String, String) - Constructor for class co.cask.cdap.common.security.ImpersonationInfo
Creates ImpersonationInfo using the specified principal and keytab path.
ImpersonationInfo(NamespaceMeta, CConfiguration) - Constructor for class co.cask.cdap.common.security.ImpersonationInfo
Creates ImpersonationInfo for the specified namespace.
ImpersonationUtils - Class in co.cask.cdap.common.security
Utility functions for impersonation.
Impersonator - Interface in co.cask.cdap.common.security
Responsible for executing code for a user, configurable at the namespace level.
INACTIVE_OPERATION_TIMEOUT_SECS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
INDEX_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
init(Object, String[], String, String, PrintStream) - Static method in class co.cask.cdap.common.options.OptionsParser
Parses the annotations specified in object and matches them against the command line arguments that are being passed.
init(String[]) - Method in class co.cask.cdap.common.runtime.DaemonMain
Invoked by jsvc to initialize the program.
initialize(EventHandlerContext) - Method in class co.cask.cdap.common.twill.AbortOnTimeoutEventHandler
 
initialize(TwillContext) - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
initializeRead(Schema) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
InMemoryElectionRegistry - Class in co.cask.cdap.common.election
In memory version of leader election.
InMemoryElectionRegistry() - Constructor for class co.cask.cdap.common.election.InMemoryElectionRegistry
 
InMemoryNamespaceClient - Class in co.cask.cdap.common.namespace
An in-memory implementation of AbstractNamespaceClient to be used in tests.
InMemoryNamespaceClient() - Constructor for class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
InMemoryPropertyStore<T> - Class in co.cask.cdap.common.conf
An in memory implementation of PropertyStore.
InMemoryPropertyStore() - Constructor for class co.cask.cdap.common.conf.InMemoryPropertyStore
 
INSTANCE_FILE_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
INSTANCE_ID - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
INSTANCE_NAME - Static variable in class co.cask.cdap.common.conf.Constants
Uniquely identifies a CDAP instance
InstanceExistenceVerifier - Class in co.cask.cdap.common.entity
Instantiator<T> - Interface in co.cask.cdap.common.lang
 
InstantiatorFactory - Class in co.cask.cdap.common.lang
InstantiatorFactory.
InstantiatorFactory(boolean) - Constructor for class co.cask.cdap.common.lang.InstantiatorFactory
 
InterceptableClassLoader - Class in co.cask.cdap.common.lang
A URLClassLoader that can optionally rewrite the the bytecode.
InterceptableClassLoader(URL[], ClassLoader) - Constructor for class co.cask.cdap.common.lang.InterceptableClassLoader
 
InvalidArtifactException - Exception in co.cask.cdap.common
Thrown when an artifact is invalid.
InvalidArtifactException(String) - Constructor for exception co.cask.cdap.common.InvalidArtifactException
 
InvalidArtifactException(String, Throwable) - Constructor for exception co.cask.cdap.common.InvalidArtifactException
 
InvalidMetadataException - Exception in co.cask.cdap.common
Base exception for Metadata validation.
InvalidMetadataException(Id.NamespacedId, String) - Constructor for exception co.cask.cdap.common.InvalidMetadataException
 
IOModule - Class in co.cask.cdap.common.guice
A Guice module for IO related classes bindings.
IOModule() - Constructor for class co.cask.cdap.common.guice.IOModule
 
isClosed() - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
 
isDeprecated(String) - Static method in class co.cask.cdap.common.conf.Configuration
checks whether the given key is deprecated.
isDir() - Method in class co.cask.cdap.common.io.LocationStatus
 
isDirectory() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
isDirectory() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirEntry
 
isEmpty() - Method in class co.cask.cdap.common.conf.Configuration.IntegerRanges
 
isHidden() - Method in class co.cask.cdap.common.options.OptionSpec
Returns whether the field needs to be hidden or no.
isIncluded(int) - Method in class co.cask.cdap.common.conf.Configuration.IntegerRanges
Is the given value in the set of ranges.
isKerberosEnabled(CConfiguration) - Static method in class co.cask.cdap.common.kerberos.SecurityUtil
 
isLogAvailable() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
isLogAvailable() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
isLogAvailable() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Logging availability.
isLogged() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
isMac() - Static method in class co.cask.cdap.common.utils.OSDetector
 
isNix() - Static method in class co.cask.cdap.common.utils.OSDetector
 
isQueue() - Method in class co.cask.cdap.common.queue.QueueName
 
isQueue(String) - Static method in class co.cask.cdap.common.queue.QueueName
 
isServiceAvailable() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
isServiceAvailable() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
isServiceAvailable() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Service's availability.
isServiceEnabled() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
isServiceEnabled() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
isServiceEnabled() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
 
isSnapshot() - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
isStream() - Method in class co.cask.cdap.common.queue.QueueName
 
isStream(String) - Static method in class co.cask.cdap.common.queue.QueueName
 
isSubTypeOf(String, String, Function<String, URL>, Map<String, Boolean>) - Static method in class co.cask.cdap.internal.asm.Classes
Checks if the given class extends or implements a super type.
isWindows() - Static method in class co.cask.cdap.common.utils.OSDetector
 
iterator() - Method in class co.cask.cdap.common.conf.Configuration.IntegerRanges
 
iterator() - Method in class co.cask.cdap.common.conf.Configuration
 

J

JarResources - Class in co.cask.cdap.common.lang.jar
JarResources: JarResources maps all resources included in a Zip or Jar file.
JarResources(Location) - Constructor for class co.cask.cdap.common.lang.jar.JarResources
Creates a JarResources using a Location.
join(String, ElectionHandler) - Method in class co.cask.cdap.common.election.InMemoryElectionRegistry
Joins the leader election process of the given named group.

K

KAFKA_CONSUMER_PERSIST_THRESHOLD - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
KAFKA_META_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
KAFKA_PARTITION_SIZE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
KAFKA_TOPIC - Static variable in class co.cask.cdap.common.conf.Constants.Audit
 
KAFKA_TOPIC - Static variable in class co.cask.cdap.common.conf.Constants.Logging
 
KAFKA_TOPIC - Static variable in class co.cask.cdap.common.conf.Constants.Notification
 
KAFKA_TOPIC_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
KafkaClientModule - Class in co.cask.cdap.common.guice
Guice module for KafkaClient and KafkaClientService.
KafkaClientModule() - Constructor for class co.cask.cdap.common.guice.KafkaClientModule
 
KafkaConstants - Class in co.cask.cdap.common.conf
Configuration parameters for Kafka server.
KafkaConstants() - Constructor for class co.cask.cdap.common.conf.KafkaConstants
 
KafkaConstants.ConfigKeys - Class in co.cask.cdap.common.conf
Keys for configuration parameters.
KafkaConstants.ConfigKeys() - Constructor for class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
KERBEROS_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Security
Enables Kerberos authentication.
KERBEROS_KEYTAB_RELOGIN_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Security
Kerberos keytab relogin interval.

L

lastModified() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
LastNCollector<Element> - Class in co.cask.cdap.common.collect
This collector will keep only the most recent N elements.
LastNCollector(int) - Constructor for class co.cask.cdap.common.collect.LastNCollector
 
launchTimeout(Iterable<EventHandler.TimeoutEvent>) - Method in class co.cask.cdap.common.twill.AbortOnTimeoutEventHandler
 
length() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
LEVELDB_STATS_REPORT_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Dataset
Defines reporting interval for LevelDB stats, in seconds
limit(int, RetryStrategy) - Static method in class co.cask.cdap.common.service.RetryStrategies
Creates a RetryStrategy that retries maximum given number of times, with the actual delay behavior delegated to another RetryStrategy.
linkOrCopy(Location, File) - Static method in class co.cask.cdap.common.io.Locations
Tries to create a hardlink to the given Location if it is on the local file system.
list() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
list() - Method in class co.cask.cdap.common.namespace.AbstractNamespaceQueryClient
 
list() - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
list() - Method in class co.cask.cdap.common.namespace.LocalNamespaceClient
 
list() - Method in interface co.cask.cdap.common.namespace.NamespaceQueryAdmin
Lists all namespaces.
list(File) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of file names under the given directory.
list(File, FilenameFilter) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of file names under the given directory that are accepted by the given filter.
list(File, String...) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of file names under the given directory that matches the give set of file name extension.
list(File, Iterable<String>) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of file names under the given directory that matches the give set of file name extension.
listenerAdded(String) - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
Invoked when a new listener is added.
listenerAdded(String) - Method in class co.cask.cdap.common.conf.InMemoryPropertyStore
 
listenerAdded(String) - Method in class co.cask.cdap.common.zookeeper.store.ZKPropertyStore
 
listFiles(File) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of files under the given directory.
listFiles(File, FileFilter) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of files under the given directory that are accepted by the given filter.
listFiles(File, FilenameFilter) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of files under the given directory that are accepted by the given filter.
listFiles(File, String...) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of files under the given directory that matches the give set of file name extension.
listFiles(File, Iterable<String>) - Static method in class co.cask.cdap.common.utils.DirUtils
Returns list of files under the given directory that matches the give set of file name extension.
load() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ClassInfo
Loads (but doesn't link or initialize) the class.
loadClass(String, ClassLoader, Object) - Static method in class co.cask.cdap.common.lang.ClassLoaders
Loads the class with the given class name with the given classloader.
loadClass(String, boolean) - Method in class co.cask.cdap.common.lang.FilterClassLoader
 
loadClass(String, boolean) - Method in class co.cask.cdap.common.lang.PackageFilterClassLoader
 
loadClass(String) - Method in class co.cask.cdap.internal.asm.ByteCodeClassLoader
 
loadClass(String, boolean) - Method in class co.cask.cdap.internal.asm.ByteCodeClassLoader
 
LOCAL_DATA_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
LocalLogWriter - Class in co.cask.cdap.common.logging.common
Implementation of LogWriter that writes to log collector directly.
LocalLogWriter(CConfiguration) - Constructor for class co.cask.cdap.common.logging.common.LocalLogWriter
 
LocalNamespaceClient - Class in co.cask.cdap.common.namespace
Local implementation of AbstractNamespaceClient.
LocalNamespaceClient(NamespaceAdmin) - Constructor for class co.cask.cdap.common.namespace.LocalNamespaceClient
 
LOCATION_COMPARATOR - Static variable in class co.cask.cdap.common.io.Locations
 
LocationRuntimeModule - Class in co.cask.cdap.common.guice
Provides Guice bindings for LocationFactory in different runtime environment.
LocationRuntimeModule() - Constructor for class co.cask.cdap.common.guice.LocationRuntimeModule
 
Locations - Class in co.cask.cdap.common.io
Utility class to help interaction with Location.
LocationStatus - Class in co.cask.cdap.common.io
Status of a location.
LocationStatus(URI, long, boolean, long) - Constructor for class co.cask.cdap.common.io.LocationStatus
 
log(LogEvent) - Method in class co.cask.cdap.common.logging.LogCollector
 
log(LogEvent) - Method in class co.cask.cdap.common.logging.LogFileWriter
 
log(LogEvent) - Method in interface co.cask.cdap.common.logging.LogWriter
logs a single event.
LOG_DIRS - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
LOG_DIRS_DEPRECATED - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
Deprecated.
LOG_SAVER_STATUS_HANDLER - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
LogCollector - Class in co.cask.cdap.common.logging
Collector for logging system.
LogCollector(CConfiguration, Configuration) - Constructor for class co.cask.cdap.common.logging.LogCollector
 
LogConfiguration - Class in co.cask.cdap.common.logging
Configuration for logging.
LogConfiguration(FileSystem, CConfiguration, String, String) - Constructor for class co.cask.cdap.common.logging.LogConfiguration
 
LogEvent - Class in co.cask.cdap.common.logging
Represents a logging event.
LogEvent(String, String, String) - Constructor for class co.cask.cdap.common.logging.LogEvent
 
LogFileReader - Class in co.cask.cdap.common.logging
A LogReader reading from file.
LogFileReader() - Constructor for class co.cask.cdap.common.logging.LogFileReader
 
LogFileWriter - Class in co.cask.cdap.common.logging
A LogWriter that writes to file.
LogFileWriter() - Constructor for class co.cask.cdap.common.logging.LogFileWriter
 
LoggingConstants - Class in co.cask.cdap.common.logging
Common logging constants.
LoggingConstants() - Constructor for class co.cask.cdap.common.logging.LoggingConstants
 
LoggingContext - Interface in co.cask.cdap.common.logging
Defines LoggingContext interface so that we have at least somewhat structured logging context data and know how to inject it on the logs writing end.
LoggingContext.SystemTag - Interface in co.cask.cdap.common.logging
Defines the interface for the system tag associated with LoggingContext.
LoggingContextAccessor - Class in co.cask.cdap.common.logging
Allows to store and access the logging context.
LoggingContextAccessor() - Constructor for class co.cask.cdap.common.logging.LoggingContextAccessor
 
logImportantConfig(CConfiguration) - Static method in class co.cask.cdap.common.startup.ConfigurationLogger
 
LOGIN_MODULE_CLASS_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Security
Authentication Login Module class name
loginForMasterService(CConfiguration) - Static method in class co.cask.cdap.common.kerberos.SecurityUtil
 
LogMessageFormat - Interface in co.cask.cdap.common.logging.common
Defines format for log message text.
LogReader - Interface in co.cask.cdap.common.logging
Represents classes that can read log.
LOGSAVER - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
LogWriter - Interface in co.cask.cdap.common.logging.common
Defines log writer interface.
logWriter - Static variable in class co.cask.cdap.common.logging.logback.CAppender
 
LogWriter - Interface in co.cask.cdap.common.logging
Represents classes that can write log.

M

main(String[]) - Static method in class co.cask.cdap.common.conf.Configuration
For debugging.
MainClassLoader - Class in co.cask.cdap.common.app
The main ClassLoader used by CDAP.
MainClassLoader(URL[], ClassLoader) - Constructor for class co.cask.cdap.common.app.MainClassLoader
Creates a new instance for the following set of URL.
MAPREDUCE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
MAPREDUCE_INCLUDE_CUSTOM_CLASSES - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
MAPREDUCE_JOB_CLIENT_CONNECT_MAX_RETRIES - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
MASTER_SERVICES - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
MASTER_SERVICES_ANNOUNCE_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
MASTER_SERVICES_BIND_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
MasterServiceManager - Interface in co.cask.cdap.common.twill
Interface that defines a set of methods that will be used for management of CDAP Services.
MAX_CHARS_ALLOWED - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
MAX_HOUR_RESOLUTION_QUERY_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Query
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
MAX_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Transaction.Container
 
MAX_MINUTE_RESOLUTION_QUERY_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Query
 
MAX_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Security
Maximum number of handler threads for the Authentication Server embedded Jetty instance.
MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
MEMORY_MB - Static variable in class co.cask.cdap.common.conf.Constants.Transaction.Container
 
MESSAGE_PROCESSOR_FACTORIES - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class co.cask.cdap.common.http.AuthenticationChannelHandler
Decode the AccessTokenIdentifier passed as a header and set it in a ThreadLocal.
METADATA_SERVICE - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
METHOD - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
MethodArgument - Class in co.cask.cdap.common.internal.remote
Allows for simple serialization/deserialization of a method argument.
MethodArgument(String, JsonElement) - Constructor for class co.cask.cdap.common.internal.remote.MethodArgument
 
MethodNotAllowedException - Exception in co.cask.cdap.common
Thrown when some method is not allowed.
MethodNotAllowedException(HttpMethod, String) - Constructor for exception co.cask.cdap.common.MethodNotAllowedException
 
Methods - Class in co.cask.cdap.internal.asm
Util class containing helper functions to interact with ASM Method.
METRICS - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
METRICS_CONTEXT - Static variable in class co.cask.cdap.common.conf.Constants.Gateway
 
METRICS_PROCESSOR - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
METRICS_PROCESSOR_STATUS_HANDLER - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
METRICS_TABLE_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
MetricsReporterHook - Class in co.cask.cdap.common.metrics
Records gateway requests/response metrics.
MetricsReporterHook(MetricsCollectionService, String) - Constructor for class co.cask.cdap.common.metrics.MetricsReporterHook
 
MetricsTags - Class in co.cask.cdap.common.metrics
Provides ways to obtain the tags for certain metrics.
mkdirs() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
mkdirs(File) - Static method in class co.cask.cdap.common.utils.DirUtils
Creates a directory if the directory doesn't exists.
mkdirsIfNotExists(Location) - Static method in class co.cask.cdap.common.io.Locations
Create the directory represented by the location if not exists.
modifyRequirement(String, ResourceModifier) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
Modify an existing ResourceRequirement.
MODULES - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Extensions
 
MR_TASK_TYPE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 

N

name - Variable in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
NamespaceAdmin - Interface in co.cask.cdap.common.namespace
Admin class for managing a namespace's lifecycle
NamespaceAlreadyExistsException - Exception in co.cask.cdap.common
Thrown when a namespace already exists.
NamespaceAlreadyExistsException(Id.Namespace) - Constructor for exception co.cask.cdap.common.NamespaceAlreadyExistsException
 
NamespaceAlreadyExistsException(Id.Namespace, String) - Constructor for exception co.cask.cdap.common.NamespaceAlreadyExistsException
 
NamespaceCannotBeCreatedException - Exception in co.cask.cdap.common
Thrown when a namespace cannot be created due to errors.
NamespaceCannotBeCreatedException(Id.Namespace, String) - Constructor for exception co.cask.cdap.common.NamespaceCannotBeCreatedException
 
NamespaceCannotBeCreatedException(Id.Namespace, Throwable) - Constructor for exception co.cask.cdap.common.NamespaceCannotBeCreatedException
 
NamespaceCannotBeDeletedException - Exception in co.cask.cdap.common
Thrown when a namespace cannot be deleted.
NamespaceCannotBeDeletedException(Id.Namespace) - Constructor for exception co.cask.cdap.common.NamespaceCannotBeDeletedException
 
NamespaceCannotBeDeletedException(Id.Namespace, String) - Constructor for exception co.cask.cdap.common.NamespaceCannotBeDeletedException
 
NamespaceCannotBeDeletedException(Id.Namespace, Throwable) - Constructor for exception co.cask.cdap.common.NamespaceCannotBeDeletedException
 
NamespaceClientRuntimeModule - Class in co.cask.cdap.common.namespace.guice
Module to define Guice bindings for NamespaceAdmin.
NamespaceClientRuntimeModule() - Constructor for class co.cask.cdap.common.namespace.guice.NamespaceClientRuntimeModule
 
NamespacedLocationFactory - Interface in co.cask.cdap.common.namespace
Interface for managing locations in a namespace
NamespaceLoggingContext - Class in co.cask.cdap.common.logging
Namespace logging context.
NamespaceLoggingContext(String) - Constructor for class co.cask.cdap.common.logging.NamespaceLoggingContext
Constructs NamespaceLoggingContext.
NamespaceNotFoundException - Exception in co.cask.cdap.common
Thrown when a namespace is not found in CDAP.
NamespaceNotFoundException(Id.Namespace) - Constructor for exception co.cask.cdap.common.NamespaceNotFoundException
 
NamespaceQueryAdmin - Interface in co.cask.cdap.common.namespace
Admin for querying namespace.
NAMESPACES_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Namespace
 
needIntercept(String) - Method in class co.cask.cdap.common.app.MainClassLoader
 
needIntercept(String) - Method in class co.cask.cdap.common.lang.DirectoryClassLoader
Always return false as this class won't do any class rewriting.
needIntercept(String) - Method in class co.cask.cdap.common.lang.InterceptableClassLoader
Implementation to decide whether a class loading needs to be intercepted by this class.
Networks - Class in co.cask.cdap.common.utils
Utility class to provide methods for common network related operations.
NEW_FILE_CHECK_INTERVAL - Static variable in class co.cask.cdap.common.conf.Constants.Stream
How often to check for new file when reading from stream in milliseconds.
newHandler(Logger) - Static method in class co.cask.cdap.common.service.UncaughtExceptionIdleService
 
newInputSupplier(FileSystem, Path) - Static method in class co.cask.cdap.common.io.Locations
Creates a new InputSupplier that can provides SeekableInputStream of the given path.
newInputSupplier(Location) - Static method in class co.cask.cdap.common.io.Locations
Creates a new InputSupplier that can provides SeekableInputStream from the given location.
newInstance(Class<T>, Configuration) - Static method in class co.cask.cdap.common.conf.ReflectionUtils
Create an object for the given class and initialize it from conf.
newOutputSupplier(Location) - Static method in class co.cask.cdap.common.io.Locations
Creates a new OutputSupplier that can provides OutputStream for the given location.
newThreadExecutor(ThreadFactory) - Static method in class co.cask.cdap.common.async.ExecutorUtils
Creates an Executor that always create new thread to execute runnable.
nextElement() - Method in class co.cask.cdap.common.lang.jar.UnpackedJarDirIterator
 
nextRetry(int, long) - Method in interface co.cask.cdap.common.service.RetryStrategy
Returns the number of milliseconds to wait before retrying the operation.
NODE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
NoOpMetricsCollectionService - Class in co.cask.cdap.common.metrics
No-op, to be used in unit-tests
NoOpMetricsCollectionService() - Constructor for class co.cask.cdap.common.metrics.NoOpMetricsCollectionService
 
noRetry() - Static method in class co.cask.cdap.common.service.RetryStrategies
 
normalizeWebappDiscoveryName(String) - Static method in class co.cask.cdap.common.utils.Networks
Normalizes the name by doing the following: Remove trailing slashes. Remove :80 from end of the host part if any. Replace '.', ':', '/' and '-' with '_'. URL encode the name.
NotFoundException - Exception in co.cask.cdap.common
Thrown when an element is not found
NotFoundException(Object, String) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NotFoundException(Object) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NotFoundException(Id) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NotFoundException(EntityId) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NotFoundException(Id, Throwable) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NotFoundException(Object, String, Throwable) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NotFoundException(String) - Constructor for exception co.cask.cdap.common.NotFoundException
 
NOTIFICATION_THRESHOLD - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
notifyError(String, Throwable) - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
Notifies listeners with error.
NotImplementedException - Exception in co.cask.cdap.common
Thrown when some operation is not implemented.
NotImplementedException(String) - Constructor for exception co.cask.cdap.common.NotImplementedException
 
nowInSeconds() - Static method in class co.cask.cdap.common.utils.TimeMathParser
 
NUM_CORES - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
NUM_CORES - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
NUM_CORES - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
NUM_CORES - Static variable in class co.cask.cdap.common.conf.Constants.Transaction.Container
 
NUM_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
NUM_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
NUM_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
NUM_INSTANCES - Static variable in class co.cask.cdap.common.conf.Constants.Transaction.Container
 
NUM_PARTITIONS_CONFIG - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
NUM_PARTITIONS_CONFIG_DEPRECATED - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
Deprecated.

O

obtainToken(YarnConfiguration, Credentials) - Static method in class co.cask.cdap.common.security.YarnTokenUtils
Gets a Yarn delegation token and stores it in the given Credentials.
of(Discoverable) - Static method in class co.cask.cdap.common.discovery.ResolvingDiscoverable
 
of(A, B) - Static method in class co.cask.cdap.common.utils.ImmutablePair
 
onChange(String, T) - Method in class co.cask.cdap.common.conf.AbstractPropertyChangeListener
 
onChange(String, T) - Method in interface co.cask.cdap.common.conf.PropertyChangeListener
Invoked when the property changed.
onChange(ResourceAssignment) - Method in interface co.cask.cdap.common.zookeeper.coordination.AssignmentChangeListener
Invoked when there is change in assignment.
onChange(Collection<PartitionReplica>) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceHandler
Invoked when the assignment changed.
onChange(ResourceAssignment) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceHandler
 
onError(String, Throwable) - Method in class co.cask.cdap.common.conf.AbstractPropertyChangeListener
 
onError(String, Throwable) - Method in interface co.cask.cdap.common.conf.PropertyChangeListener
Invoked when there is failure when listening for changes.
onError(Throwable) - Method in class co.cask.cdap.common.http.AbstractBodyConsumer
 
onFinally(int) - Method in class co.cask.cdap.internal.asm.FinallyAdapter
Calls to generate code for the finally block.
onFinish(HttpResponder, File) - Method in class co.cask.cdap.common.http.AbstractBodyConsumer
 
onMethodExit(int) - Method in class co.cask.cdap.internal.asm.FinallyAdapter
 
OP_COUNT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Dataset
 
Option - Annotation Type in co.cask.cdap.common.options
Options for command line.
OptionsParser - Class in co.cask.cdap.common.options
OptionsParser looks into the class looking for annotations that specifies options.
OptionSpec - Class in co.cask.cdap.common.options
Specifies an implementation for the specification of an Option.
OptionSpec(Field, Option, Object) - Constructor for class co.cask.cdap.common.options.OptionSpec
Creates an instance of OptionSpec.
org.apache.twill.filesystem - package org.apache.twill.filesystem
 
org.apache.twill.internal.yarn - package org.apache.twill.internal.yarn
 
OSDetector - Class in co.cask.cdap.common.utils
Detects type of OS.
OSDetector() - Constructor for class co.cask.cdap.common.utils.OSDetector
 
OUTPUT_DIR - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
OUTPUT_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
OUTPUT_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 

P

PackageFilterClassLoader - Class in co.cask.cdap.common.lang
A ClassLoader that filter class based on package name.
PackageFilterClassLoader(ClassLoader, Predicate<String>) - Constructor for class co.cask.cdap.common.lang.PackageFilterClassLoader
Constructs a new instance that only allow class's package name passes the given Predicate.
PairCollector<KEY,VALUE> - Interface in co.cask.cdap.common.collect
This can be used to collect with different strategies while iterating over a stream of elements.
parseTime(String, TimeUnit) - Static method in class co.cask.cdap.common.utils.TimeMathParser
Parses a time in String format into a long value
parseTime(long, String, TimeUnit) - Static method in class co.cask.cdap.common.utils.TimeMathParser
Parses a time in String format into a long value
parseTimeInSeconds(String) - Static method in class co.cask.cdap.common.utils.TimeMathParser
Parses a time in String format into a long value.
parseTimeInSeconds(long, String) - Static method in class co.cask.cdap.common.utils.TimeMathParser
Parses a time in String format into a long value.
PARTITION_DURATION - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
PartitionReplica - Class in co.cask.cdap.common.zookeeper.coordination
Represents a particular partition + replica pair.
PartitionReplica(String, int) - Constructor for class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
 
pick(long, TimeUnit) - Method in class co.cask.cdap.common.discovery.AbstractEndpointStrategy
 
pick() - Method in interface co.cask.cdap.common.discovery.EndpointStrategy
Picks a Discoverable using its strategy.
pick(long, TimeUnit) - Method in interface co.cask.cdap.common.discovery.EndpointStrategy
Waits if necessary for at most the given time to pick a Discoverable.
pick() - Method in class co.cask.cdap.common.discovery.RandomEndpointStrategy
 
pick() - Method in class co.cask.cdap.common.discovery.StickyEndpointStrategy
 
ping(HttpRequest, HttpResponder) - Method in class co.cask.cdap.gateway.handlers.PingHandler
 
PingHandler - Class in co.cask.cdap.gateway.handlers
Handles ping requests.
PingHandler() - Constructor for class co.cask.cdap.gateway.handlers.PingHandler
 
PluginClassDeserializer - Class in co.cask.cdap.common.conf
A Gson deserializater for creating PluginClass object from external plugin config file.
PluginClassDeserializer() - Constructor for class co.cask.cdap.common.conf.PluginClassDeserializer
 
PluginJarHelper - Class in co.cask.cdap.internal.test
Helper class for building application template plugin jars.
PORT - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
for the port of the dataset user service server.
PORT - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
PORT - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
PORT_CONFIG - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
PORT_CONFIG_DEPRECATED - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
Deprecated.
PORT_PROPS - Static variable in class co.cask.cdap.common.conf.Constants
 
PortDetector - Class in co.cask.cdap.common.utils
Class for help finding network ports.
PortDetector() - Constructor for class co.cask.cdap.common.utils.PortDetector
 
postCall(HttpRequest, HttpResponseStatus, HandlerInfo) - Method in class co.cask.cdap.common.metrics.MetricsReporterHook
 
preCall(HttpRequest, HttpResponder, HandlerInfo) - Method in class co.cask.cdap.common.metrics.MetricsReporterHook
 
prefixForFlow(Id.Flow) - Static method in class co.cask.cdap.common.queue.QueueName
 
prefixForNamedspacedStream(String) - Static method in class co.cask.cdap.common.queue.QueueName
 
prefixForNamespacedQueue(String) - Static method in class co.cask.cdap.common.queue.QueueName
 
PREVIEWS_DIR_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
printUsage(Object, String, String, PrintStream) - Static method in class co.cask.cdap.common.options.OptionsParser
Prints usage based on info specified by annotation in the instance of class specified object.
process(T) - Method in interface co.cask.cdap.common.io.Processor
Process one input value.
PROCESS_DELAY - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Log
 
PROCESS_MESSAGES_COUNT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Log
 
processLocations(Location, boolean, Processor<LocationStatus, R>) - Static method in class co.cask.cdap.common.io.Locations
Do some processing on the locations contained in the startLocation, using the processor.
Processor<T,R> - Interface in co.cask.cdap.common.io
Process input values.
PRODUCER - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
PROGRAM_EXTRA_CLASSPATH - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
PROGRAM_JVM_OPTS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
PROGRAM_MAX_START_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
PROGRAM_MAX_STOP_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
PROGRAM_RUNID_CORRECTOR_INTERVAL_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
ProgramNotFoundException - Exception in co.cask.cdap.common
Thrown when a program is not found
ProgramNotFoundException(Id.Program) - Constructor for exception co.cask.cdap.common.ProgramNotFoundException
 
ProgramResources - Class in co.cask.cdap.common.lang
Helper class to maintain list of resources that are visible to user programs.
ProjectInfo - Class in co.cask.cdap.common.utils
Accessor class for providing project information.
ProjectInfo.Version - Class in co.cask.cdap.common.utils
This class encapsulates information about project version.
ProjectInfo.Version(int, int, int, boolean, long) - Constructor for class co.cask.cdap.common.utils.ProjectInfo.Version
 
ProjectInfo.Version(String) - Constructor for class co.cask.cdap.common.utils.ProjectInfo.Version
Construct a Version instance by parsing the version string, in the format returned by ProjectInfo.Version.toString().
propagate(Throwable) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
PropertyChangeListener<T> - Interface in co.cask.cdap.common.conf
A listener for watching changes in PropertyStore.
PropertyFieldSetter - Class in co.cask.cdap.common.lang
A FieldVisitor that sets field value based on a given property map.
PropertyFieldSetter(Map<String, String>) - Constructor for class co.cask.cdap.common.lang.PropertyFieldSetter
 
PropertyStore<T> - Interface in co.cask.cdap.common.conf
Represents store for properties/configurations.
PropertyUpdater<T> - Interface in co.cask.cdap.common.conf
An async function to update property in PropertyStore.
PROVIDER - Static variable in class co.cask.cdap.common.conf.Constants.Security.Store
Backend provider for the secure store.

Q

QUERY_ID - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
QUERY_PARAM_END_TIME - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Query parameter to indicate end time.
QUERY_PARAM_LIMIT - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Query parameter to indicate limits on results.
QUERY_PARAM_START_TIME - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Query parameter to indicate start time.
QUERY_PARAM_STATUS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Query parameter to indicate status of a program {active, completed, failed}
QUERY_SECOND_DELAY - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Query
 
QueryNotFoundException - Exception in co.cask.cdap.common
Thrown when a query was not found by its handle.
QueryNotFoundException(Id.QueryHandle) - Constructor for exception co.cask.cdap.common.QueryNotFoundException
 
QueueName - Class in co.cask.cdap.common.queue
An abstraction over URI of a queue.
QUORUM - Static variable in class co.cask.cdap.common.conf.Constants.Zookeeper
 

R

RandomEndpointStrategy - Class in co.cask.cdap.common.discovery
Randomly picks endpoint from the list of available endpoints.
RandomEndpointStrategy(ServiceDiscovered) - Constructor for class co.cask.cdap.common.discovery.RandomEndpointStrategy
Constructs a random endpoint strategy with the given ServiceDiscovered.
read(Id.Namespace, File) - Method in class co.cask.cdap.common.conf.ArtifactConfigReader
Read the contents of the given file and deserialize it into an ArtifactConfig.
read(JsonReader) - Method in class co.cask.cdap.common.stream.StreamEventTypeAdapter
 
read(Decoder, Schema) - Method in interface co.cask.cdap.internal.io.DatumReader
 
read(FROM, Schema) - Method in class co.cask.cdap.internal.io.ReflectionReader
Read from the source to create the target type with target schema.
read(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
read(Row, Schema) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
read(Row, Schema) - Method in class co.cask.cdap.internal.io.ReflectionRowRecordReader
 
READ_COUNT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Dataset
 
READ_TIMEOUT_PROPERTY_NAME - Static variable in class co.cask.cdap.common.http.DefaultHttpRequestConfig
 
readArray(Decoder, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readArray(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readArray(Row, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readBool() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readBool() - Method in interface co.cask.cdap.common.io.Decoder
 
readBool(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readBool(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readBool(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readBytes() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readBytes() - Method in interface co.cask.cdap.common.io.Decoder
 
readBytes(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readBytes(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readBytes(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readDouble() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readDouble() - Method in interface co.cask.cdap.common.io.Decoder
 
readDouble(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readDouble(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readDouble(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readEnum(Decoder, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readEnum(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readEnum(Row, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readFloat() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readFloat() - Method in interface co.cask.cdap.common.io.Decoder
 
readFloat(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readFloat(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readFloat(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readInt() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readInt() - Method in interface co.cask.cdap.common.io.Decoder
 
readInt(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readInt(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readInt(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readLong() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readLong() - Method in interface co.cask.cdap.common.io.Decoder
 
readLong(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readLong(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readLong(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readMap(Decoder, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readMap(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readMap(Row, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readNull() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readNull() - Method in interface co.cask.cdap.common.io.Decoder
Returns a null value.
readNull(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readNull(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readNull(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readRecord(Decoder, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readRecord(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readRecord(Row, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readString() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
readString() - Method in interface co.cask.cdap.common.io.Decoder
 
readString(Decoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readString(FROM) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readString(Row) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
readUnion(Decoder, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionDatumReader
 
readUnion(FROM, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionReader
 
readUnion(Row, Schema, Schema, TypeToken<?>) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
RedirectedPrintStream - Class in co.cask.cdap.common.logging
Redirected PrintStream to logger
redirectToLogger(String) - Static method in class co.cask.cdap.common.logging.StandardOutErrorRedirector
Redirect standard out and error to logger
ReflectionDatumReader<T> - Class in co.cask.cdap.internal.io
Reflection based Datum Reader.
ReflectionDatumReader(Schema, TypeToken<T>) - Constructor for class co.cask.cdap.internal.io.ReflectionDatumReader
 
ReflectionDatumReaderFactory - Class in co.cask.cdap.internal.io
ReflectionDatumReaderFactory() - Constructor for class co.cask.cdap.internal.io.ReflectionDatumReaderFactory
 
ReflectionDatumWriter<T> - Class in co.cask.cdap.internal.io
A DatumWriter that uses java reflection to encode data.
ReflectionDatumWriter(Schema) - Constructor for class co.cask.cdap.internal.io.ReflectionDatumWriter
 
ReflectionFieldAccessorFactory - Class in co.cask.cdap.internal.io
 
ReflectionFieldAccessorFactory() - Constructor for class co.cask.cdap.internal.io.ReflectionFieldAccessorFactory
 
ReflectionPutWriter<T> - Class in co.cask.cdap.internal.io
Encodes an object as a Put for storing it into a Table.
ReflectionPutWriter(Schema) - Constructor for class co.cask.cdap.internal.io.ReflectionPutWriter
 
ReflectionReader<FROM,TO> - Class in co.cask.cdap.internal.io
Reflection based reader.
ReflectionReader(Schema, TypeToken<TO>) - Constructor for class co.cask.cdap.internal.io.ReflectionReader
 
ReflectionRowReader<T> - Class in co.cask.cdap.internal.io
Decodes an object from a Row object fetched from a Table.
ReflectionRowReader(Schema, TypeToken<T>) - Constructor for class co.cask.cdap.internal.io.ReflectionRowReader
 
ReflectionRowRecordReader - Class in co.cask.cdap.internal.io
Decodes an object from a Row object fetched from a Table into a StructuredRecord.
ReflectionRowRecordReader(Schema, String) - Constructor for class co.cask.cdap.internal.io.ReflectionRowRecordReader
 
ReflectionUtils - Class in co.cask.cdap.common.conf
General reflection utils.
ReflectionUtils() - Constructor for class co.cask.cdap.common.conf.ReflectionUtils
 
ReflectionWriter<WRITER,TYPE> - Class in co.cask.cdap.internal.io
Base class for writing an object with a Schema.
ReflectionWriter(Schema) - Constructor for class co.cask.cdap.internal.io.ReflectionWriter
 
register(GsonBuilder) - Static method in class co.cask.cdap.common.stream.StreamEventTypeAdapter
Register an instance of the StreamEventTypeAdapter to the given GsonBuilder.
RegisteredServerInfo - Class in co.cask.cdap.common.service
Class representing the server info for a registered server.
RegisteredServerInfo(String, int) - Constructor for class co.cask.cdap.common.service.RegisteredServerInfo
 
reloadConfiguration() - Method in class co.cask.cdap.common.conf.Configuration
Reload configuration from previously added resources.
REMOTE_SYSTEM_OPERATION - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
RemoteNamespaceQueryClient - Class in co.cask.cdap.common.namespace
Implementation of NamespaceQueryAdmin that pings the internal endpoints in a HttpHandler in remote system service.
RemoteOpsClient - Class in co.cask.cdap.common.internal.remote
Common HTTP client functionality for remote operations from programs.
RemoteOpsClient(CConfiguration, DiscoveryServiceClient, String) - Constructor for class co.cask.cdap.common.internal.remote.RemoteOpsClient
 
RemoteUGIProvider - Class in co.cask.cdap.common.security
Makes requests to ImpersonationHandler to request credentials.
removeMetadata(Id) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
removeMetadata(Id.Application) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes metadata from an application.
removeMetadata(Id.Artifact) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes metadata from an artifact.
removeMetadata(Id.DatasetInstance) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes metadata from a dataset.
removeMetadata(Id.Stream) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes metadata from a stream.
removeMetadata(Id.Stream.View) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes metadata from a view.
removeMetadata(Id.Program) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes metadata from a program.
removeProperties(Id) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
removeProperties(Id.Application) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all properties from an application.
removeProperties(Id.Artifact) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all properties from an artifact.
removeProperties(Id.DatasetInstance) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all properties from a dataset.
removeProperties(Id.Stream) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all properties from a stream.
removeProperties(Id.Stream.View) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all properties from a view.
removeProperties(Id.Program) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all properties from a program.
removeProperty(Id, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
removeProperty(Id.Application, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a property from an application.
removeProperty(Id.Artifact, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a property from an artifact.
removeProperty(Id.DatasetInstance, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a property from a dataset.
removeProperty(Id.Stream, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a property from a stream.
removeProperty(Id.Stream.View, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a property from a view.
removeProperty(Id.Program, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a property from a program.
removeTag(Id, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
removeTag(Id.Application, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a tag from an application.
removeTag(Id.Artifact, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a tag from an artifact.
removeTag(Id.DatasetInstance, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a tag from a dataset.
removeTag(Id.Stream, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a tag from a stream.
removeTag(Id.Stream.View, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a tag from a view.
removeTag(Id.Program, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes a tag from a program.
removeTags(Id) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
 
removeTags(Id.Application) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all tags from an application.
removeTags(Id.Artifact) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all tags from an artifact.
removeTags(Id.DatasetInstance) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all tags from a dataset.
removeTags(Id.Stream) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all tags from a stream.
removeTags(Id.Stream.View) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all tags from a view.
removeTags(Id.Program) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Removes all tags from a program.
renameTo(Location) - Method in class co.cask.cdap.common.io.ForwardingLocation
 
REPLICATION_FACTOR - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
REPLICATION_FACTOR_DEPRECATED - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
Deprecated.
reset() - Method in class co.cask.cdap.common.io.BufferedEncoder
 
resolutionInSeconds(String) - Static method in class co.cask.cdap.common.utils.TimeMathParser
 
resolve(Id.Namespace, String) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Resolves the specified URL.
resolve(String) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceQueryClient
Resolves the specified URL.
resolve(String) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
resolve(String) - Method in class co.cask.cdap.common.namespace.LocalNamespaceClient
 
resolve(String) - Method in class co.cask.cdap.common.namespace.RemoteNamespaceQueryClient
 
resolve(String, InetAddress) - Static method in class co.cask.cdap.common.utils.Networks
Resolves the given hostname into InetAddress.
ResolvingDiscoverable - Class in co.cask.cdap.common.discovery
Discoverable that resolves 0.0.0.0 to a routable interface.
RESOURCE_INFO_TO_RESOURCE_NAME - Static variable in class co.cask.cdap.common.lang.ClassPathResources
 
ResourceAssigner<T> - Interface in co.cask.cdap.common.zookeeper.coordination
This interface is for retrieving existing assignment as well as doing new assignment.
ResourceAssignment - Class in co.cask.cdap.common.zookeeper.coordination
Describes the resource assignment as determined by ResourceCoordinator.
ResourceAssignment(String) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceAssignment
Creates without any assignment.
ResourceAssignment(String, Multimap<Discoverable, PartitionReplica>) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceAssignment
Creates with the given assignment.
ResourceBalancerService - Class in co.cask.cdap.common.resource
A services that automatically balances resource assignments between its instances.
ResourceBalancerService(String, int, ZKClientService, DiscoveryService, DiscoveryServiceClient) - Constructor for class co.cask.cdap.common.resource.ResourceBalancerService
Creates instance of ResourceBalancerService.
ResourceCoordinator - Class in co.cask.cdap.common.zookeeper.coordination
Allocate resources to registered handler.
ResourceCoordinator(ZKClient, DiscoveryServiceClient, AssignmentStrategy) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinator
 
ResourceCoordinatorClient - Class in co.cask.cdap.common.zookeeper.coordination
This class helps client to participate in resource coordination process.
ResourceCoordinatorClient(ZKClient) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
 
ResourceHandler - Class in co.cask.cdap.common.zookeeper.coordination
Handle changes in resource assignment.
ResourceHandler(Discoverable) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceHandler
 
ResourceModifier - Interface in co.cask.cdap.common.zookeeper.coordination
A function to modify a ResourceRequirement.
ResourceRequirement - Class in co.cask.cdap.common.zookeeper.coordination
Describes a resource requirement for ResourceCoordinator.
ResourceRequirement.Builder - Class in co.cask.cdap.common.zookeeper.coordination
Builder for creation of ResourceRequirement.
ResourceRequirement.Builder(String) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Builder
 
ResourceRequirement.Partition - Class in co.cask.cdap.common.zookeeper.coordination
Describes a partition inside a ResourceRequirement.
ResourceRequirement.Partition(String, int) - Constructor for class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
 
REST_PORT - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
restartAllInstances() - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
restartAllInstances() - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
restartAllInstances() - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Restart all instances of this service.
restartInstances(int, int...) - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
restartInstances(int, int...) - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
restartInstances(int, int...) - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Restart some instances of this service.
RETENTION_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
RetryOnStartFailureService - Class in co.cask.cdap.common.service
A Guava Service that wrap around another Service such that, if the wrapped service failed to start, it will get restarted based on the RetryStrategy.
RetryOnStartFailureService(Supplier<Service>, RetryStrategy) - Constructor for class co.cask.cdap.common.service.RetryOnStartFailureService
Creates a new instance.
RetryStrategies - Class in co.cask.cdap.common.service
Factory class for creating different types of RetryStrategy.
RetryStrategy - Interface in co.cask.cdap.common.service
Provides strategy to use for operation retries.
rewriteClass(String, InputStream) - Method in class co.cask.cdap.common.app.MainClassLoader
 
rewriteClass(String, InputStream) - Method in class co.cask.cdap.common.dataset.DatasetClassRewriter
 
rewriteClass(String, InputStream) - Method in interface co.cask.cdap.common.lang.ClassRewriter
 
rewriteClass(String, InputStream) - Method in class co.cask.cdap.common.lang.DirectoryClassLoader
 
ROOT_NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants
 
RootLocationFactory - Class in co.cask.cdap.common.io
A location factory that represents the root of the file system.
RootLocationFactory(LocationFactory) - Constructor for class co.cask.cdap.common.io.RootLocationFactory
 
RootLocationFactoryProvider - Class in co.cask.cdap.common.guice
A Guice Provider for RootLocationFactory.
RootLocationFactoryProvider(FileContext, Configuration) - Constructor for class co.cask.cdap.common.guice.RootLocationFactoryProvider
 
ROUTER_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
ROUTER_SSL_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
run() - Method in class co.cask.cdap.common.service.CommandPortService
 
run() - Method in class co.cask.cdap.common.startup.Check
Run the check, throwing an Exception if the check failed.
run() - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
RUN_ID - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
runChecks() - Method in class co.cask.cdap.common.startup.CheckRunner
Runs all checks, returning all the check failures.
RunIds - Class in co.cask.cdap.common.app
Generates an unique ID for a running program using type 1 and variant 2 time-based UUID.
RunIds() - Constructor for class co.cask.cdap.common.app.RunIds
 
RunRecordMeta - Class in co.cask.cdap.internal.app.store
Store the meta information about program runs in CDAP.
RunRecordMeta(String, long, Long, ProgramRunStatus, Map<String, String>, Map<String, String>, String) - Constructor for class co.cask.cdap.internal.app.store.RunRecordMeta
 
RunRecordMeta(RunRecordMeta, Long, ProgramRunStatus) - Constructor for class co.cask.cdap.internal.app.store.RunRecordMeta
 
RunRecordMeta(RunRecordMeta, Map<String, String>) - Constructor for class co.cask.cdap.internal.app.store.RunRecordMeta
 
RUNTIME_EXT_DIR - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
RuntimeModule - Class in co.cask.cdap.common.runtime
Runtime Module defines all of the methods that all of our Guice modules must implement.
RuntimeModule() - Constructor for class co.cask.cdap.common.runtime.RuntimeModule
 
RUOKHandler - Class in co.cask.cdap.common.service
Standard ruok command handler.
RUOKHandler() - Constructor for class co.cask.cdap.common.service.RUOKHandler
 

S

ScheduleAlreadyExistsException - Exception in co.cask.cdap.common
Thrown when the user tries to create a schedule that already exists.
ScheduleAlreadyExistsException(Id.Schedule) - Constructor for exception co.cask.cdap.common.ScheduleAlreadyExistsException
 
ScheduleNotFoundException - Exception in co.cask.cdap.common
Thrown when a schedule is not found.
ScheduleNotFoundException(Id.Schedule) - Constructor for exception co.cask.cdap.common.ScheduleNotFoundException
 
SCHEDULER_QUEUE - Static variable in class co.cask.cdap.common.conf.Constants.Service
Scheduler queue name to submit the master service app.
SCHEMA - Static variable in class co.cask.cdap.common.conf.Constants.Stream.Headers
 
schema - Variable in class co.cask.cdap.internal.io.ReflectionReader
 
schema - Variable in class co.cask.cdap.internal.io.ReflectionWriter
 
SCHEMA_HASH - Static variable in class co.cask.cdap.common.conf.Constants.Stream.Headers
 
SConfiguration - Class in co.cask.cdap.common.conf
Used to create Configuration Object for security related properties
SCOPE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
searchMetadata(Id.Namespace, String, MetadataSearchTargetType) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Searches entities in the specified namespace whose metadata matches the specified query.
searchMetadata(Id.Namespace, String, Set<MetadataSearchTargetType>) - Method in class co.cask.cdap.common.metadata.AbstractMetadataClient
Searches entities in the specified namespace whose metadata matches the specified query.
SecureKeyAlreadyExistsException - Exception in co.cask.cdap.common
Thrown when the user tries to create a secure key that already exists.
SecureKeyAlreadyExistsException(SecureKeyId) - Constructor for exception co.cask.cdap.common.SecureKeyAlreadyExistsException
 
SecureKeyNotFoundException - Exception in co.cask.cdap.common
Thrown when a secure key is not found.
SecureKeyNotFoundException(SecureKeyId) - Constructor for exception co.cask.cdap.common.SecureKeyNotFoundException
 
SecurityUtil - Class in co.cask.cdap.common.kerberos
Utility functions for Kerberos.
SeekableInputStream - Class in co.cask.cdap.common.io
Abstract base class for InputStream that implements the Seekable interface.
SeekableInputStream(InputStream) - Constructor for class co.cask.cdap.common.io.SeekableInputStream
 
seenRefs - Variable in class co.cask.cdap.internal.io.ReflectionWriter
 
serialize(Discoverable, Type, JsonSerializationContext) - Method in class co.cask.cdap.common.zookeeper.coordination.DiscoverableCodec
 
serialize(ServiceDiscovered, Type, JsonSerializationContext) - Method in class co.cask.cdap.common.zookeeper.coordination.ServiceDiscoveredCodec
 
Server - Interface in co.cask.cdap.common.service
Provides interface for starting and stopping a server component.
SERVER_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
SERVER_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
SERVER_ADDRESS_DEPRECATED - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Deprecated.
SERVER_ANNOUNCE_PORT - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
SERVER_BOSS_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
SERVER_PORT - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
SERVER_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
SERVER_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
SERVER_WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
ServerException - Exception in co.cask.cdap.common.service
Raised when there is issue in registering, starting, stopping the service.
ServerException(String) - Constructor for exception co.cask.cdap.common.service.ServerException
 
ServerException(String, Throwable) - Constructor for exception co.cask.cdap.common.service.ServerException
 
ServerException(Throwable) - Constructor for exception co.cask.cdap.common.service.ServerException
 
SERVICE - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
service(Id.Program) - Static method in class co.cask.cdap.common.metrics.MetricsTags
 
SERVICE_BIND_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
SERVICE_BIND_ADDRESS - Static variable in class co.cask.cdap.common.conf.Constants.RemoteSystemOpService
 
SERVICE_BIND_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.LogSaver
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.MetricsProcessor
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.RemoteSystemOpService
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
SERVICE_DESCRIPTION - Static variable in class co.cask.cdap.common.conf.Constants.Transaction
 
SERVICE_EXCEPTIONS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Service
 
SERVICE_EXEC_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
SERVICE_INPUT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Service
 
SERVICE_INSTANCE_TABLE_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
SERVICE_PROCESSED - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Service
 
SERVICE_WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
ServiceBindException - Exception in co.cask.cdap.common
Thrown when a system service fails to bind to a socket address.
ServiceBindException(String, String, int) - Constructor for exception co.cask.cdap.common.ServiceBindException
 
ServiceDiscoverable - Class in co.cask.cdap.common.service
Utility class to generate the service discoverable name (used for registering and discovering service endpoints in ZooKeeper)
serviceDiscovered - Variable in class co.cask.cdap.common.discovery.AbstractEndpointStrategy
 
ServiceDiscoveredCodec - Class in co.cask.cdap.common.zookeeper.coordination
A Gson codec for ServiceDiscovered
ServiceDiscoveredCodec() - Constructor for class co.cask.cdap.common.zookeeper.coordination.ServiceDiscoveredCodec
 
serviceHandler(Id.Program, String) - Static method in class co.cask.cdap.common.metrics.MetricsTags
 
ServiceLoggingContext - Class in co.cask.cdap.common.logging
Service Logging Context used by different cdap system services such as metrics etc
ServiceLoggingContext(String, String, String) - Constructor for class co.cask.cdap.common.logging.ServiceLoggingContext
Construct ServiceLoggingContext.
serviceName - Variable in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
ServiceNotEnabledException - Exception in co.cask.cdap.common
Thrown when the user tried to execute some service operation, but the service was not enabled.
ServiceNotEnabledException(String) - Constructor for exception co.cask.cdap.common.ServiceNotEnabledException
 
ServiceNotFoundException - Exception in co.cask.cdap.common
Thrown when a stream is not found
ServiceNotFoundException(Id.Service) - Constructor for exception co.cask.cdap.common.ServiceNotFoundException
 
ServicePayload - Class in co.cask.cdap.common.discovery
Defines the payload that is placed for every service.
ServicePayload() - Constructor for class co.cask.cdap.common.discovery.ServicePayload
 
ServiceUnavailableException - Exception in co.cask.cdap.common
Exception thrown when the service is not running.
ServiceUnavailableException(String) - Constructor for exception co.cask.cdap.common.ServiceUnavailableException
 
set(String, String) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property.
set(Configuration, String, Codec<T>, T) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
 
set(Map<String, String>, String, Codec<T>, T) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
 
set(String, T) - Method in class co.cask.cdap.common.conf.InMemoryPropertyStore
 
set(String, T) - Method in interface co.cask.cdap.common.conf.PropertyStore
Sets the property value unconditionally.
set(T, String, int) - Method in interface co.cask.cdap.common.zookeeper.coordination.ResourceAssigner
Assigns a particular partition replica pair to a given handler.
set(T, PartitionReplica) - Method in interface co.cask.cdap.common.zookeeper.coordination.ResourceAssigner
Assigns a particular partition replica pair to a given handler.
set(String, T) - Method in class co.cask.cdap.common.zookeeper.store.ZKPropertyStore
 
setAll(Map<String, String>, Configuration) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
Sets all key-value pairs from the given Map into the given Configuration.
setBoolean(String, boolean) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property to a boolean.
setBooleanIfUnset(String, boolean) - Method in class co.cask.cdap.common.conf.Configuration
Set the given property, if it is currently unset.
setClass(String, Class<?>, Class<?>) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property to the name of a theClass implementing the given interface xface.
setClassLoader(ClassLoader) - Method in class co.cask.cdap.common.conf.Configuration
Set the class loader that will be used to load the various objects.
setClientIP(InetAddress) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setConf(Configuration) - Method in interface co.cask.cdap.common.conf.Configurable
Set the configuration to be used by this object.
setContextClassLoader(ClassLoader) - Static method in class co.cask.cdap.common.lang.ClassLoaders
Sets the context ClassLoader and returns the current ClassLoader.
setDate(Date) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setDefaultUseCaches(boolean) - Static method in class co.cask.cdap.common.io.URLConnections
setEnum(String, T) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property to the given type.
setFloat(String, float) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property to a float.
setIfUnset(String, String) - Method in class co.cask.cdap.common.conf.Configuration
Sets a property if it is currently unset.
setInstanceId(String) - Method in class co.cask.cdap.common.logging.ApplicationLoggingContext
 
setInstances(int) - Method in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
setInstances(int) - Method in class co.cask.cdap.common.twill.AbstractInMemoryMasterServiceManager
 
setInstances(int) - Method in interface co.cask.cdap.common.twill.MasterServiceManager
Set the number of instances of the CDAP service.
setInt(String, int) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property to an int.
setLayout(Layout<ILoggingEvent>) - Method in class co.cask.cdap.common.logging.logback.CAppender
Sets the layout.
setLogged(boolean) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setLoggingContext(LoggingContext) - Static method in class co.cask.cdap.common.logging.LoggingContextAccessor
Sets the logging context.
setLong(String, long) - Method in class co.cask.cdap.common.conf.Configuration
Set the value of the name property to a long.
setNamedConfigurations(Configuration, String, Map<String, String>) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
Prefixes the specified configurations with the given prefix, and sets them onto the job's configuration.
setOrCreate(ZKClient, String, Supplier<T>, Codec<T>, int) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Attempts to set the content of the given node.
setPattern(String, Pattern) - Method in class co.cask.cdap.common.conf.Configuration
Set the given property to Pattern.
setPort(int) - Method in class co.cask.cdap.common.service.CommandPortService.Builder
 
setQuietMode(boolean) - Method in class co.cask.cdap.common.conf.Configuration
Set the quietness-mode.
setRequestBody(String) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setRequestLine(HttpMethod, String, HttpVersion) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setRequestLine(String, String, String) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setResponseCode(Integer) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setResponseContentLength(Long) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setStrings(String, String...) - Method in class co.cask.cdap.common.conf.Configuration
Set the array of string values for the name property as as comma delimited values.
setSystemTag(String, String) - Method in class co.cask.cdap.common.logging.AbstractLoggingContext
Sets system tag.
setUserIdentity(String) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setUserName(String) - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
setValue(String) - Method in class co.cask.cdap.common.options.OptionSpec
Sets the field with the value.
shutDown() - Method in class co.cask.cdap.common.metrics.NoOpMetricsCollectionService
 
shutDown() - Method in class co.cask.cdap.common.resource.ResourceBalancerService
 
shutDown() - Method in class co.cask.cdap.common.service.CommandPortService
 
shutDown() - Method in class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
Signatures - Class in co.cask.cdap.internal.asm
Util class for generating class signature.
size() - Method in class co.cask.cdap.common.conf.Configuration
Return the number of keys in the configuration.
size() - Method in class co.cask.cdap.common.io.BufferedEncoder
 
size() - Method in class co.cask.cdap.common.io.SeekableInputStream
Returns the current size of the input stream or -1 if the size is unknown.
skip(Decoder) - Static method in class co.cask.cdap.common.stream.StreamEventDataCodec
Skips an encoded StreamEventData.
skipBytes() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
skipBytes() - Method in interface co.cask.cdap.common.io.Decoder
Skips a byte array.
skipDouble() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
skipDouble() - Method in interface co.cask.cdap.common.io.Decoder
Skips a double.
skipFloat() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
skipFloat() - Method in interface co.cask.cdap.common.io.Decoder
Skips a float.
skipString() - Method in class co.cask.cdap.common.io.BinaryDecoder
 
skipString() - Method in interface co.cask.cdap.common.io.Decoder
Skips the a string.
SPARK - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
SPARK_HOME - Static variable in class co.cask.cdap.common.conf.Constants
 
SPARK_YARN_CLIENT_REWRITE - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
SSL_ALLOW_SELFSIGNEDCERT - Static variable in class co.cask.cdap.common.conf.Constants.Dashboard
True to allow self-signed SSL certificates for endpoints accessed by the dashboard.
SSL_BIND_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Dashboard
Port for the dashboard to bind to in SSL mode.
SSL_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Security
Enables SSL
SSL_KEYPASSWORD - Static variable in class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
SSL keystore key password
SSL_KEYPASSWORD - Static variable in class co.cask.cdap.common.conf.Constants.Security.Router
SSL keystore key password
SSL_KEYSTORE_PASSWORD - Static variable in class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
SSL keystore password
SSL_KEYSTORE_PASSWORD - Static variable in class co.cask.cdap.common.conf.Constants.Security.Router
SSL keystore password
SSL_KEYSTORE_PATH - Static variable in class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
SSL keystore location
SSL_KEYSTORE_PATH - Static variable in class co.cask.cdap.common.conf.Constants.Security.Router
SSL keystore location
SSL_KEYSTORE_TYPE - Static variable in class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
SSL keystore type
SSL_KEYSTORE_TYPE - Static variable in class co.cask.cdap.common.conf.Constants.Security.Router
SSL keystore type
SSL_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Security.AuthenticationServer
SSL port
StandardOutErrorRedirector - Class in co.cask.cdap.common.logging
Redirects standard out and standard error to logger
StandardOutErrorRedirector() - Constructor for class co.cask.cdap.common.logging.StandardOutErrorRedirector
 
start() - Method in class co.cask.cdap.common.logging.perf.Timing
 
start() - Method in class co.cask.cdap.common.runtime.DaemonMain
Invoked by jsvc to start the program.
start(String[], CConfiguration) - Method in interface co.cask.cdap.common.service.Server
Starts the Server.
START_ON_DEMAND - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
startUp() - Method in class co.cask.cdap.common.metrics.NoOpMetricsCollectionService
 
startUp() - Method in class co.cask.cdap.common.resource.ResourceBalancerService
 
startUp() - Method in class co.cask.cdap.common.service.CommandPortService
 
startUp() - Method in class org.apache.twill.internal.yarn.Hadoop21YarnAppClient
 
STARTUP_SERVICE_TIMEOUT - Static variable in class co.cask.cdap.common.conf.Constants.Startup
 
STATUS - Static variable in class co.cask.cdap.common.conf.Constants.EndPoints
Status endpoint
status(HttpRequest, HttpResponder) - Method in class co.cask.cdap.gateway.handlers.PingHandler
 
STATUS_NOTOK - Static variable in class co.cask.cdap.common.conf.Constants.Monitor
 
STATUS_OK - Static variable in class co.cask.cdap.common.conf.Constants.Monitor
 
StickyEndpointStrategy - Class in co.cask.cdap.common.discovery
An EndpointStrategy that will always return the same endpoint once it's picked until the endpoint is no longer valid, then it'll pick another one.
StickyEndpointStrategy(ServiceDiscovered) - Constructor for class co.cask.cdap.common.discovery.StickyEndpointStrategy
 
stop() - Method in class co.cask.cdap.common.runtime.DaemonMain
Invoked by jsvc to stop the program.
stop(boolean) - Method in interface co.cask.cdap.common.service.Server
Stops the Server.
stop() - Method in class co.cask.cdap.common.twill.AbstractMasterTwillRunnable
 
STORE_TABLE - Static variable in class co.cask.cdap.common.conf.Constants.Stream.View
 
STREAM - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
STREAM_CONSUMER_FACTORY - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Extensions
 
STREAM_DATA_SCHEMA - Static variable in class co.cask.cdap.common.stream.StreamEventDataCodec
 
STREAM_FEED_CATEGORY - Static variable in class co.cask.cdap.common.conf.Constants.Notification.Stream
 
STREAM_HANDLER - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
STREAM_HANDLER_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Gateway
 
STREAM_HEARTBEAT_FEED_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Notification.Stream
 
STREAM_INTERNAL_FEED_CATEGORY - Static variable in class co.cask.cdap.common.conf.Constants.Notification.Stream
 
STREAM_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
STREAM_NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
STREAM_SIZE_SCHEDULE_POLLING_DELAY - Static variable in class co.cask.cdap.common.conf.Constants.Notification.Stream
 
STREAM_ZK_COORDINATION_NAMESPACE - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
StreamEventCodec - Class in co.cask.cdap.common.stream
A utility class for encoding/decoding StreamEvent into byte[] that is ready to be used by QueueEntry.
StreamEventCodec() - Constructor for class co.cask.cdap.common.stream.StreamEventCodec
 
StreamEventComparator - Class in co.cask.cdap.common.stream
A Comparator for StreamEvent that compares with event timestamp in ascending order.
StreamEventComparator() - Constructor for class co.cask.cdap.common.stream.StreamEventComparator
 
StreamEventDataCodec - Class in co.cask.cdap.common.stream
Utility class for encode/decode StreamEventData.
StreamEventTypeAdapter - Class in co.cask.cdap.common.stream
A GSon TypeAdapter for serializing/deserializing StreamEvent to/from JSON.
StreamNotFoundException - Exception in co.cask.cdap.common
Thrown when a stream is not found
StreamNotFoundException(Id.Stream) - Constructor for exception co.cask.cdap.common.StreamNotFoundException
 
STREAMS - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
StreamSizeNotification - Class in co.cask.cdap.common.stream.notification
Notification sent by the stream service when a stream has ingested a certain amount of data, determined in the configuration of the stream.
StreamSizeNotification(long, long) - Constructor for class co.cask.cdap.common.stream.notification.StreamSizeNotification
 
string2long(String) - Static method in enum co.cask.cdap.common.conf.StringUtils.TraditionalBinaryPrefix
Convert a string to long.
StringUtils - Class in co.cask.cdap.common.conf
Utility for strings.
StringUtils() - Constructor for class co.cask.cdap.common.conf.StringUtils
 
StringUtils - Class in co.cask.cdap.common.utils
General string utils.
StringUtils() - Constructor for class co.cask.cdap.common.utils.StringUtils
 
StringUtils.TraditionalBinaryPrefix - Enum in co.cask.cdap.common.conf
The traditional binary prefixes, kilo, mega, ..., exa, which can be represented by a 64-bit integer.
submitRequirement(ResourceRequirement) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
Submits the given ResourceRequirement for allocation.
subscribe(String, AssignmentChangeListener) - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceCoordinatorClient
Subscribes for changes in resource assignment.
symbol - Variable in enum co.cask.cdap.common.conf.StringUtils.TraditionalBinaryPrefix
 
SyncPropertyUpdater<T> - Class in co.cask.cdap.common.conf
A PropertyUpdater that computes property value synchronously.
SyncPropertyUpdater() - Constructor for class co.cask.cdap.common.conf.SyncPropertyUpdater
 
SYSTEM_ARTIFACTS_DIR - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
SYSTEM_MARKER - Static variable in class co.cask.cdap.common.logging.LoggingConstants
This marker should be used for logs that are emitted within logging context which we don't want to show to user.

T

TABLE - Static variable in class co.cask.cdap.common.conf.Constants.AppMetaStore
 
TABLE_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Dataset
 
TABLE_TX_DISABLED - Static variable in class co.cask.cdap.common.conf.Constants.Dataset
 
TAG_APPLICATION_ID - Static variable in class co.cask.cdap.common.logging.ApplicationLoggingContext
 
TAG_COMPONENT_ID - Static variable in class co.cask.cdap.common.logging.ComponentLoggingContext
 
TAG_INSTANCE_ID - Static variable in class co.cask.cdap.common.logging.ApplicationLoggingContext
 
TAG_NAMESPACE_ID - Static variable in class co.cask.cdap.common.logging.NamespaceLoggingContext
 
TAG_RUN_ID - Static variable in class co.cask.cdap.common.logging.ApplicationLoggingContext
 
TAG_SERVICE_ID - Static variable in class co.cask.cdap.common.logging.ServiceLoggingContext
 
tail(String, int) - Method in class co.cask.cdap.common.logging.LogCollector
 
tail(int, long) - Method in class co.cask.cdap.common.logging.LogFileReader
 
tail(int, long) - Method in interface co.cask.cdap.common.logging.LogReader
retrieves the tail of the log, up to size bytes, line by line.
Tasks - Class in co.cask.cdap.common.utils
General task utils.
TEMP_DIR - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
TEZ_HOME - Static variable in class co.cask.cdap.common.conf.Constants
 
THREAD - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
TIME_SERIES_TABLE_ROLL_TIME - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
timeLimit(long, TimeUnit, RetryStrategy) - Static method in class co.cask.cdap.common.service.RetryStrategies
Creates a RetryStrategy that will retry until maximum amount of time has been passed since the request, with the actual delay behavior delegated to another RetryStrategy.
TimeMathParser - Class in co.cask.cdap.common.utils
Utility class for parsing time strings into timestamps, with support for some basic time math.
TimeMathParser() - Constructor for class co.cask.cdap.common.utils.TimeMathParser
 
Timing - Class in co.cask.cdap.common.logging.perf
Handy util for debugging performance.
Timing(String, long) - Constructor for class co.cask.cdap.common.logging.perf.Timing
 
toBytes() - Method in class co.cask.cdap.common.queue.QueueName
Gets the bytes representation of the queue uri.
TOKEN_DIGEST_ALGO - Static variable in class co.cask.cdap.common.conf.Constants.Security
Algorithm used to generate the digest for access tokens.
TOKEN_DIGEST_KEY_EXPIRATION - Static variable in class co.cask.cdap.common.conf.Constants.Security
Time duration in milliseconds after which an active secret key should be retired.
TOKEN_DIGEST_KEY_LENGTH - Static variable in class co.cask.cdap.common.conf.Constants.Security
Key length for secret key used by token digest algorithm.
TOKEN_EXPIRATION - Static variable in class co.cask.cdap.common.conf.Constants.Security
Access token expiration time in milliseconds.
toLocation(File) - Static method in class co.cask.cdap.common.io.Locations
Converts the given file into a local Location.
toMap(Configuration) - Static method in class co.cask.cdap.common.conf.ConfigurationUtil
Creates a new map containing all key-value pairs in the given Configuration.
toStreamId() - Method in class co.cask.cdap.common.queue.QueueName
 
toString() - Method in class co.cask.cdap.common.conf.ArtifactConfig
 
toString() - Method in class co.cask.cdap.common.conf.Configuration.IntegerRanges
 
toString() - Method in class co.cask.cdap.common.conf.Configuration
 
toString() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ClassInfo
 
toString() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ResourceInfo
 
toString() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
toString() - Method in class co.cask.cdap.common.logging.AbstractLoggingContext
 
toString() - Method in class co.cask.cdap.common.logging.AuditLogEntry
 
toString() - Method in class co.cask.cdap.common.queue.QueueName
 
toString() - Method in class co.cask.cdap.common.security.ImpersonationInfo
 
toString() - Method in class co.cask.cdap.common.service.RetryOnStartFailureService
 
toString() - Method in class co.cask.cdap.common.stream.notification.StreamSizeNotification
 
toString() - Method in class co.cask.cdap.common.utils.ImmutablePair
Returns a string representation of ImmutablePair object.
toString() - Method in class co.cask.cdap.common.utils.ProjectInfo.Version
 
toString() - Method in class co.cask.cdap.common.zookeeper.coordination.PartitionReplica
 
toString() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement.Partition
 
toString() - Method in class co.cask.cdap.common.zookeeper.coordination.ResourceRequirement
 
toString() - Method in class co.cask.cdap.internal.app.store.RunRecordMeta
 
toURI() - Method in class co.cask.cdap.common.io.ForwardingLocation
 
toURI() - Method in class co.cask.cdap.common.queue.QueueName
 
TRACE_LINE_PREFIX - Static variable in class co.cask.cdap.common.logging.common.HumanReadableLogMessageFormat
Prefix to be appended in the beginning of every trace line.
TRANSACTION - Static variable in class co.cask.cdap.common.conf.Constants.Service
 
TRANSPORT_SYSTEM - Static variable in class co.cask.cdap.common.conf.Constants.Notification
 
triggerShutdown() - Method in class co.cask.cdap.common.service.CommandPortService
 
TTL - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
TwillModule - Class in co.cask.cdap.common.guice
Guice module for providing bindings for Twill.
TwillModule() - Constructor for class co.cask.cdap.common.guice.TwillModule
 
twillRunnerService - Variable in class co.cask.cdap.common.twill.AbstractDistributedMasterServiceManager
 
TX_QUERY_CLOSED - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
TX_QUERY_KEY - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
type - Variable in class co.cask.cdap.internal.io.ReflectionReader
 
typeClasses - Variable in class co.cask.cdap.internal.asm.ByteCodeClassLoader
 

U

UGIProvider - Interface in co.cask.cdap.common.security
Facilitates getting UserGroupInformation configured for a given user.
UnauthenticatedException - Exception in co.cask.cdap.common
Thrown when a user is not authenticated.
UnauthenticatedException() - Constructor for exception co.cask.cdap.common.UnauthenticatedException
 
UnauthenticatedException(String, Throwable) - Constructor for exception co.cask.cdap.common.UnauthenticatedException
 
UnauthenticatedException(String) - Constructor for exception co.cask.cdap.common.UnauthenticatedException
 
UnauthorizedException - Exception in co.cask.cdap.common
Deprecated.
since 3.4.0. Please use UnauthenticatedException instead.
UnauthorizedException() - Constructor for exception co.cask.cdap.common.UnauthorizedException
Deprecated.
 
UnauthorizedException(String, Throwable) - Constructor for exception co.cask.cdap.common.UnauthorizedException
Deprecated.
 
UnauthorizedException(String) - Constructor for exception co.cask.cdap.common.UnauthorizedException
Deprecated.
 
UncaughtExceptionIdleService - Class in co.cask.cdap.common.service
An AbstractIdleService that overrides its executor to use one that doesn't print to stderr the exceptions it gets, but instead
UncaughtExceptionIdleService() - Constructor for class co.cask.cdap.common.service.UncaughtExceptionIdleService
 
unJar(Location, File) - Static method in class co.cask.cdap.common.lang.jar.BundleJarUtil
Unpack a jar file in the given location to a directory.
unJar(InputSupplier<? extends InputStream>, File) - Static method in class co.cask.cdap.common.lang.jar.BundleJarUtil
Unpack a jar source to a directory.
UnpackedJarDirEntry - Class in co.cask.cdap.common.lang.jar
 
UnpackedJarDirEntry(File, File) - Constructor for class co.cask.cdap.common.lang.jar.UnpackedJarDirEntry
 
UnpackedJarDirIterator - Class in co.cask.cdap.common.lang.jar
Like JarInputStream, but for an unpacked jar directory instead of a jar file.
UnpackedJarDirIterator(File) - Constructor for class co.cask.cdap.common.lang.jar.UnpackedJarDirIterator
 
UnrecognizedOptionException - Exception in co.cask.cdap.common.options
Raised when the option is present on command line, but not declared.
UnrecognizedOptionException(String) - Constructor for exception co.cask.cdap.common.options.UnrecognizedOptionException
 
UNRECOVERABLE_RESET - Static variable in class co.cask.cdap.common.conf.Constants.Dangerous
 
unset(String) - Method in class co.cask.cdap.common.conf.Configuration
Unset a previously set property.
UnsupportedOptionTypeException - Exception in co.cask.cdap.common.options
Raised when the option specified by the type it is associated with is not supported.
UnsupportedOptionTypeException(String) - Constructor for exception co.cask.cdap.common.options.UnsupportedOptionTypeException
 
UnsupportedUGIProvider - Class in co.cask.cdap.common.security
An implementation of UGIProvider that is used when Kerberos is never enabled, and so should never be called.
UnsupportedUGIProvider() - Constructor for class co.cask.cdap.common.security.UnsupportedUGIProvider
 
update(String, PropertyUpdater<T>) - Method in class co.cask.cdap.common.conf.InMemoryPropertyStore
 
update(String, PropertyUpdater<T>) - Method in interface co.cask.cdap.common.conf.PropertyStore
Performs conditional update (compare and set) on a give property.
update(String, PropertyUpdater<T>) - Method in class co.cask.cdap.common.zookeeper.store.ZKPropertyStore
 
updateAndNotify(String, T) - Method in class co.cask.cdap.common.conf.AbstractPropertyStore
Updates property value and notify listeners.
updateOrCreate(ZKClient, String, Function<V, V>, Codec<V>) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Update the content of the given node.
updateOrCreate(ZKClient, String, Function<V, V>, Codec<V>, List<ACL>) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Update the content of the given node.
updateOrCreate(ZKClient, String, AsyncFunction<V, V>, Codec<V>) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Update the content of the given node.
updateOrCreate(ZKClient, String, AsyncFunction<V, V>, Codec<V>, List<ACL>) - Static method in class co.cask.cdap.common.zookeeper.ZKExtOperations
Update the content of the given node.
updateProperties(Id.Namespace, NamespaceMeta) - Method in class co.cask.cdap.common.namespace.AbstractNamespaceClient
 
updateProperties(Id.Namespace, NamespaceMeta) - Method in class co.cask.cdap.common.namespace.InMemoryNamespaceClient
 
updateProperties(Id.Namespace, NamespaceMeta) - Method in interface co.cask.cdap.common.namespace.NamespaceAdmin
Update namespace properties for a given namespace.
UPDATES_KAFKA_BROKER_LIST - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
UPDATES_KAFKA_TOPIC - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
UPDATES_PUBLISH_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Metadata
 
url() - Method in class co.cask.cdap.common.internal.guava.ClassPath.ResourceInfo
Returns the url identifying the resource.
URL_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Explore.Jdbc
 
URL_PREFIX - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
URLConnections - Class in co.cask.cdap.common.io
Utility class for URLConnection.
URLConnections() - Constructor for class co.cask.cdap.common.io.URLConnections
 
UsageException - Exception in co.cask.cdap.common.utils
This exception is only for bailing out of a command line tool when the command line arguments are not valid.
UsageException() - Constructor for exception co.cask.cdap.common.utils.UsageException
 
USER_ID - Static variable in class co.cask.cdap.common.conf.Constants.Security.Headers
Internal user ID header passed from Router to downstream services
USER_IP - Static variable in class co.cask.cdap.common.conf.Constants.Security.Headers
User IP header passed from Router to downstream services

V

validateNotNull(Object, String) - Method in class co.cask.cdap.internal.io.ReflectionRowReader
 
value - Variable in enum co.cask.cdap.common.conf.StringUtils.TraditionalBinaryPrefix
 
valueOf(String) - Static method in enum co.cask.cdap.common.conf.Constants.InMemoryPersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum co.cask.cdap.common.conf.StringUtils.TraditionalBinaryPrefix
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in enum co.cask.cdap.common.conf.StringUtils.TraditionalBinaryPrefix
 
valueOf(String) - Static method in enum co.cask.cdap.common.FeatureDisabledException.Feature
Returns the enum constant of this type with the specified name.
values() - Static method in enum co.cask.cdap.common.conf.Constants.InMemoryPersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.cask.cdap.common.conf.StringUtils.TraditionalBinaryPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum co.cask.cdap.common.FeatureDisabledException.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
verify(CConfiguration) - Static method in class co.cask.cdap.common.conf.CConfigurationUtil
Asserts that the given CConfiguration has valid properties.
VERSION - Static variable in class co.cask.cdap.common.conf.Constants.ConfigStore
 
version(HttpRequest, HttpResponder) - Method in class co.cask.cdap.gateway.handlers.VersionHandler
 
VersionHandler - Class in co.cask.cdap.gateway.handlers
Handles version requests.
VersionHandler() - Constructor for class co.cask.cdap.gateway.handlers.VersionHandler
 
VIEW_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
ViewNotFoundException - Exception in co.cask.cdap.common
Thrown when a view is not found
ViewNotFoundException(Id.Stream.View) - Constructor for exception co.cask.cdap.common.ViewNotFoundException
 
visit(Object, Type, Type, Field) - Method in class co.cask.cdap.common.lang.PropertyFieldSetter
 
visitMaxs(int, int) - Method in class co.cask.cdap.internal.asm.FinallyAdapter
 
visitTypeSignature(TypeToken<?>, SignatureVisitor) - Static method in class co.cask.cdap.internal.asm.Signatures
 

W

waitFor(T, Callable<T>, long, TimeUnit, long, TimeUnit, String) - Static method in class co.cask.cdap.common.utils.Tasks
Calls callable, waiting sleepDelay between each call, until it returns the desiredValue or the timeout has passed.
waitFor(T, Callable<T>, long, TimeUnit, long, TimeUnit) - Static method in class co.cask.cdap.common.utils.Tasks
Calls callable, waiting sleepDelay between each call, until it returns the desiredValue or the timeout has passed.
waitFor(T, Callable<T>, long, TimeUnit, String) - Static method in class co.cask.cdap.common.utils.Tasks
Calls callable, waiting 50 milliseconds between each call, until it returns the desiredValue or the timeout has passed.
waitFor(T, Callable<T>, long, TimeUnit) - Static method in class co.cask.cdap.common.utils.Tasks
Calls callable, waiting 50 milliseconds between each call, until it returns the desiredValue or the timeout has passed.
WeakReferenceDelegatorClassLoader - Class in co.cask.cdap.common.lang
A ClassLoader that do class loading by delegating to another ClassLoader.
WeakReferenceDelegatorClassLoader(ClassLoader) - Constructor for class co.cask.cdap.common.lang.WeakReferenceDelegatorClassLoader
 
WEBAPP_DIR - Static variable in class co.cask.cdap.common.conf.Constants.Webapp
 
WEBAPP_DISCOVERY_NAME - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
WEBAPP_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
WEBAPP_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
WEBAPP_SSL_PORT - Static variable in class co.cask.cdap.common.conf.Constants.Router
 
WORKER - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Executor
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Dataset.Manager
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Metrics
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.RemoteSystemOpService
 
WORKER_THREADS - Static variable in class co.cask.cdap.common.conf.Constants.Stream
 
WORKFLOW - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
WORKFLOW_LOCAL_DATASET_PROPERTY - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Name of the property used to identify whether the dataset is local or not.
WORKFLOW_RUN_ID - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Tag
 
WORKFLOW_TOKEN_MAX_SIZE_MB - Static variable in class co.cask.cdap.common.conf.Constants.AppFabric
Configuration setting to set the maximum size of a workflow token in MB
write(String, String, String) - Method in class co.cask.cdap.common.logging.common.LocalLogWriter
 
write(String, String, String) - Method in interface co.cask.cdap.common.logging.common.LogWriter
Write a log message with a given log level.
write(int) - Method in class co.cask.cdap.common.logging.RedirectedPrintStream
 
write(byte[], int, int) - Method in class co.cask.cdap.common.logging.RedirectedPrintStream
 
write(JsonWriter, StreamEvent) - Method in class co.cask.cdap.common.stream.StreamEventTypeAdapter
 
write(T, Put) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
write(TYPE, WRITER) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
write(WRITER, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionWriter
Write the given object that has the given schema.
WRITE_BYTES - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Dataset
 
WRITE_COUNT - Static variable in class co.cask.cdap.common.conf.Constants.Metrics.Name.Dataset
 
writeArray(Encoder, Collection<?>, Schema) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeArray(Encoder, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeArray(Put, Collection<?>, Schema) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeArray(Put, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeArray(WRITER, Collection<?>, Schema) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeArray(WRITER, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeBool(boolean) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeBool(boolean) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeBool(boolean) - Method in interface co.cask.cdap.common.io.Encoder
 
writeBool(Encoder, Boolean) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeBool(Put, Boolean) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeBool(WRITER, Boolean) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeBytes(byte[]) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeBytes(byte[], int, int) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeBytes(ByteBuffer) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeBytes(byte[]) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeBytes(byte[], int, int) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeBytes(ByteBuffer) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeBytes(byte[]) - Method in interface co.cask.cdap.common.io.Encoder
 
writeBytes(byte[], int, int) - Method in interface co.cask.cdap.common.io.Encoder
 
writeBytes(ByteBuffer) - Method in interface co.cask.cdap.common.io.Encoder
Writes out the remaining bytes in ByteBuffer.
writeBytes(Encoder, ByteBuffer) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeBytes(Encoder, byte[]) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeBytes(Put, ByteBuffer) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeBytes(Put, byte[]) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeBytes(WRITER, ByteBuffer) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeBytes(WRITER, byte[]) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeDouble(double) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeDouble(double) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeDouble(double) - Method in interface co.cask.cdap.common.io.Encoder
 
writeDouble(Encoder, Double) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeDouble(Put, Double) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeDouble(WRITER, Double) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeEnum(Encoder, String, Schema) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeEnum(Put, String, Schema) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeEnum(WRITER, String, Schema) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeFloat(float) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeFloat(float) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeFloat(float) - Method in interface co.cask.cdap.common.io.Encoder
 
writeFloat(Encoder, Float) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeFloat(Put, Float) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeFloat(WRITER, Float) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeInt(int) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeInt(int) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeInt(int) - Method in interface co.cask.cdap.common.io.Encoder
 
writeInt(Encoder, int) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeInt(Put, int) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeInt(WRITER, int) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeLong(long) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeLong(long) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeLong(long) - Method in interface co.cask.cdap.common.io.Encoder
 
writeLong(Encoder, long) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeLong(Put, long) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeLong(WRITER, long) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeMap(Encoder, Map<?, ?>, Map.Entry<Schema, Schema>) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeMap(Put, Map<?, ?>, Map.Entry<Schema, Schema>) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeMap(WRITER, Map<?, ?>, Map.Entry<Schema, Schema>) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeNull() - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeNull() - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeNull() - Method in interface co.cask.cdap.common.io.Encoder
 
writeNull(Encoder) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeNull(Put) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeNull(WRITER) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeRaw(byte[]) - Method in class co.cask.cdap.common.io.BufferedEncoder
Writes raw bytes to the buffer without encoding.
writeRaw(byte[], int, int) - Method in class co.cask.cdap.common.io.BufferedEncoder
Writes raw bytes to the buffer without encoding.
writeRecord(Put, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeRecord(WRITER, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
WRITES_ENABLED - Static variable in class co.cask.cdap.common.conf.Constants.Explore
 
writeString(String) - Method in class co.cask.cdap.common.io.BinaryEncoder
 
writeString(String) - Method in class co.cask.cdap.common.io.BufferedEncoder
 
writeString(String) - Method in interface co.cask.cdap.common.io.Encoder
 
writeString(Encoder, String) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeString(Put, String) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeString(WRITER, String) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeTo(OutputStream) - Method in class co.cask.cdap.common.io.BufferedEncoder
Writes all the buffered bytes into the given OutputStream.
writeToStream(ByteBuffer, OutputStream) - Static method in class co.cask.cdap.common.io.ByteBuffers
Writes all remaining bytes of a ByteBuffer to an OutputStream.
writeUnion(Encoder, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionDatumWriter
 
writeUnion(Put, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionPutWriter
 
writeUnion(WRITER, Object, Schema) - Method in class co.cask.cdap.internal.io.ReflectionWriter
 
writeXml(OutputStream) - Method in class co.cask.cdap.common.conf.Configuration
Write out the non-default properties in this configuration to the given OutputStream.
writeXml(Writer) - Method in class co.cask.cdap.common.conf.Configuration
Write out the non-default properties in this configuration to the given Writer.

Y

YARN_CONNECT_TIMEOUT_SECONDS - Static variable in class co.cask.cdap.common.conf.Constants.Startup
 
YarnTokenUtils - Class in co.cask.cdap.common.security
Helper class for getting Yarn security delegation token.

Z

ZKClientModule - Class in co.cask.cdap.common.guice
Guice module for binding ZKClient and ZKClientService.
ZKClientModule() - Constructor for class co.cask.cdap.common.guice.ZKClientModule
 
ZKExtOperations - Class in co.cask.cdap.common.zookeeper
Collection of common zk operations.
ZKPropertyStore<T> - Class in co.cask.cdap.common.zookeeper.store
This class uses ZK for storing properties/configures.
ZOOKEEPER_NAMESPACE_CONFIG - Static variable in class co.cask.cdap.common.conf.KafkaConstants.ConfigKeys
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.