Skip navigation links
A C D E F G H M P R S T V 

A

azkaban.spi - package azkaban.spi
 
AzkabanEventReporter - Interface in azkaban.spi
Implement this interface to report flow and job events.
AzkabanException - Exception in azkaban.spi
 
AzkabanException(String) - Constructor for exception azkaban.spi.AzkabanException
 
AzkabanException(Throwable) - Constructor for exception azkaban.spi.AzkabanException
 
AzkabanException(String, Throwable) - Constructor for exception azkaban.spi.AzkabanException
 
AzkabanException(String, Throwable, boolean, boolean) - Constructor for exception azkaban.spi.AzkabanException
 

C

copy() - Method in class azkaban.spi.Dependency
Make a copy of this dependency

D

deleteProject(String) - Method in interface azkaban.spi.Storage
Delete an object from Storage.
Dependency - Class in azkaban.spi
Representation of startup dependency.
Dependency(String, String, String, String, String) - Constructor for class azkaban.spi.Dependency
 
Dependency(Map<String, String>) - Constructor for class azkaban.spi.Dependency
 
dependencyFetchingEnabled() - Method in interface azkaban.spi.Storage
See if dependency fetching is enabled (required azkaban.properties were set).
DependencyFile - Class in azkaban.spi
Representation of startup dependency with an associated local file.
DependencyFile(File, String, String, String, String, String) - Constructor for class azkaban.spi.DependencyFile
 

E

equals(Object) - Method in class azkaban.spi.Dependency
 
equals(Object) - Method in class azkaban.spi.DependencyFile
 
equals(Object) - Method in class azkaban.spi.ProjectStorageMetadata
 
EventType - Enum in azkaban.spi
Enum class defining the list of supported event types.

F

FileValidationStatus - Enum in azkaban.spi
 

G

getDependency(Dependency) - Method in interface azkaban.spi.Storage
Get an InputStream object for a dependency.
getDependencyRootPath() - Method in interface azkaban.spi.Storage
Get root path of dependency location (should be http://...) OR if thin archives is not enabled, will be null.
getDestination() - Method in class azkaban.spi.Dependency
 
getFile() - Method in class azkaban.spi.DependencyFile
 
getFileName() - Method in class azkaban.spi.Dependency
 
getHash() - Method in class azkaban.spi.ProjectStorageMetadata
 
getIvyCoordinates() - Method in class azkaban.spi.Dependency
 
getMessage() - Method in exception azkaban.spi.AzkabanException
 
getProject(String) - Method in interface azkaban.spi.Storage
Get an InputStream object for a project by providing a key.
getProjectId() - Method in class azkaban.spi.ProjectStorageMetadata
 
getSHA1() - Method in class azkaban.spi.Dependency
 
getType() - Method in class azkaban.spi.Dependency
 
getUploader() - Method in class azkaban.spi.ProjectStorageMetadata
 
getUploaderIPAddr() - Method in class azkaban.spi.ProjectStorageMetadata
 
getValue() - Method in enum azkaban.spi.FileValidationStatus
 
getVersion() - Method in class azkaban.spi.ProjectStorageMetadata
 

H

hashCode() - Method in class azkaban.spi.Dependency
 
hashCode() - Method in class azkaban.spi.ProjectStorageMetadata
 

M

makeDependencyFile(File) - Method in class azkaban.spi.Dependency
Make a new DependencyFile with the same details as this dependency

P

ProjectStorageMetadata - Class in azkaban.spi
 
ProjectStorageMetadata(int, int, String, byte[], String) - Constructor for class azkaban.spi.ProjectStorageMetadata
 
putProject(ProjectStorageMetadata, File) - Method in interface azkaban.spi.Storage
Put a project and return a key.

R

report(EventType, Map<String, String>) - Method in interface azkaban.spi.AzkabanEventReporter
 

S

Storage - Interface in azkaban.spi
The Azkaban Storage interface would facilitate getting and putting objects into a storage mechanism of choice.
StorageException - Exception in azkaban.spi
Super class to capture any exceptions related to Storage
StorageException(String) - Constructor for exception azkaban.spi.StorageException
 
StorageException(Throwable) - Constructor for exception azkaban.spi.StorageException
 
StorageException(String, Throwable) - Constructor for exception azkaban.spi.StorageException
 
StorageException(String, Throwable, boolean, boolean) - Constructor for exception azkaban.spi.StorageException
 

T

toString() - Method in class azkaban.spi.ProjectStorageMetadata
 

V

valueOf(String) - Static method in enum azkaban.spi.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum azkaban.spi.FileValidationStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum azkaban.spi.FileValidationStatus
 
values() - Static method in enum azkaban.spi.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum azkaban.spi.FileValidationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H M P R S T V 
Skip navigation links