Uses of Class
org.apache.storm.generated.KeyNotFoundException
Package
Description
-
Uses of KeyNotFoundException in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.beginBlobDownload
(String key) LocalCluster.beginUpdateBlob
(String key) void
LocalCluster.deleteBlob
(String key) LocalCluster.getBlobMeta
(String key) int
LocalCluster.getBlobReplication
(String key) void
LocalCluster.setBlobMeta
(String key, SettableBlobMeta meta) int
LocalCluster.updateBlobReplication
(String key, int replication) -
Uses of KeyNotFoundException in org.apache.storm.blobstore
Modifier and TypeMethodDescriptionboolean
LocalFsBlobStore.checkForBlobOrDownload
(String key) protected static void
MigrateBlobs.copyBlobStoreKeys
(BlobStore bsFrom, Subject whoFrom, BlobStore bsTo, Subject whoTo) protected static void
MigrateBlobs.deleteAllBlobStoreKeys
(BlobStore bs, Subject who) abstract void
BlobStore.deleteBlob
(String key, Subject who) Deletes the blob data and metadata.abstract void
ClientBlobStore.deleteBlob
(String key) Client facing API to delete a blob.void
LocalFsBlobStore.deleteBlob
(String key, Subject who) void
LocalModeClientBlobStore.deleteBlob
(String key) void
NimbusBlobStore.deleteBlob
(String key) abstract InputStreamWithMeta
Gets the InputStream to read the blob details.abstract InputStreamWithMeta
Client facing API to read a blob.abstract ReadableBlobMeta
BlobStore.getBlobMeta
(String key, Subject who) Gets the current version of metadata for a blob to be viewed by the user or downloaded by the supervisor.abstract ReadableBlobMeta
ClientBlobStore.getBlobMeta
(String key) Client facing API to read the metadata information.LocalFsBlobStore.getBlobMeta
(String key, Subject who) LocalModeClientBlobStore.getBlobMeta
(String key) NimbusBlobStore.getBlobMeta
(String key) abstract int
ClientBlobStore.getBlobReplication
(String key) Client facing API to read the replication of a blob.int
LocalModeClientBlobStore.getBlobReplication
(String key) int
NimbusBlobStore.getBlobReplication
(String key) int
KeySequenceNumber.getKeySequenceNumber
(org.apache.storm.shade.org.apache.curator.framework.CuratorFramework zkClient) byte[]
Wrapper around readBlobTo which returns a ByteArray output stream.void
BlobStore.readBlobTo
(String key, OutputStream out, Subject who) Reads the blob from the blob store and writes it into the output stream.abstract void
BlobStore.setBlobMeta
(String key, SettableBlobMeta meta, Subject who) Sets the metadata with renewed acls for the blob.final void
ClientBlobStore.setBlobMeta
(String key, SettableBlobMeta meta) Client facing API to set the metadata for a blob.void
LocalFsBlobStore.setBlobMeta
(String key, SettableBlobMeta meta, Subject who) protected abstract void
ClientBlobStore.setBlobMetaToExtend
(String key, SettableBlobMeta meta) Client facing API to set the metadata for a blob.protected void
LocalModeClientBlobStore.setBlobMetaToExtend
(String key, SettableBlobMeta meta) protected void
NimbusBlobStore.setBlobMetaToExtend
(String key, SettableBlobMeta meta) void
BlobStore.startSyncBlobs()
Start the syncing blobs between the local running instance of the BlobStore and others.void
LocalFsBlobStore.startSyncBlobs()
void
BlobStore.updateBlob
(String key, byte[] data, Subject who) Wrapper called to create the blob which contains the byte data.abstract AtomicOutputStream
BlobStore.updateBlob
(String key, Subject who) Updates the blob data.abstract AtomicOutputStream
ClientBlobStore.updateBlob
(String key) Client facing API to update a blob.LocalFsBlobStore.updateBlob
(String key, Subject who) LocalModeClientBlobStore.updateBlob
(String key) NimbusBlobStore.updateBlob
(String key) abstract int
BlobStore.updateBlobReplication
(String key, int replication, Subject who) Modifies the replication factor of the blob.abstract int
ClientBlobStore.updateBlobReplication
(String key, int replication) Client facing API to update the replication of a blob.int
LocalFsBlobStore.updateBlobReplication
(String key, int replication, Subject who) int
LocalModeClientBlobStore.updateBlobReplication
(String key, int replication) int
NimbusBlobStore.updateBlobReplication
(String key, int replication) -
Uses of KeyNotFoundException in org.apache.storm.daemon.nimbus
Modifier and TypeMethodDescriptionNimbus.beginBlobDownload
(String key) Nimbus.beginUpdateBlob
(String key) void
Nimbus.deleteBlob
(String key) void
TopoCache.deleteTopoConf
(String topoId, Subject who) Delete a topology conf when we are done.void
TopoCache.deleteTopology
(String topoId, Subject who) Delete a topology when we are done.Nimbus.getBlobMeta
(String key) int
Nimbus.getBlobReplication
(String key) static int
Nimbus.getVersionForKey
(String key, NimbusInfo nimbusInfo, org.apache.storm.shade.org.apache.curator.framework.CuratorFramework zkClient) TopoCache.readTopoConf
(String topoId, Subject who) Read a topology conf.TopoCache.readTopology
(String topoId, Subject who) Read a topology.void
Nimbus.setBlobMeta
(String key, SettableBlobMeta meta) int
Nimbus.updateBlobReplication
(String key, int replication) void
Update an existing topology conf.void
TopoCache.updateTopology
(String topoId, Subject who, StormTopology topo) Update an existing topology . -
Uses of KeyNotFoundException in org.apache.storm.generated
Modifier and TypeMethodDescriptionKeyNotFoundException.deepCopy()
Nimbus.beginBlobDownload_result.get_knf()
Nimbus.beginUpdateBlob_result.get_knf()
Nimbus.deleteBlob_result.get_knf()
Nimbus.getBlobMeta_result.get_knf()
Nimbus.getBlobReplication_result.get_knf()
Nimbus.setBlobMeta_result.get_knf()
Nimbus.updateBlobReplication_result.get_knf()
Modifier and TypeMethodDescriptionint
KeyNotFoundException.compareTo
(KeyNotFoundException other) boolean
KeyNotFoundException.equals
(KeyNotFoundException that) void
Nimbus.beginBlobDownload_result.set_knf
(KeyNotFoundException knf) void
Nimbus.beginUpdateBlob_result.set_knf
(KeyNotFoundException knf) void
Nimbus.deleteBlob_result.set_knf
(KeyNotFoundException knf) void
Nimbus.getBlobMeta_result.set_knf
(KeyNotFoundException knf) void
Nimbus.getBlobReplication_result.set_knf
(KeyNotFoundException knf) void
Nimbus.setBlobMeta_result.set_knf
(KeyNotFoundException knf) void
Nimbus.updateBlobReplication_result.set_knf
(KeyNotFoundException knf) Modifier and TypeMethodDescriptionNimbus.Client.beginBlobDownload
(String key) Nimbus.Iface.beginBlobDownload
(String key) Nimbus.Client.beginUpdateBlob
(String key) Nimbus.Iface.beginUpdateBlob
(String key) void
Nimbus.Client.deleteBlob
(String key) void
Nimbus.Iface.deleteBlob
(String key) Nimbus.Client.getBlobMeta
(String key) Nimbus.Iface.getBlobMeta
(String key) int
Nimbus.Client.getBlobReplication
(String key) int
Nimbus.Iface.getBlobReplication
(String key) Nimbus.AsyncClient.beginBlobDownload_call.getResult()
Nimbus.AsyncClient.beginUpdateBlob_call.getResult()
Nimbus.AsyncClient.deleteBlob_call.getResult()
Nimbus.AsyncClient.getBlobMeta_call.getResult()
Nimbus.AsyncClient.getBlobReplication_call.getResult()
Nimbus.AsyncClient.setBlobMeta_call.getResult()
Nimbus.AsyncClient.updateBlobReplication_call.getResult()
Nimbus.Client.recv_beginBlobDownload()
Nimbus.Client.recv_beginUpdateBlob()
void
Nimbus.Client.recv_deleteBlob()
Nimbus.Client.recv_getBlobMeta()
int
Nimbus.Client.recv_getBlobReplication()
void
Nimbus.Client.recv_setBlobMeta()
int
Nimbus.Client.recv_updateBlobReplication()
void
Nimbus.Client.setBlobMeta
(String key, SettableBlobMeta meta) void
Nimbus.Iface.setBlobMeta
(String key, SettableBlobMeta meta) int
Nimbus.Client.updateBlobReplication
(String key, int replication) int
Nimbus.Iface.updateBlobReplication
(String key, int replication) ModifierConstructorDescriptionbeginBlobDownload_result
(BeginDownloadResult success, AuthorizationException aze, KeyNotFoundException knf) beginUpdateBlob_result
(String success, AuthorizationException aze, KeyNotFoundException knf) getBlobMeta_result
(ReadableBlobMeta success, AuthorizationException aze, KeyNotFoundException knf) getBlobReplication_result
(int success, AuthorizationException aze, KeyNotFoundException knf) Performs a deep copy on other.updateBlobReplication_result
(int success, AuthorizationException aze, KeyNotFoundException knf) -
Uses of KeyNotFoundException in org.apache.storm.hdfs.blobstore
Modifier and TypeMethodDescriptionvoid
HdfsBlobStore.deleteBlob
(String key, Subject who) void
HdfsClientBlobStore.deleteBlob
(String key) HdfsBlobStore.getBlobMeta
(String key, Subject who) HdfsClientBlobStore.getBlobMeta
(String key) int
HdfsBlobStore.getBlobReplication
(String key, Subject who) int
HdfsClientBlobStore.getBlobReplication
(String key) void
HdfsBlobStore.setBlobMeta
(String key, SettableBlobMeta meta, Subject who) void
HdfsClientBlobStore.setBlobMetaToExtend
(String key, SettableBlobMeta meta) HdfsBlobStore.updateBlob
(String key, Subject who) HdfsClientBlobStore.updateBlob
(String key) int
HdfsBlobStore.updateBlobReplication
(String key, int replication, Subject who) int
HdfsClientBlobStore.updateBlobReplication
(String key, int replication) void
HdfsBlobStore.writeMetadata
(String key, SettableBlobMeta meta) -
Uses of KeyNotFoundException in org.apache.storm.localizer
Modifier and TypeMethodDescriptionprotected org.apache.storm.localizer.LocallyCachedBlob.DownloadMeta
LocallyCachedBlob.fetch
(ClientBlobStore store, String key, IOFunction<Long, Path> pathSupplier, IOFunction<File, OutputStream> outStreamSupplier) Helper function to download blob from blob store.long
LocalizedResource.fetchUnzipToTemp
(ClientBlobStore store) abstract long
LocallyCachedBlob.fetchUnzipToTemp
(ClientBlobStore store) Download the latest version to a temp location.long
LocallyCachedTopologyBlob.fetchUnzipToTemp
(ClientBlobStore store) long
LocalizedResource.getRemoteVersion
(ClientBlobStore store) abstract long
LocallyCachedBlob.getRemoteVersion
(ClientBlobStore store) Get the version of the blob in the blob store.long
LocallyCachedTopologyBlob.getRemoteVersion
(ClientBlobStore store) void
LocallyCachedBlob.update
(ClientBlobStore blobStore, long remoteBlobstoreUpdateTime) Checks and downloads a blob locally as necessary. -
Uses of KeyNotFoundException in org.apache.storm.utils
Modifier and TypeClassDescriptionclass
Wraps the generated TException to allow getMessage() to return a valid string.Modifier and TypeMethodDescriptionstatic long
ServerUtils.nimbusVersionOfBlob
(String key, ClientBlobStore cb)