Uses of Class
org.apache.storm.generated.KeyAlreadyExistsException
Packages that use KeyAlreadyExistsException
Package
Description
-
Uses of KeyAlreadyExistsException in org.apache.storm
Methods in org.apache.storm that throw KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionLocalCluster.beginCreateBlob
(String key, SettableBlobMeta meta) -
Uses of KeyAlreadyExistsException in org.apache.storm.blobstore
Methods in org.apache.storm.blobstore that throw KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionprotected static void
MigrateBlobs.copyBlobStoreKeys
(BlobStore bsFrom, Subject whoFrom, BlobStore bsTo, Subject whoTo) void
BlobStore.createBlob
(String key, byte[] data, SettableBlobMeta meta, Subject who) Wrapper called to create the blob which contains the byte data.void
BlobStore.createBlob
(String key, InputStream in, SettableBlobMeta meta, Subject who) Wrapper called to create the blob which contains the byte data.abstract AtomicOutputStream
BlobStore.createBlob
(String key, SettableBlobMeta meta, Subject who) Creates the blob.final AtomicOutputStream
ClientBlobStore.createBlob
(String key, SettableBlobMeta meta) Client facing API to create a blob.LocalFsBlobStore.createBlob
(String key, SettableBlobMeta meta, Subject who) protected abstract AtomicOutputStream
ClientBlobStore.createBlobToExtend
(String key, SettableBlobMeta meta) Client facing API to create a blob.protected AtomicOutputStream
LocalModeClientBlobStore.createBlobToExtend
(String key, SettableBlobMeta meta) protected AtomicOutputStream
NimbusBlobStore.createBlobToExtend
(String key, SettableBlobMeta meta) -
Uses of KeyAlreadyExistsException in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that throw KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionvoid
Add a new topology config.void
TopoCache.addTopology
(String topoId, Subject who, StormTopology topo) Add a new topology.Nimbus.beginCreateBlob
(String key, SettableBlobMeta meta) -
Uses of KeyAlreadyExistsException in org.apache.storm.generated
Methods in org.apache.storm.generated that return KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionKeyAlreadyExistsException.deepCopy()
Nimbus.beginCreateBlob_result.get_kae()
Methods in org.apache.storm.generated with parameters of type KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionint
KeyAlreadyExistsException.compareTo
(KeyAlreadyExistsException other) boolean
KeyAlreadyExistsException.equals
(KeyAlreadyExistsException that) void
Nimbus.beginCreateBlob_result.set_kae
(KeyAlreadyExistsException kae) Methods in org.apache.storm.generated that throw KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionNimbus.Client.beginCreateBlob
(String key, SettableBlobMeta meta) Nimbus.Iface.beginCreateBlob
(String key, SettableBlobMeta meta) Nimbus.AsyncClient.beginCreateBlob_call.getResult()
Nimbus.Client.recv_beginCreateBlob()
Constructors in org.apache.storm.generated with parameters of type KeyAlreadyExistsExceptionModifierConstructorDescriptionbeginCreateBlob_result
(String success, AuthorizationException aze, KeyAlreadyExistsException kae) Performs a deep copy on other. -
Uses of KeyAlreadyExistsException in org.apache.storm.hdfs.blobstore
Methods in org.apache.storm.hdfs.blobstore that throw KeyAlreadyExistsExceptionModifier and TypeMethodDescriptionHdfsBlobStore.createBlob
(String key, SettableBlobMeta meta, Subject who) HdfsClientBlobStore.createBlobToExtend
(String key, SettableBlobMeta meta) -
Uses of KeyAlreadyExistsException in org.apache.storm.utils
Subclasses of KeyAlreadyExistsException in org.apache.storm.utilsModifier and TypeClassDescriptionclass
Wraps the generated TException to allow getMessage() to return a valid string.