Uses of Enum Class
org.infinispan.hotrod.HotRodFlag
Packages that use HotRodFlag
-
Uses of HotRodFlag in org.infinispan.hotrod
Subclasses with type arguments of type HotRodFlag in org.infinispan.hotrodModifier and TypeClassDescriptionenumDefines all the flags available in the Hot Rod client that can influence the behavior of operations.Classes in org.infinispan.hotrod that implement interfaces with type arguments of type HotRodFlagMethods 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)