Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.caching | |
org.apache.sysds.runtime.controlprogram.federated |
Modifier and Type | Method and Description |
---|---|
boolean |
CacheableData.isFederated(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 |
---|---|
void |
FederationMap.setType(FederationMap.FType type) |
Constructor and Description |
---|
FederationMap(long ID,
Map<FederatedRange,FederatedData> fedMap,
FederationMap.FType type) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.