Package org.apache.storm.localizer
Class LocalResource
java.lang.Object
org.apache.storm.localizer.LocalResource
Local Resource requested by the topology.
- 
Constructor SummaryConstructorsConstructorDescriptionLocalResource(String keyname, boolean uncompress, boolean needsCallback) Constructor.
- 
Method Summary
- 
Constructor Details- 
LocalResourceConstructor.- 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