Uses of Class
org.apache.uima.aae.controller.LocalCache.CasStateEntry
-
Packages that use LocalCache.CasStateEntry Package Description org.apache.uima.aae.controller -
-
Uses of LocalCache.CasStateEntry in org.apache.uima.aae.controller
Methods in org.apache.uima.aae.controller that return LocalCache.CasStateEntry Modifier and Type Method Description LocalCache.CasStateEntry
LocalCache. createCasStateEntry(java.lang.String aCasReferenceId)
LocalCache.CasStateEntry
LocalCache. getTopCasAncestor(java.lang.String casReferenceId)
LocalCache.CasStateEntry
LocalCache. lookupEntry(java.lang.String aCasReferenceId)
Methods in org.apache.uima.aae.controller with parameters of type LocalCache.CasStateEntry Modifier and Type Method Description java.lang.String
LocalCache. lookupInputCasReferenceId(LocalCache.CasStateEntry entry)
boolean
AggregateAnalysisEngineController_impl. releaseParentCas(boolean casDropped, boolean clientIsCollocated, LocalCache.CasStateEntry parentCasStateEntry)
-