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 classDefaultCacheManagerAdminThe default implementation ofEmbeddedCacheManagerAdminMethods in org.infinispan.manager that return EmbeddedCacheManagerAdmin Modifier and Type Method Description EmbeddedCacheManagerAdminDefaultCacheManager. administration()default EmbeddedCacheManagerAdminEmbeddedCacheManager. administration()Provides anEmbeddedCacheManagerAdminwhose methods affect the entire cluster as opposed to a single node.EmbeddedCacheManagerAdminDefaultCacheManagerAdmin. withFlags(EnumSet<CacheContainerAdmin.AdminFlag> flags)EmbeddedCacheManagerAdminDefaultCacheManagerAdmin. withFlags(CacheContainerAdmin.AdminFlag... flags)EmbeddedCacheManagerAdminDefaultCacheManagerAdmin. withSubject(Subject subject)EmbeddedCacheManagerAdminEmbeddedCacheManagerAdmin. withSubject(Subject subject)Performs any cache manager operations using the specifiedSubject.
-