Uses of Interface
org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Packages that use EmbeddedCacheManagerAdmin Package Description org.infinispan.manager Cache manager API. -
-
Uses of EmbeddedCacheManagerAdmin in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManagerAdmin Modifier and Type Class Description class
DefaultCacheManagerAdmin
The default implementation ofEmbeddedCacheManagerAdmin
Methods in org.infinispan.manager that return EmbeddedCacheManagerAdmin Modifier and Type Method Description EmbeddedCacheManagerAdmin
DefaultCacheManager. administration()
default EmbeddedCacheManagerAdmin
EmbeddedCacheManager. administration()
Provides anEmbeddedCacheManagerAdmin
whose methods affect the entire cluster as opposed to a single node.EmbeddedCacheManagerAdmin
DefaultCacheManagerAdmin. withFlags(EnumSet<CacheContainerAdmin.AdminFlag> flags)
EmbeddedCacheManagerAdmin
DefaultCacheManagerAdmin. withFlags(CacheContainerAdmin.AdminFlag... flags)
-