Uses of Class
com.tangosol.application.ContainerAdapter
Packages that use ContainerAdapter
Package
Description
Contains classes supporting the Coherence Container.
Contains basic cluster interfaces and factories.
-
Uses of ContainerAdapter in com.tangosol.application
Methods in com.tangosol.application with parameters of type ContainerAdapterModifier and TypeMethodDescriptionContainerAdapter.CoherenceFactory.createCoherence
(ContainerAdapter adapter, ContainerAdapter.DefaultContext context) Create aCoherence
instance.ContainerAdapter.DefaultCoherenceFactory.createCoherence
(ContainerAdapter adapter, ContainerAdapter.DefaultContext context) -
Uses of ContainerAdapter in com.tangosol.net
Fields in com.tangosol.net declared as ContainerAdapterModifier and TypeFieldDescriptionprotected ContainerAdapter[]
DefaultCacheServer.GarServer.m_aAdapter
An array of ContainerAdapters managed by this GarServer.Methods in com.tangosol.net that return types with arguments of type ContainerAdapterModifier and TypeMethodDescriptionDefaultCacheServer.GarServer.getContainers()
Return the list ofContainerAdapter
s activated by this GarServer.Methods in com.tangosol.net with parameters of type ContainerAdapterModifier and TypeMethodDescriptionprotected ContainerContext
DefaultCacheServer.instantiateContext
(String sTenant, ContainerAdapter adapter) Factory pattern: instantiate the SimpleContextConstructors in com.tangosol.net with parameters of type ContainerAdapterModifierConstructorDescriptionSimpleContext
(String sTenant, ContainerAdapter adapter) Construct the SimpleContext for a given tenant.