Uses of Class
org.infinispan.api.reactive.EntryStatus
-
Packages that use EntryStatus Package Description org.infinispan.api.reactive -
-
Uses of EntryStatus in org.infinispan.api.reactive
Methods in org.infinispan.api.reactive that return EntryStatus Modifier and Type Method Description EntryStatusKeyValueEntry. status()static EntryStatusEntryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryStatus[]EntryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.api.reactive with parameters of type EntryStatus Constructor Description KeyValueEntry(K key, V value, EntryStatus status)
-