|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jcs.engine.CacheInfo
public final class CacheInfo
This is a static variable holder for the distribution auxiliaries that need something like a vmid.
| Field Summary | |
|---|---|
static long |
listenerId
By default this is the hashcode of the VMID |
protected static java.rmi.dgc.VMID |
vmid
Used to identify a client, so we can run multiple clients off one host. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.rmi.dgc.VMID vmid
TODO: may have some trouble in failover mode if the cache keeps its old id. We may need to reset this when moving into failover.
public static long listenerId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||