Uses of Interface
org.infinispan.manager.EmbeddedCacheManagerAdmin
Packages that use EmbeddedCacheManagerAdmin
-
Uses of EmbeddedCacheManagerAdmin in org.infinispan.manager
Classes in org.infinispan.manager that implement EmbeddedCacheManagerAdminMethods in org.infinispan.manager that return EmbeddedCacheManagerAdminModifier and TypeMethodDescriptionDefaultCacheManager.administration()
default EmbeddedCacheManagerAdmin
EmbeddedCacheManager.administration()
Provides anEmbeddedCacheManagerAdmin
whose methods affect the entire cluster as opposed to a single node.DefaultCacheManagerAdmin.withFlags
(EnumSet<CacheContainerAdmin.AdminFlag> flags) DefaultCacheManagerAdmin.withFlags
(CacheContainerAdmin.AdminFlag... flags) DefaultCacheManagerAdmin.withSubject
(Subject subject) EmbeddedCacheManagerAdmin.withSubject
(Subject subject) Performs any cache manager operations using the specifiedSubject
.