Class Index

A C D G H M P R S U W

A

AbstractConnectedProcessor  
AbstractPagedConnectedProcessor  
AppendToPathDefinitionParser  
AppendToPathMessageProcessor AppendToPathMessageProcessor invokes the appendToPath(java.lang.String, int, java.io.InputStream) method in HdfsConnector

C

Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DeleteDirectoryDefinitionParser  
DeleteDirectoryMessageProcessor DeleteDirectoryMessageProcessor invokes the deleteDirectory(java.lang.String) method in HdfsConnector
DeleteFileDefinitionParser  
DeleteFileMessageProcessor DeleteFileMessageProcessor invokes the deleteFile(java.lang.String) method in HdfsConnector

G

GetPathMetaDataDefinitionParser  
GetPathMetaDataMessageProcessor GetPathMetaDataMessageProcessor invokes the getPathMetaData(java.lang.String, org.mule.api.MuleEvent) method in HdfsConnector

H

HdfsConnector

Hadoop Distributed File System (HDFS) Connector. 

HdfsConnectorCapabilitiesAdapter A HdfsConnectorCapabilitiesAdapter is a wrapper around HdfsConnector that implements org.mule.api.Capabilities interface. 
HdfsConnectorConfigDefinitionParser  
HdfsConnectorConnectionFactory  
HdfsConnectorConnectionIdentifierAdapter A HdfsConnectorConnectionIdentifierAdapter is a wrapper around HdfsConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. 
HdfsConnectorConnectionKey A tuple of connection parameters  
HdfsConnectorConnectionManager A HdfsConnectorConnectionManager is a wrapper around HdfsConnector that adds connection management capabilities to the pojo. 
HdfsConnectorLifecycleAdapter A HdfsConnectorLifecycleAdapter is a wrapper around HdfsConnector that adds lifecycle methods to the pojo. 
HdfsConnectorMetadataAdapater A HdfsConnectorMetadataAdapater is a wrapper around HdfsConnector that adds support for querying metadata about the extension. 
HdfsConnectorProcessAdapter A HdfsConnectorProcessAdapter is a wrapper around HdfsConnector that enables custom processing strategies. 
HdfsNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/hdfs

M

MakeDirectoriesDefinitionParser  
MakeDirectoriesMessageProcessor MakeDirectoriesMessageProcessor invokes the makeDirectories(java.lang.String, java.lang.String) method in HdfsConnector
ManagedConnectionProcessInterceptor<T>  
ManagedConnectionProcessTemplate<P>  

P

PoolManager  

R

ReadFromPathDefinitionParser  
ReadFromPathMessageProcessor ReadFromPathMessageProcessor invokes the readFromPath(java.lang.String, int, org.mule.api.callback.SourceCallback) method in HdfsConnector

S

SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 

U

UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 

W

WriteToPathDefinitionParser  
WriteToPathMessageProcessor WriteToPathMessageProcessor invokes the writeToPath(java.lang.String, java.lang.String, boolean, int, int, long, java.lang.String, java.lang.String, java.io.InputStream) method in HdfsConnector