Uses of Class
com.tangosol.net.DefaultCacheServer
-
Packages that use DefaultCacheServer Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of DefaultCacheServer in com.tangosol.net
Methods in com.tangosol.net that return DefaultCacheServer Modifier and Type Method Description protected static DefaultCacheServer
DefaultCacheServer. ensureInstance(ConfigurableCacheFactory factory)
Returns the DefaultCacheServer singleton, creating it if necessary.static DefaultCacheServer
DefaultCacheServer. getInstance()
Returns the DefaultCacheServer created by a previous invocation ofensureInstance(ConfigurableCacheFactory)
.static DefaultCacheServer
DefaultCacheServer. startServerDaemon()
Start the cache server on a dedicated daemon thread, using defaultConfigurableCacheFactory
.static DefaultCacheServer
DefaultCacheServer. startServerDaemon(ConfigurableCacheFactory ccf)
Start the cache server on a dedicated daemon thread, using specifiedConfigurableCacheFactory
.Methods in com.tangosol.net with parameters of type DefaultCacheServer Modifier and Type Method Description protected static void
DefaultCacheServer. startDaemon(DefaultCacheServer dcs)
Start the provided cache server on a dedicated daemon thread.
-