Serialized Form
-
Package edu.internet2.middleware.grouperClient
-
Exception edu.internet2.middleware.grouperClient.GrouperClientWsException
class GrouperClientWsException extends RuntimeException implements Serializable-
Serialized Fields
-
resultObject
Object resultObject
result object
-
-
-
-
Package edu.internet2.middleware.grouperClient.collections
-
Class edu.internet2.middleware.grouperClient.collections.MultiKey
class MultiKey extends Object implements Serializable- serialVersionUID:
- 4465448607415788805L
-
Serialized Fields
-
hashCode
int hashCode
The cached hashCode -
keys
Object[] keys
The individual keys
-
-
-
Package edu.internet2.middleware.grouperClient.failover
-
Class edu.internet2.middleware.grouperClient.failover.FailoverClient
class FailoverClient extends Object implements Serializable-
Serialized Fields
-
connectionAffinityCache
ExpirableCache<Boolean,
String> 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 -
errorCountPerMinute
Map<String,
ExpirableCache<Long, Long>> 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
-
-
-
-
Package edu.internet2.middleware.grouperClient.jdbc
-
Class edu.internet2.middleware.grouperClient.jdbc.GcCaseIgnoreHashMap
- serialVersionUID:
- -8918564071661874921L
-
Class edu.internet2.middleware.grouperClient.jdbc.GcDbQueryCacheMap
- serialVersionUID:
- 8631754376159267786L
-
-
Package edu.internet2.middleware.grouperClient.util
-
Class edu.internet2.middleware.grouperClient.util.ExpirableCache
class ExpirableCache extends Object implements Serializable-
Serialized Fields
-
cache
Map<K,
ExpirableValue<V>> cache cache map -
cacheEvictions
int cacheEvictions
number of evictions from cache when thigns expire -
cacheHits
int cacheHits
numebr of times an element was retrieved from cache successfully -
cacheInserts
int cacheInserts
number of elements inserted into the cache -
databaseClearable
boolean databaseClearable
if database clearable across jvms -
databaseClearableName
String databaseClearableName
database clearable name -
defaultTimeToLiveInMillis
long defaultTimeToLiveInMillis
time to live for content (when not specified this is one day, and max one day) -
lastClear
long lastClear
when was the last clear of this instance -
lastEvictionCheck
long lastEvictionCheck
last time the cache was checked for evictions
-
-
-
Class edu.internet2.middleware.grouperClient.util.ExpirableValue
class ExpirableValue extends Object implements Serializable-
Serialized Fields
-
content
T content
underlying content -
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
-
-
-
Exception edu.internet2.middleware.grouperClient.util.GcExpressionLanguageMissingVariableException
class GcExpressionLanguageMissingVariableException extends RuntimeException implements Serializable -
Class edu.internet2.middleware.grouperClient.util.GrouperClientUtils.NotNullToStringStyle
class NotNullToStringStyle extends org.apache.commons.lang3.builder.ToStringStyle implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package edu.internet2.middleware.grouperClient.ws
-
Exception edu.internet2.middleware.grouperClient.ws.GcWebServiceError
class GcWebServiceError extends RuntimeException implements Serializable-
Serialized Fields
-
containerResponseObject
Object containerResponseObject
container response object
-
-
-