Uses of Class
com.tangosol.net.DefaultCacheServer
-
Uses of DefaultCacheServer in com.tangosol.net
Modifier and TypeMethodDescriptionprotected 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
.Modifier and TypeMethodDescriptionprotected static void
DefaultCacheServer.startDaemon
(DefaultCacheServer dcs) Start the provided cache server on a dedicated daemon thread.