public interface Combinable<RESULT extends Bytable>
Combinable is to combine Bytable results together to save memory in master computation.
In the future, Combinable can also be used to combine worker results in two-level scheduling.
| Modifier and Type | Method and Description |
|---|---|
RESULT |
combine(RESULT from)
Combine result to existing one.
|
Copyright © 2019. All Rights Reserved.