|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.cache.AbstractCache<Valid1Result>
org.quattor.pan.cache.Valid1Cache
public class Valid1Cache
A global cache of all pan objects that have been through the first validation phase.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.cache.AbstractCache |
|---|
compiler |
| Constructor Summary | |
|---|---|
Valid1Cache(Compiler compiler)
Creates a new Valid1Cache that has a default, initial 1000 entries. |
|
Valid1Cache(Compiler compiler,
int size)
|
|
| Method Summary | |
|---|---|
protected Task<Valid1Result> |
createTask(java.lang.String objectName)
Creates a new task to be put into the cache, if necessary. |
protected TaskResult.ResultType |
getExecutorQueueType()
Subclasses must return the executor queue type for the particular class. |
| Methods inherited from class org.quattor.pan.cache.AbstractCache |
|---|
retrieve, retrieve, waitForResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Valid1Cache(Compiler compiler)
Valid1Cache that has a default, initial 1000 entries.
compiler - associated compiler for this cache
public Valid1Cache(Compiler compiler,
int size)
| Method Detail |
|---|
protected Task<Valid1Result> createTask(java.lang.String objectName)
AbstractCache
createTask in class AbstractCache<Valid1Result>objectName - Key used to generate the associated task.
protected TaskResult.ResultType getExecutorQueueType()
AbstractCache
getExecutorQueueType in class AbstractCache<Valid1Result>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||