Uses of Class
org.infinispan.hotrod.HotRodFlag
-
Packages that use HotRodFlag Package Description org.infinispan.hotrod Hot Rod client API. -
-
Uses of HotRodFlag in org.infinispan.hotrod
Methods in org.infinispan.hotrod that return HotRodFlag Modifier and Type Method Description static HotRodFlagHotRodFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static HotRodFlag[]HotRodFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.hotrod with parameters of type HotRodFlag Modifier and Type Method Description HotRodFlagsHotRodFlags. add(HotRodFlag flag)booleanHotRodFlags. contains(HotRodFlag flag)static HotRodFlagsHotRodFlags. of(HotRodFlag... flag)Method parameters in org.infinispan.hotrod with type arguments of type HotRodFlag Modifier and Type Method Description HotRodFlagsHotRodFlags. addAll(org.infinispan.api.common.Flags<HotRodFlag,HotRodFlags> flags)
-