|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.application.framework.search.library.cache.CollectionsFieldsCache
public class CollectionsFieldsCache
| Nested Class Summary | |
|---|---|
protected static class |
CollectionsFieldsCache.CleanCacheThread
|
| Field Summary | |
|---|---|
protected static CollectionsFieldsCache |
collectionsFieldsCache
|
protected HashMap<String,HashMap<CollectionInfo,ArrayList<CollectionInfo>>> |
scopesInfosCache
|
protected static Thread |
thread
|
| Constructor Summary | |
|---|---|
protected |
CollectionsFieldsCache()
|
| Method Summary | |
|---|---|
protected void |
finalize()
|
HashMap<CollectionInfo,ArrayList<CollectionInfo>> |
getCollectionsInfoForScope(String scope,
boolean refresh)
|
static CollectionsFieldsCache |
getInstance()
|
HashMap<CollectionInfo,ArrayList<CollectionInfo>> |
refreshCollectionInfoForScope(String scope,
boolean refresh)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Thread thread
protected static CollectionsFieldsCache collectionsFieldsCache
protected HashMap<String,HashMap<CollectionInfo,ArrayList<CollectionInfo>>> scopesInfosCache
| Constructor Detail |
|---|
protected CollectionsFieldsCache()
| Method Detail |
|---|
public static CollectionsFieldsCache getInstance()
public HashMap<CollectionInfo,ArrayList<CollectionInfo>> getCollectionsInfoForScope(String scope,
boolean refresh)
throws InitialBridgingNotCompleteException,
InternalErrorException
InitialBridgingNotCompleteException
InternalErrorException
public HashMap<CollectionInfo,ArrayList<CollectionInfo>> refreshCollectionInfoForScope(String scope,
boolean refresh)
throws InitialBridgingNotCompleteException,
InternalErrorException
InitialBridgingNotCompleteException
InternalErrorException
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||