public class CollectionsFieldsCache extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CollectionsFieldsCache.CleanCacheThread |
| Modifier and Type | Field and Description |
|---|---|
protected static CollectionsFieldsCache |
collectionsFieldsCache |
protected HashMap<String,HashMap<CollectionInfo,ArrayList<CollectionInfo>>> |
scopesInfosCache |
protected static Thread |
thread |
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionsFieldsCache() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
HashMap<CollectionInfo,ArrayList<CollectionInfo>> |
getCollectionsInfoForScope(String scope,
boolean refresh) |
static CollectionsFieldsCache |
getInstance() |
HashMap<CollectionInfo,ArrayList<CollectionInfo>> |
refreshCollectionInfoForScope(String scope,
boolean refresh) |
protected static Thread thread
protected static CollectionsFieldsCache collectionsFieldsCache
protected HashMap<String,HashMap<CollectionInfo,ArrayList<CollectionInfo>>> scopesInfosCache
public static CollectionsFieldsCache getInstance()
public HashMap<CollectionInfo,ArrayList<CollectionInfo>> getCollectionsInfoForScope(String scope, boolean refresh) throws InitialBridgingNotCompleteException, InternalErrorException
public HashMap<CollectionInfo,ArrayList<CollectionInfo>> refreshCollectionInfoForScope(String scope, boolean refresh) throws InitialBridgingNotCompleteException, InternalErrorException
Copyright © 2015. All Rights Reserved.