Uses of Class
org.infinispan.client.hotrod.Flag
-
Packages that use Flag Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.operations -
-
Uses of Flag in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return Flag Modifier and Type Method Description static Flag
Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Flag[]
Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.hotrod with parameters of type Flag Modifier and Type Method Description RemoteCache<K,V>
RemoteCache. withFlags(Flag... flags)
Applies one or moreFlag
s to the scope of a single invocation. -
Uses of Flag in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type Flag Modifier and Type Method Description RemoteCache<K,V>
RemoteCacheImpl. withFlags(Flag... flags)
-
Uses of Flag in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type Flag Modifier and Type Method Description boolean
OperationsFactory. hasFlag(Flag flag)
void
OperationsFactory. setFlags(Flag[] flags)
-