Package com.avanza.astrix.gs
Class ClusteredProxyCacheImpl.GigaSpaceInstance
- java.lang.Object
-
- com.avanza.astrix.gs.ClusteredProxyCacheImpl.GigaSpaceInstance
-
- Enclosing class:
- ClusteredProxyCacheImpl
public class ClusteredProxyCacheImpl.GigaSpaceInstance extends Object
-
-
Constructor Summary
Constructors Constructor Description GigaSpaceInstance(String spaceUrl, String cacheKey, com.avanza.astrix.config.DynamicConfig dynamicConfig, com.avanza.astrix.beans.service.ServiceProperties serviceProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()org.openspaces.core.GigaSpaceget()SpaceTaskDispatchergetSpaceTaskDispatcher()voidincConsumerCount()voidrelease()
-
-
-
Method Detail
-
incConsumerCount
public void incConsumerCount()
-
get
public org.openspaces.core.GigaSpace get()
-
getSpaceTaskDispatcher
public SpaceTaskDispatcher getSpaceTaskDispatcher()
-
release
public void release()
-
destroy
@PreDestroy public void destroy() throws Exception
- Throws:
Exception
-
-