Uses of Enum Class
org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
Packages that use CacheContainerAdmin.AdminFlag
-
Uses of CacheContainerAdmin.AdminFlag in org.infinispan.commons.api
Subclasses with type arguments of type CacheContainerAdmin.AdminFlag in org.infinispan.commons.apiModifier and TypeClassDescriptionstatic enumFlags which affect only administrative operationsClasses in org.infinispan.commons.api that implement interfaces with type arguments of type CacheContainerAdmin.AdminFlagModifier and TypeClassDescriptionfinal classMethods in org.infinispan.commons.api that return CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionAdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f.decode(int $1) CacheContainerAdmin.AdminFlag.valueOf(int index) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static CacheContainerAdmin.AdminFlag[]CacheContainerAdmin.AdminFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.commons.api that return types with arguments of type CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionstatic EnumSet<CacheContainerAdmin.AdminFlag> CacheContainerAdmin.AdminFlag.fromString(String s) AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f.getJavaClass()Methods in org.infinispan.commons.api with parameters of type CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionintAdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f.encode(CacheContainerAdmin.AdminFlag $1) CacheContainerAdmin.withFlags(CacheContainerAdmin.AdminFlag... flags) Sets any additionalCacheContainerAdmin.AdminFlags to be used when performing administrative operations.Method parameters in org.infinispan.commons.api with type arguments of type CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionCacheContainerAdmin.withFlags(EnumSet<CacheContainerAdmin.AdminFlag> flags) Sets any additionalCacheContainerAdmin.AdminFlags to be used when performing administrative operations.