|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.relation.locator.ResourceLocatorMap<T>
public class ResourceLocatorMap<T extends ILocatableResource>
A mapping between Strings and IResourceLocators.
This can be used to locate local, temporary or virtual relations.
| Constructor Summary | |
|---|---|
ResourceLocatorMap()
Deprecated. De-serialization ctor. |
|
| Method Summary | |
|---|---|
void |
add(String relationName,
IResourceLocator<T> relationLocator)
Deprecated. Add a mapping from an String to the
IResourceLocator for the identified IRelation. |
T |
locate(String relationName,
long timestamp)
Deprecated. Locate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceLocatorMap()
| Method Detail |
|---|
public void add(String relationName,
IResourceLocator<T> relationLocator)
String to the
IResourceLocator for the identified IRelation.
relationName - The relation name.relationLocator - The locator.
public T locate(String relationName,
long timestamp)
IResourceLocator
locate in interface IResourceLocator<T extends ILocatableResource>relationName - The resource namespace.timestamp - The timestamp for the view.
null if the resource declaration could not be
resolved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||