|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassComparable | |
|---|---|
| org.ov4j.cache | |
| org.ov4j.data | |
| org.ov4j.retry | |
| Uses of ClassComparable in org.ov4j.cache |
|---|
| Methods in org.ov4j.cache that return types with arguments of type ClassComparable | |
|---|---|
Version<ClassComparable> |
CacheHandler.cachedCall(java.lang.reflect.Method theMethod,
java.lang.Object instance,
java.lang.Object... args)
Perform a cached call, will wait for a period of time before returning the result from the cache if it exists. |
Version<ClassComparable> |
DelayedCacher.getTheVersion()
|
protected Version<ClassComparable> |
CacheHandler.latest(CachedResultId id)
Fetch latest result for the given ID. |
| Method parameters in org.ov4j.cache with type arguments of type ClassComparable | |
|---|---|
protected void |
CacheHandler.addNCommit(CachedResultId id,
Version<ClassComparable> result)
Add result to cache. |
protected void |
CacheHandler.commit(CachedResultId id,
Version<ClassComparable> result)
Commit the result in cache. |
| Constructor parameters in org.ov4j.cache with type arguments of type ClassComparable | |
|---|---|
CacheHandler(IContainer<ClassComparable,CachedResultId> cont)
Constructor. |
|
DelayedCacher(MethodCaller theCaller,
Version<ClassComparable> theVersion,
long theTimeout,
CachedResultId theId,
CacheHandler theCache,
boolean addBeforeCommit)
Constructor. |
|
ResultFetcher(java.util.TreeMap<CachedResultId,Version<ClassComparable>> map,
Controler<ClassComparable,CachedResultId> ctrl,
CachedResultId id)
|
|
ResultFetcher(java.util.TreeMap<CachedResultId,Version<ClassComparable>> map,
Controler<ClassComparable,CachedResultId> ctrl,
CachedResultId id)
|
|
| Uses of ClassComparable in org.ov4j.data |
|---|
| Methods in org.ov4j.data that return ClassComparable | |
|---|---|
ClassComparable |
ClassComparable.clone()
|
| Methods in org.ov4j.data with parameters of type ClassComparable | |
|---|---|
int |
ClassComparable.compareTo(ClassComparable o)
|
| Uses of ClassComparable in org.ov4j.retry |
|---|
| Constructor parameters in org.ov4j.retry with type arguments of type ClassComparable | |
|---|---|
RetryHandler(IContainer<ClassComparable,RetryableCallId> cont,
IContainer<ClassComparable,java.lang.Long> argCont)
Constructor. |
|
RetryHandler(IContainer<ClassComparable,RetryableCallId> cont,
IContainer<ClassComparable,java.lang.Long> argCont)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||