public class FlowDocumentProtobufCoder
extends org.apache.beam.sdk.coders.AtomicCoder<org.opennms.netmgt.flows.persistence.model.FlowDocument>
| Constructor and Description |
|---|
FlowDocumentProtobufCoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consistentWithEquals() |
org.opennms.netmgt.flows.persistence.model.FlowDocument |
decode(InputStream inStream) |
void |
encode(org.opennms.netmgt.flows.persistence.model.FlowDocument value,
OutputStream outStream) |
equals, getCoderArguments, getComponents, hashCode, verifyDeterministicpublic void encode(org.opennms.netmgt.flows.persistence.model.FlowDocument value,
OutputStream outStream)
throws IOException
encode in class org.apache.beam.sdk.coders.Coder<org.opennms.netmgt.flows.persistence.model.FlowDocument>IOExceptionpublic org.opennms.netmgt.flows.persistence.model.FlowDocument decode(InputStream inStream) throws IOException
decode in class org.apache.beam.sdk.coders.Coder<org.opennms.netmgt.flows.persistence.model.FlowDocument>IOExceptionpublic boolean consistentWithEquals()
consistentWithEquals in class org.apache.beam.sdk.coders.Coder<org.opennms.netmgt.flows.persistence.model.FlowDocument>Copyright © 2021. All rights reserved.