Uses of Class
com.tangosol.net.DefaultCacheServer.GarServer
-
Packages that use DefaultCacheServer.GarServer Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of DefaultCacheServer.GarServer in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as DefaultCacheServer.GarServer Modifier and Type Field Description protected DefaultCacheServer.GarServerExecutionContext. m_serverTheDefaultCacheServer.GarServerthat 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.GarServer Modifier and Type Method Description DefaultCacheServer.GarServerExecutionContext. getServer()Return the current runningDefaultCacheServer.GarServerif this QueryPlus session was started with a specific GAR file.protected DefaultCacheServer.GarServerQueryPlus. 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.GarServer Modifier and Type Method Description voidExecutionContext. setServer(DefaultCacheServer.GarServer server)Set theDefaultCacheServer.GarServerto 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.GarServer Modifier and Type Method Description protected static DefaultCacheServer.GarServerDefaultCacheServer. ensureInstance(File fileGar, String sAppName, String[] asTenant)Returns the GarServer singleton, creating it if necessary.static DefaultCacheServer.GarServerDefaultCacheServer. startServerDaemon(File fileGar)Start the cache server on a dedicated daemon thread using the given File reference to a GAR.static DefaultCacheServer.GarServerDefaultCacheServer. startServerDaemon(File fileGar, String sAppName)Start the cache server on a dedicated daemon thread using the given File reference to a GAR.static DefaultCacheServer.GarServerDefaultCacheServer. startServerDaemon(File fileGar, String sAppName, String[] asTenant)Start the cache server on a dedicated daemon thread using the given File reference to a GAR.
-