Interface | Description |
---|---|
LocalResourcesSelector |
LocalResourcesSelector builds and selects a list of
LocalResourcesSelector.Entry s having information about a path and
a LocalResourceType of that path. |
MultiLocalResourcesSelector |
Extension of
LocalResourcesSelector adding functionality to
use multiple LocalResourcesSelector s. |
MultiResourceLocalizer |
Extension of
ResourceLocalizer adding functionality to
use multiple ResourceLocalizer s. |
ResourceLocalizer |
ResourceLocalizer is a simple interface used during
a container launch to determine a localized resources. |
SmartResourceLocalizer |
SmartResourceLocalizer provides additional functionality on
top of ResourceLocalizer order to handle more fine grained
handling of resource localizing. |
Class | Description |
---|---|
AbstractLocalResourcesSelector |
Base implementation for
LocalResourcesSelector supporting simple
use cases where user needs to localise properties, zip and jar files. |
AbstractResourceLocalizer |
Base implementation of
ResourceLocalizer . |
DefaultMultiResourceLocalizer |
Default implementation of a
MultiResourceLocalizer . |
DefaultResourceLocalizer |
Default implementation of
ResourceLocalizer which
is only capable of re-using files already in HDFS and preparing
correct parameters for created LocalResource entries. |
LocalResourcesFactoryBean |
Factory bean building
ResourceLocalizer s objects. |
LocalResourcesFactoryBean.CopyEntry |
Helper class storing copy entries.
|
LocalResourcesFactoryBean.RawCopyEntry |
Helper class storing raw copy entries.
|
LocalResourcesFactoryBean.TransferEntry |
Helper class storing transfer entries.
|
LocalResourcesSelector.Entry |
Entrys used by this interface.
|