Serialized Form
Package edu.internet2.middleware.grouperClient |
resultObject
Object resultObject
- result object
Package edu.internet2.middleware.grouperClient.collections |
serialVersionUID: 4465448607415788805L
keys
Object[] keys
- The individual keys
hashCode
int hashCode
- The cached hashCode
Package edu.internet2.middleware.grouperClient.failover |
errorCountPerMinute
Map<K,V> errorCountPerMinute
- key is the connection type, two underscores, connection name,
then an expirable map of minute in question (minute since 1970) to number of errors
connectionAffinityCache
ExpirableCache<K,V> connectionAffinityCache
- key is the connection type, then the cache has Boolean.TRUE, and the connection name which has affinity...
affinity is only for the first one chosen
Package edu.internet2.middleware.grouperClient.util |
defaultTimeToLiveInMillis
long defaultTimeToLiveInMillis
- time to live for content (when not specified this is one day, and max one day)
lastEvictionCheck
long lastEvictionCheck
- last time the cache was checked for evictions
cache
Map<K,V> cache
- cache map
cacheInserts
int cacheInserts
- number of elements inserted into the cache
cacheHits
int cacheHits
- numebr of times an element was retrieved from cache successfully
cacheEvictions
int cacheEvictions
- number of evictions from cache when thigns expire
lastClear
long lastClear
- when was the last clear of this instance
timePlacedInCache
long timePlacedInCache
- this is the time it was placed in the cache
timeToLiveInCacheMillis
long timeToLiveInCacheMillis
- the time to live is by default 1 day
content
Object content
- underlying content
Package edu.internet2.middleware.grouperClient.ws |
containerResponseObject
Object containerResponseObject
- container response object