Uses of Class
org.apache.storm.localizer.LocalResource
-
Packages that use LocalResource Package Description org.apache.storm.daemon.supervisor -
-
Uses of LocalResource in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor that return types with arguments of type LocalResource Modifier and Type Method Description static List<LocalResource>
SupervisorUtils. blobstoreMapToLocalresources(Map<String,Map<String,Object>> blobstoreMap)
Returns a list of LocalResources based on the blobstore-map passed in.
-