com.atlassian.confluence.cache.tangosol
Class EmptyConfigurableCacheFactory

java.lang.Object
  extended bycom.tangosol.util.Base
      extended bycom.tangosol.net.DefaultConfigurableCacheFactory
          extended bycom.atlassian.confluence.cache.tangosol.EmptyConfigurableCacheFactory
All Implemented Interfaces:
com.tangosol.net.ConfigurableCacheFactory, com.tangosol.run.xml.XmlConfigurable

public class EmptyConfigurableCacheFactory
extends com.tangosol.net.DefaultConfigurableCacheFactory

Dummy placeholder to prevent Coherence from statically bringing up caches. Allows us to use the appropriate cache configuration during bootstrapping.


Nested Class Summary
 
Nested classes inherited from class com.tangosol.net.DefaultConfigurableCacheFactory
com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.net.DefaultConfigurableCacheFactory.Manager
 
Nested classes inherited from class com.tangosol.util.Base
com.tangosol.util.Base.StackFrame
 
Field Summary
 
Fields inherited from class com.tangosol.net.DefaultConfigurableCacheFactory
CACHE_NAME, CLASS_LOADER, FILE_CFG_CACHE, m_mapByName, MGR_CONTEXT, SCHEME_CLASS, SCHEME_DISK, SCHEME_DISTRIBUTED, SCHEME_EXTERNAL, SCHEME_EXTERNAL_PAGED, SCHEME_INVOCATION, SCHEME_LOCAL, SCHEME_NEAR, SCHEME_OPTIMISTIC, SCHEME_OVERFLOW, SCHEME_PROXY, SCHEME_READ_WRITE_BACKING, SCHEME_REF, SCHEME_REMOTE_CACHE, SCHEME_REMOTE_INVOCATION, SCHEME_REPLICATED, SCHEME_UNKNOWN, SCHEME_VERSIONED_BACKING, SCHEME_VERSIONED_NEAR
 
Fields inherited from class com.tangosol.util.Base
POWER_0, POWER_G, POWER_K, POWER_M, POWER_T, UNIT_D, UNIT_H, UNIT_M, UNIT_MS, UNIT_S
 
Constructor Summary
EmptyConfigurableCacheFactory()
           
EmptyConfigurableCacheFactory(String string)
           
EmptyConfigurableCacheFactory(String string, ClassLoader classLoader)
           
EmptyConfigurableCacheFactory(com.tangosol.run.xml.XmlElement xmlElement)
           
 
Methods inherited from class com.tangosol.net.DefaultConfigurableCacheFactory
configureBackingMap, configureCache, ensureCache, ensureCache, ensureService, ensureService, findScheme, findSchemeMapping, findServiceScheme, getConfig, instantiateAny, instantiateAsyncBinaryStore, instantiateAsyncBinaryStoreManager, instantiateBinaryStoreManager, instantiateCacheStore, instantiateDiskBackingMap, instantiateExternalBackingMap, instantiateLocalCache, instantiateLocalCache, instantiateMap, instantiateMapListener, instantiateNearCache, instantiateOverflowBackingMap, instantiateOverflowMap, instantiatePagedExternalBackingMap, instantiateReadWriteBackingMap, instantiateReadWriteBackingMap, instantiateReadWriteBackingMap, instantiateSerializationCache, instantiateSerializationCache, instantiateSerializationMap, instantiateSerializationMap, instantiateSerializationMap, instantiateSerializationPagedCache, instantiateSerializationPagedCache, instantiateSimpleOverflowMap, instantiateSubclass, instantiateVersionedBackingMap, instantiateVersionedBackingMap, instantiateVersionedBackingMap, instantiateVersionedNearCache, isPutAllOptimized, loadConfig, loadConfig, loadConfigAsResource, loadConfigFromFile, popCacheContext, pushCacheContext, register, register, release, release, release, resolveScheme, resolveScheme, setConfig, translateSchemeType, unregister, unregister, verifyMapListener
 
Methods inherited from class com.tangosol.util.Base
azzert, azzert, azzert, azzertFailed, breakLines, breakLines, decimalValue, dup, dup, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getContextClassLoader, getContextClassLoader, getErr, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getRandom, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parseTime, parseTime, randomize, randomize, randomize, read, read, read, read, read, redirectAll, replace, setErr, setLog, setLogEcho, setOut, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyConfigurableCacheFactory

public EmptyConfigurableCacheFactory()

EmptyConfigurableCacheFactory

public EmptyConfigurableCacheFactory(String string)

EmptyConfigurableCacheFactory

public EmptyConfigurableCacheFactory(String string,
                                     ClassLoader classLoader)

EmptyConfigurableCacheFactory

public EmptyConfigurableCacheFactory(com.tangosol.run.xml.XmlElement xmlElement)


Confluence is developed by Atlassian.