public interface MessageCombiner<M> extends Serializable
VertexProgram
.Modifier and Type | Method and Description |
---|---|
M |
combine(M messageA,
M messageB)
Combine two messages and return a message containing the combination.
|
M combine(M messageA, M messageB)
messageA
- the first messagemessageB
- the second messageCopyright © 2013–2021 Apache Software Foundation. All rights reserved.