Uses of Class
org.jgroups.util.CompletableFutures
-
Packages that use CompletableFutures Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of CompletableFutures in org.jgroups.util
Methods in org.jgroups.util that return CompletableFutures Modifier and Type Method Description static CompletableFutures
CompletableFutures. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompletableFutures[]
CompletableFutures. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-