Package org.apache.storm.localizer
Class LocalResource
java.lang.Object
org.apache.storm.localizer.LocalResource
Local Resource requested by the topology.
-
Constructor Summary
ConstructorDescriptionLocalResource
(String keyname, boolean uncompress, boolean needsCallback) Constructor. -
Method Summary
-
Constructor Details
-
LocalResource
Constructor.- Parameters:
keyname
- the key of the blob to download.uncompress
- should the blob be uncompressed or not.needsCallback
- if the blobs changes should a callback happen so the worker is restarted.
-
-
Method Details