@InterfaceAudience.Public @InterfaceStability.Evolving public interface StoreResources
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCacheFiles()
Allow a StoreFunc to specify a list of files it would like placed in the distributed
cache.
|
java.util.List<java.lang.String> |
getShipFiles()
Allow a StoreFunc to specify a list of files located locally and would like to ship to backend
(through distributed cache).
|
java.util.List<java.lang.String> getCacheFiles()
java.util.List<java.lang.String> getShipFiles()
FuncUtils
for utility function to facilitate it
The default implementation returns null.Copyright © 2007-2012 The Apache Software Foundation