Uses of Interface
org.infinispan.commons.api.CacheContainerAdmin
-
Packages that use CacheContainerAdmin Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.api Commons API packageorg.infinispan.manager Cache manager API. -
-
Uses of CacheContainerAdmin in org.infinispan.client.hotrod
Subinterfaces of CacheContainerAdmin in org.infinispan.client.hotrod Modifier and Type Interface Description interface
RemoteCacheManagerAdmin
Remote Administration operations -
Uses of CacheContainerAdmin in org.infinispan.commons.api
Classes in org.infinispan.commons.api with type parameters of type CacheContainerAdmin Modifier and Type Interface Description interface
CacheContainerAdmin<C extends CacheContainerAdmin,A extends BasicConfiguration>
Administrative cache container operations. -
Uses of CacheContainerAdmin in org.infinispan.manager
Subinterfaces of CacheContainerAdmin in org.infinispan.manager Modifier and Type Interface Description interface
EmbeddedCacheManagerAdmin
Cache manager operations which affect the whole cluster.Classes in org.infinispan.manager that implement CacheContainerAdmin Modifier and Type Class Description class
DefaultCacheManagerAdmin
The default implementation ofEmbeddedCacheManagerAdmin
Methods in org.infinispan.manager that return CacheContainerAdmin Modifier and Type Method Description default CacheContainerAdmin<?,?>
CacheContainer. administration()
Provides access to administrative methods which affect the underlying cache container, such as cache creation and removal.
-