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.hotrod
Subinterfaces of CacheContainerAdmin in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterface
Remote Administration operations -
Uses of CacheContainerAdmin in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement CacheContainerAdmin -
Uses of CacheContainerAdmin in org.infinispan.commons.api
Classes in org.infinispan.commons.api with type parameters of type CacheContainerAdminModifier and TypeInterfaceDescriptioninterface
CacheContainerAdmin<C extends CacheContainerAdmin,
A extends BasicConfiguration> Administrative cache container operations. -
Uses of CacheContainerAdmin in org.infinispan.manager
Subinterfaces of CacheContainerAdmin in org.infinispan.managerModifier and TypeInterfaceDescriptioninterface
Cache 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.