Modifier and Type | Method and Description |
---|---|
boolean |
CacheableData.isFederated(FederationMap.FType type) |
boolean |
CacheableData.isFederatedExcept(FederationMap.FType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExecutionContext.isFederated(CPOperand input,
FederationMap.FType type) |
Modifier and Type | Method and Description |
---|---|
FederationMap.FType |
FederationMap.getType() |
static FederationMap.FType |
FederationMap.FType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FederationMap.FType[] |
FederationMap.FType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FederationMap |
FederationMap.copyWithNewIDAndRange(int[][] ix,
long outputID,
FederationMap.FType type) |
FederationMap |
FederationMap.copyWithNewIDAndRange(long rowRangeEnd,
long colRangeEnd,
long outputID,
FederationMap.FType type) |
boolean |
FederationMap.FType.isType(FederationMap.FType t) |
void |
FederationMap.setType(FederationMap.FType type) |
Modifier and Type | Method and Description |
---|---|
static MatrixBlock |
FederationUtils.aggMinMax(Future<FederatedResponse>[] ffr,
boolean isMin,
boolean isScalar,
Optional<FederationMap.FType> fedType) |
Constructor and Description |
---|
FederationMap(long ID,
List<org.apache.commons.lang3.tuple.Pair<FederatedRange,FederatedData>> fedMap,
FederationMap.FType type) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SpoofFEDInstruction.isFederated(ExecutionContext ec,
FederationMap.FType type,
CPOperand[] inputs,
Class<?> scla) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.