public static enum FederationMap.FType extends Enum<FederationMap.FType>
Enum Constant and Description |
---|
BROADCAST |
COL |
FULL |
OTHER |
PART |
ROW |
Modifier and Type | Method and Description |
---|---|
FederationMap.FPartitioning |
getPartType() |
boolean |
isColPartitioned() |
boolean |
isRowPartitioned() |
boolean |
isType(FederationMap.FType t) |
static FederationMap.FType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FederationMap.FType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FederationMap.FType ROW
public static final FederationMap.FType COL
public static final FederationMap.FType FULL
public static final FederationMap.FType BROADCAST
public static final FederationMap.FType PART
public static final FederationMap.FType OTHER
public static FederationMap.FType[] values()
for (FederationMap.FType c : FederationMap.FType.values()) System.out.println(c);
public static FederationMap.FType 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 boolean isRowPartitioned()
public boolean isColPartitioned()
public FederationMap.FPartitioning getPartType()
public boolean isType(FederationMap.FType t)
Copyright © 2022 The Apache Software Foundation. All rights reserved.