Uses of Class
com.tangosol.net.DefaultCacheServer
Packages that use DefaultCacheServer
-
Uses of DefaultCacheServer in com.tangosol.net
Subclasses of DefaultCacheServer in com.tangosol.netModifier and TypeClassDescriptionstatic class
GarServer provides the functionality of DefaultCacheServer under the context of a GAR file.Methods in com.tangosol.net that return DefaultCacheServerModifier 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
.Methods in com.tangosol.net with parameters of type DefaultCacheServerModifier and TypeMethodDescriptionprotected static void
DefaultCacheServer.startDaemon
(DefaultCacheServer dcs) Start the provided cache server on a dedicated daemon thread.