Uses of Class
org.apache.storm.generated.KeyAlreadyExistsException
Package
Description
-
Uses of KeyAlreadyExistsException in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.beginCreateBlob
(String key, SettableBlobMeta meta) -
Uses of KeyAlreadyExistsException in org.apache.storm.blobstore
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionKeyAlreadyExistsException.deepCopy()
Nimbus.beginCreateBlob_result.get_kae()
Modifier and TypeMethodDescriptionint
KeyAlreadyExistsException.compareTo
(KeyAlreadyExistsException other) boolean
KeyAlreadyExistsException.equals
(KeyAlreadyExistsException that) void
Nimbus.beginCreateBlob_result.set_kae
(KeyAlreadyExistsException kae) Modifier and TypeMethodDescriptionNimbus.Client.beginCreateBlob
(String key, SettableBlobMeta meta) Nimbus.Iface.beginCreateBlob
(String key, SettableBlobMeta meta) Nimbus.AsyncClient.beginCreateBlob_call.getResult()
Nimbus.Client.recv_beginCreateBlob()
ModifierConstructorDescriptionbeginCreateBlob_result
(String success, AuthorizationException aze, KeyAlreadyExistsException kae) Performs a deep copy on other. -
Uses of KeyAlreadyExistsException in org.apache.storm.hdfs.blobstore
Modifier and TypeMethodDescriptionHdfsBlobStore.createBlob
(String key, SettableBlobMeta meta, Subject who) HdfsClientBlobStore.createBlobToExtend
(String key, SettableBlobMeta meta) -
Uses of KeyAlreadyExistsException in org.apache.storm.utils
Modifier and TypeClassDescriptionclass
Wraps the generated TException to allow getMessage() to return a valid string.