Uses of Enum Class
org.infinispan.hotrod.HotRodFlag
Packages that use HotRodFlag
-
Uses of HotRodFlag in org.infinispan.hotrod
Methods in org.infinispan.hotrod that return HotRodFlagModifier and TypeMethodDescriptionstatic HotRodFlagReturns the enum constant of this class with the specified name.static HotRodFlag[]HotRodFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.hotrod with parameters of type HotRodFlagModifier and TypeMethodDescriptionHotRodFlags.add(HotRodFlag flag) booleanHotRodFlags.contains(HotRodFlag flag) static HotRodFlagsHotRodFlags.of(HotRodFlag... flag) Method parameters in org.infinispan.hotrod with type arguments of type HotRodFlagModifier and TypeMethodDescriptionHotRodFlags.addAll(org.infinispan.api.common.Flags<HotRodFlag, HotRodFlags> flags)