org.apache.uima.aae.controller
public class LocalCache extends java.util.concurrent.ConcurrentHashMap<java.lang.String,LocalCache.CasStateEntry>
Modifier and Type | Class and Description |
---|---|
static class |
LocalCache.CasStateEntry |
Constructor and Description |
---|
LocalCache(AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
LocalCache.CasStateEntry |
createCasStateEntry(java.lang.String aCasReferenceId) |
void |
dumpContents() |
void |
dumpContents(boolean dump2Stdout) |
LocalCache.CasStateEntry |
getTopCasAncestor(java.lang.String casReferenceId) |
LocalCache.CasStateEntry |
lookupEntry(java.lang.String aCasReferenceId) |
java.lang.String |
lookupInputCasReferenceId(LocalCache.CasStateEntry entry) |
java.lang.String |
lookupInputCasReferenceId(java.lang.String aCasReferenceId) |
void |
remove(java.lang.String aCasReferenceId) |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
public LocalCache(AnalysisEngineController aController)
public LocalCache.CasStateEntry createCasStateEntry(java.lang.String aCasReferenceId)
public LocalCache.CasStateEntry lookupEntry(java.lang.String aCasReferenceId)
public java.lang.String lookupInputCasReferenceId(java.lang.String aCasReferenceId)
public java.lang.String lookupInputCasReferenceId(LocalCache.CasStateEntry entry)
public void dumpContents()
public void dumpContents(boolean dump2Stdout)
public void remove(java.lang.String aCasReferenceId)
public LocalCache.CasStateEntry getTopCasAncestor(java.lang.String casReferenceId) throws java.lang.Exception
java.lang.Exception
Copyright © 2014. All Rights Reserved.