Uses of Class
com.tangosol.net.DefaultCacheServer.GarServer
Packages that use DefaultCacheServer.GarServer
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains basic cluster interfaces and factories.
-
Uses of DefaultCacheServer.GarServer in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as DefaultCacheServer.GarServerModifier and TypeFieldDescriptionprotected DefaultCacheServer.GarServer
ExecutionContext.m_server
TheDefaultCacheServer.GarServer
that will be running if QueryPlus has been started with the -g argument to load a GAR file.Methods in com.tangosol.coherence.dslquery that return DefaultCacheServer.GarServerModifier and TypeMethodDescriptionExecutionContext.getServer()
Return the current runningDefaultCacheServer.GarServer
if this QueryPlus session was started with a specific GAR file.protected DefaultCacheServer.GarServer
QueryPlus.startGarServer
(File fileGar, String sAppName, String[] asDomainPartition) Start the cache server on a dedicated daemon thread using the given File reference to a GAR.Methods in com.tangosol.coherence.dslquery with parameters of type DefaultCacheServer.GarServerModifier and TypeMethodDescriptionvoid
ExecutionContext.setServer
(DefaultCacheServer.GarServer server) Set theDefaultCacheServer.GarServer
to use if this QueryPlus session was started with a specific GAR file. -
Uses of DefaultCacheServer.GarServer in com.tangosol.net
Methods in com.tangosol.net that return DefaultCacheServer.GarServerModifier and TypeMethodDescriptionprotected static DefaultCacheServer.GarServer
DefaultCacheServer.ensureInstance
(File fileGar, String sAppName, String[] asTenant) Returns the GarServer singleton, creating it if necessary.static DefaultCacheServer.GarServer
DefaultCacheServer.startServerDaemon
(File fileGar) Start the cache server on a dedicated daemon thread using the given File reference to a GAR.static DefaultCacheServer.GarServer
DefaultCacheServer.startServerDaemon
(File fileGar, String sAppName) Start the cache server on a dedicated daemon thread using the given File reference to a GAR.static DefaultCacheServer.GarServer
DefaultCacheServer.startServerDaemon
(File fileGar, String sAppName, String[] asTenant) Start the cache server on a dedicated daemon thread using the given File reference to a GAR.