protected static class DNSManager.HostDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected StringSet |
cacheKeys |
protected String |
criticalSectionName |
protected String |
hostName |
_rcsid, cacheClass, max_value
Constructor and Description |
---|
DNSManager.HostDescription(String hostName,
StringSet invKeys) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCriticalSectionName() |
String |
getHostName() |
ICacheClass |
getObjectClass()
Get the object class for an object.
|
StringSet |
getObjectKeys()
Get the cache keys for an object (which may or may not exist yet in
the cache).
|
int |
hashCode() |
getObjectExpirationTime
protected String hostName
protected String criticalSectionName
protected StringSet cacheKeys
public String getHostName()
public String getCriticalSectionName()
public StringSet getObjectKeys()
public ICacheClass getObjectClass()
getObjectClass
in interface ICacheDescription
getObjectClass
in class BaseDescription