Skip navigation links
A C D G K P S 

A

AzkabanException - Exception in com.linkedin.azkaban.spi
 
AzkabanException(String) - Constructor for exception com.linkedin.azkaban.spi.AzkabanException
 
AzkabanException(Throwable) - Constructor for exception com.linkedin.azkaban.spi.AzkabanException
 
AzkabanException(String, Throwable) - Constructor for exception com.linkedin.azkaban.spi.AzkabanException
 
AzkabanException(String, Throwable, boolean, boolean) - Constructor for exception com.linkedin.azkaban.spi.AzkabanException
 

C

com.linkedin.azkaban.spi - package com.linkedin.azkaban.spi
 
containsKey(URI) - Method in interface com.linkedin.azkaban.spi.Storage
Check if key exists in storage.

D

delete(URI) - Method in interface com.linkedin.azkaban.spi.Storage
Delete an object from Storage.

G

get(URI) - Method in interface com.linkedin.azkaban.spi.Storage
Get an InputStream object by providing a key.
getMessage() - Method in exception com.linkedin.azkaban.spi.AzkabanException
 

K

KeyAlreadyExistsException - Exception in com.linkedin.azkaban.spi
This exception is thrown when there is an attempt to create a duplicate storage key via the Storage interface.
KeyAlreadyExistsException(URI) - Constructor for exception com.linkedin.azkaban.spi.KeyAlreadyExistsException
 
KeyDoesNotExistException - Exception in com.linkedin.azkaban.spi
This exception is thrown when there is an attempt to create a duplicate storage key via the Storage interface.
KeyDoesNotExistException(URI) - Constructor for exception com.linkedin.azkaban.spi.KeyDoesNotExistException
 

P

put(URI, InputStream) - Method in interface com.linkedin.azkaban.spi.Storage
Put an object into Storage against a key.

S

Storage - Interface in com.linkedin.azkaban.spi
The Azkaban Storage interface would facilitate getting and putting objects into a storage mechanism of choice.
StorageException - Exception in com.linkedin.azkaban.spi
Super class to capture any exceptions related to Storage
StorageException(String) - Constructor for exception com.linkedin.azkaban.spi.StorageException
 
StorageException(Throwable) - Constructor for exception com.linkedin.azkaban.spi.StorageException
 
StorageException(String, Throwable) - Constructor for exception com.linkedin.azkaban.spi.StorageException
 
StorageException(String, Throwable, boolean, boolean) - Constructor for exception com.linkedin.azkaban.spi.StorageException
 
A C D G K P S 
Skip navigation links