public enum DistributedJoinMode extends Enum<DistributedJoinMode>
| Enum Constant and Description |
|---|
LOCAL_ONLY
Distributed joins is enabled within local node only.
|
OFF
Distributed joins is disabled.
|
ON
Distributed joins is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static DistributedJoinMode |
distributedJoinMode(boolean isLocal,
boolean distributedJoins) |
static DistributedJoinMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedJoinMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributedJoinMode OFF
public static final DistributedJoinMode LOCAL_ONLY
public static final DistributedJoinMode ON
public static DistributedJoinMode[] values()
for (DistributedJoinMode c : DistributedJoinMode.values()) System.out.println(c);
public static DistributedJoinMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DistributedJoinMode distributedJoinMode(boolean isLocal, boolean distributedJoins)
isLocal - Query local flag.distributedJoins - Query distributed joins flag.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018