Uses of Class
org.apache.manifoldcf.core.interfaces.StringSetBuffer
-
Packages that use StringSetBuffer Package Description org.apache.manifoldcf.core.cachemanager org.apache.manifoldcf.core.interfaces -
-
Uses of StringSetBuffer in org.apache.manifoldcf.core.cachemanager
Fields in org.apache.manifoldcf.core.cachemanager declared as StringSetBuffer Modifier and Type Field Description protected StringSetBufferCacheManager.CacheTransactionHandle. invalidationKeysThis is the current set of keys to invalidate if the transaction should be committed. -
Uses of StringSetBuffer in org.apache.manifoldcf.core.interfaces
Constructors in org.apache.manifoldcf.core.interfaces with parameters of type StringSetBuffer Constructor Description StringSet(StringSetBuffer buffer)Create the stringset from a stringsetbuffer
-