Uses of Class
org.corpus_tools.pepper.common.MEMORY_POLICY
-
Packages that use MEMORY_POLICY Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core -
-
Uses of MEMORY_POLICY in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return MEMORY_POLICY Modifier and Type Method Description MEMORY_POLICYPepperConfiguration. getMemPolicy()Returns the memory policy for instance to configure the behavior of loading documents.static MEMORY_POLICYMEMORY_POLICY. valueOf(String name)Returns the enum constant of this type with the specified name.static MEMORY_POLICY[]MEMORY_POLICY. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MEMORY_POLICY in org.corpus_tools.pepper.core
Fields in org.corpus_tools.pepper.core declared as MEMORY_POLICY Modifier and Type Field Description protected MEMORY_POLICYDocumentBus. memPolicyprotected MEMORY_POLICYPepperJobImpl. memPolicyMethods in org.corpus_tools.pepper.core that return MEMORY_POLICY Modifier and Type Method Description MEMORY_POLICYDocumentBus. getMemPolicy()Returns the set memory policy.MEMORY_POLICYPepperJobImpl. getMemPolicy()Returns the set memory policy.Methods in org.corpus_tools.pepper.core with parameters of type MEMORY_POLICY Modifier and Type Method Description voidDocumentBus. setMemPolicy(MEMORY_POLICY memPolicy)Sets the memory policy.protected voidPepperJobImpl. setMemPolicy(MEMORY_POLICY memPolicy)Sets the memory policy.
-