Uses of Class
org.infinispan.client.hotrod.AdminFlag
-
Packages that use AdminFlag Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of AdminFlag in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return AdminFlag Modifier and Type Method Description static AdminFlag
AdminFlag. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static AdminFlag[]
AdminFlag. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.infinispan.client.hotrod with type arguments of type AdminFlag Modifier and Type Method Description void
RemoteCacheManagerAdmin. createCache(String name, String template, EnumSet<AdminFlag> flags)
Deprecated.useCacheContainerAdmin.withFlags(AdminFlag...)
instead
-