| Package | Description |
|---|---|
| org.corpus_tools.pepper.common | |
| org.corpus_tools.pepper.core |
| Modifier and Type | Method and Description |
|---|---|
MEMORY_POLICY |
PepperConfiguration.getMemPolicy()
Returns the memory policy for instance to configure the behavior of
loading documents.
|
static MEMORY_POLICY |
MEMORY_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.
|
| Modifier and Type | Field and Description |
|---|---|
protected MEMORY_POLICY |
PepperJobImpl.memPolicy |
protected MEMORY_POLICY |
DocumentBus.memPolicy |
| Modifier and Type | Method and Description |
|---|---|
MEMORY_POLICY |
PepperJobImpl.getMemPolicy()
Returns the set memory policy.
|
MEMORY_POLICY |
DocumentBus.getMemPolicy()
Returns the set memory policy.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PepperJobImpl.setMemPolicy(MEMORY_POLICY memPolicy)
Sets the memory policy.
|
void |
DocumentBus.setMemPolicy(MEMORY_POLICY memPolicy)
Sets the memory policy.
|
Copyright © 2009–2018 Humboldt-Universität zu Berlin, INRIA. All rights reserved.