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
Subclasses of DefaultCacheServer in com.tangosol.net Modifier and Type Class Description static classDefaultCacheServer.GarServerGarServer provides the functionality of DefaultCacheServer under the context of a GAR file.Methods in com.tangosol.net that return DefaultCacheServer Modifier and Type Method Description protected 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 DefaultCacheServer Modifier and Type Method Description protected static voidDefaultCacheServer. startDaemon(DefaultCacheServer dcs)Start the provided cache server on a dedicated daemon thread.
-