Uses of Enum Class
org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
Packages that use CacheContainerAdmin.AdminFlag
Package
Description
Commons API package
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
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 operationsMethods in org.infinispan.commons.api that return CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionCacheContainerAdmin.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) Methods in org.infinispan.commons.api with parameters of type CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionCacheContainerAdmin.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. -
Uses of CacheContainerAdmin.AdminFlag in org.infinispan.commons.marshall
Subclasses with type arguments of type CacheContainerAdmin.AdminFlag in org.infinispan.commons.marshallMethods in org.infinispan.commons.marshall that return CacheContainerAdmin.AdminFlagMethods in org.infinispan.commons.marshall that return types with arguments of type CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionSet<Class<? extends CacheContainerAdmin.AdminFlag>> AdminFlagExternalizer.getTypeClasses()Methods in org.infinispan.commons.marshall with parameters of type CacheContainerAdmin.AdminFlagModifier and TypeMethodDescriptionvoidAdminFlagExternalizer.writeObject(ObjectOutput output, CacheContainerAdmin.AdminFlag flag)