public enum DefaultPushCapability extends Enum<DefaultPushCapability> implements PushCapability
Enum Constant and Description |
---|
HADOOP_RDD_PUSH |
SPARK_RDD_PUSH |
Modifier and Type | Method and Description |
---|---|
static DefaultPushCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultPushCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultPushCapability HADOOP_RDD_PUSH
public static final DefaultPushCapability SPARK_RDD_PUSH
public static DefaultPushCapability[] values()
for (DefaultPushCapability c : DefaultPushCapability.values()) System.out.println(c);
public static DefaultPushCapability 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 nullCopyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.