A
- YARN side internal messagesB
- CSI proto messagespublic interface ProtoTranslator<A,B>
Modifier and Type | Method and Description |
---|---|
A |
convertFrom(B messageB)
Convert message from type B to type A.
|
B |
convertTo(A messageA)
Convert message from type A to type B.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.