Uses of Interface
org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Packages that use RemoteCacheManagerAdmin Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl -
-
Uses of RemoteCacheManagerAdmin in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheManagerAdmin Modifier and Type Method Description RemoteCacheManagerAdminRemoteCacheManager. administration()Access to administration operations (cache creation, removal, etc) -
Uses of RemoteCacheManagerAdmin in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement RemoteCacheManagerAdmin Modifier and Type Class Description classRemoteCacheManagerAdminImplMethods in org.infinispan.client.hotrod.impl that return RemoteCacheManagerAdmin Modifier and Type Method Description RemoteCacheManagerAdminRemoteCacheManagerAdminImpl. withFlags(EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags)RemoteCacheManagerAdminRemoteCacheManagerAdminImpl. withFlags(org.infinispan.commons.api.CacheContainerAdmin.AdminFlag... flags)
-