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