Uses of Class
com.tangosol.net.DefaultCacheServer
Packages that use DefaultCacheServer
- 
Uses of DefaultCacheServer in com.tangosol.net
Methods in com.tangosol.net that return DefaultCacheServerModifier and TypeMethodDescriptionprotected static DefaultCacheServerDefaultCacheServer.ensureInstance(ConfigurableCacheFactory factory) Returns the DefaultCacheServer singleton, creating it if necessary.static DefaultCacheServerDefaultCacheServer.getInstance()Returns the DefaultCacheServer created by a previous invocation ofensureInstance(ConfigurableCacheFactory).static DefaultCacheServerDefaultCacheServer.startServerDaemon()Start the cache server on a dedicated daemon thread, using defaultConfigurableCacheFactory.static DefaultCacheServerDefaultCacheServer.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 voidDefaultCacheServer.startDaemon(DefaultCacheServer dcs) Start the provided cache server on a dedicated daemon thread.