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.
Copyright © 2015. All Rights Reserved.