Uses of Class
org.infinispan.server.core.admin.AdminOperation
-
Packages that use AdminOperation Package Description org.infinispan.server.core.admin -
-
Uses of AdminOperation in org.infinispan.server.core.admin
Methods in org.infinispan.server.core.admin that return AdminOperation Modifier and Type Method Description static AdminOperation
AdminOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdminOperation[]
AdminOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-