protected static class RobotsManager.HostDescription
extends org.apache.manifoldcf.core.cachemanager.BaseDescription
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.manifoldcf.core.interfaces.StringSet |
cacheKeys |
protected java.lang.String |
criticalSectionName |
protected java.lang.String |
hostName |
| Constructor and Description |
|---|
HostDescription(java.lang.String hostName,
org.apache.manifoldcf.core.interfaces.StringSet invKeys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCriticalSectionName() |
java.lang.String |
getHostName() |
org.apache.manifoldcf.core.interfaces.ICacheClass |
getObjectClass()
Get the object class for an object.
|
org.apache.manifoldcf.core.interfaces.StringSet |
getObjectKeys()
Get the cache keys for an object (which may or may not exist yet in
the cache).
|
int |
hashCode() |
protected java.lang.String hostName
protected java.lang.String criticalSectionName
protected org.apache.manifoldcf.core.interfaces.StringSet cacheKeys
public HostDescription(java.lang.String hostName,
org.apache.manifoldcf.core.interfaces.StringSet invKeys)
public java.lang.String getHostName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getCriticalSectionName()
public org.apache.manifoldcf.core.interfaces.StringSet getObjectKeys()
public org.apache.manifoldcf.core.interfaces.ICacheClass getObjectClass()
getObjectClass in interface org.apache.manifoldcf.core.interfaces.ICacheDescriptiongetObjectClass in class org.apache.manifoldcf.core.cachemanager.BaseDescription