org.griphyn.cPlanner.selector.replica |
|
Java Source File Name | Type | Comment |
Default.java | Class | The default replica selector that is used if non is specifed by the user.
This gives preference to a replica residing on the same site as the site,
where it is required to be staged to. |
Local.java | Class | This replica selector only prefers replicas from the local host and that
start with a file: URL scheme. |
ReplicaSelectorFactory.java | Class | A factory class to load the appropriate type of Replica Selector, as
specified by the user at runtime in properties. |
ReplicaSelectorFactoryException.java | Class | Class to notify of failures while instantiating ReplicaSelector implementations. |
Restricted.java | Class | A replica selector, that allows the user to specify good sites and bad sites
for staging in data to a compute site.
A good site for a compute site X, is a preferred site from which replicas
should be staged to site X. |
Windward.java | Class | This replica selector that takes into account availability times returned by
the DC. |