Uses of Interface
org.infinispan.commons.api.CacheContainerAdmin
Packages that use CacheContainerAdmin
Package
Description
Hot Rod client API.
Commons API package
Cache manager API.
- 
Uses of CacheContainerAdmin in org.infinispan.client.hotrodSubinterfaces of CacheContainerAdmin in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterfaceRemote Administration operations
- 
Uses of CacheContainerAdmin in org.infinispan.commons.apiClasses in org.infinispan.commons.api with type parameters of type CacheContainerAdminModifier and TypeInterfaceDescriptioninterfaceCacheContainerAdmin<C extends CacheContainerAdmin,A extends BasicConfiguration> Administrative cache container operations.
- 
Uses of CacheContainerAdmin in org.infinispan.managerSubinterfaces of CacheContainerAdmin in org.infinispan.managerModifier and TypeInterfaceDescriptioninterfaceCache manager operations which affect the whole cluster.Classes in org.infinispan.manager that implement CacheContainerAdminMethods in org.infinispan.manager that return CacheContainerAdminModifier and TypeMethodDescriptiondefault CacheContainerAdmin<?,?> CacheContainer.administration()Provides access to administrative methods which affect the underlying cache container, such as cache creation and removal.