Modifier and Type | Method and Description |
---|---|
boolean |
CacheableData.isFederated(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 |
---|---|
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 |
---|---|
boolean |
SpoofCPInstruction.isFederated(ExecutionContext ec,
FederationMap.FType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
SpoofSPInstruction.isFederated(ExecutionContext ec,
FederationMap.FType type) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.