public interface DataLoadingService
Modifier and Type | Method and Description |
---|---|
String |
getComputeContextIdPrefix() |
Configuration |
getContextConfiguration(AllocatedEvaluator allocatedEvaluator) |
int |
getNumberOfPartitions()
Access to the number of partitions suggested by this DataSource.
|
Configuration |
getServiceConfiguration(AllocatedEvaluator allocatedEvaluator) |
boolean |
isComputeContext(ActiveContext context) |
boolean |
isDataLoadedContext(ActiveContext context)
Distinguishes data loaded contexts from compute contexts.
|
int getNumberOfPartitions()
Configuration getContextConfiguration(AllocatedEvaluator allocatedEvaluator)
Configuration getServiceConfiguration(AllocatedEvaluator allocatedEvaluator)
String getComputeContextIdPrefix()
boolean isDataLoadedContext(ActiveContext context)
boolean isComputeContext(ActiveContext context)
Copyright © 2016 The Apache Software Foundation. All rights reserved.