public static enum NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo extends Enum<NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo> implements NettyShuffleDescriptor.PartitionConnectionInfo
Does not have any network connection information in case of local execution.
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
ConnectionID |
getConnectionId() |
static NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo INSTANCE
public static NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo[] values()
for (NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo c : NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo.values()) System.out.println(c);
public static NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo 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 ConnectionID getConnectionId()
getConnectionId
in interface NettyShuffleDescriptor.PartitionConnectionInfo
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.