Skip navigation links
B C D E G H I O P V W 

B

ByteStringCoder - Class in org.apache.beam.sdk.extensions.protobuf
A Coder for ByteString objects based on their encoded Protocol Buffer form.

C

coderProvider() - Static method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
A CoderProvider that returns a ProtoCoder with an empty ExtensionRegistry.
consistentWithEquals() - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder

D

decode(InputStream, Coder.Context) - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder
 
decode(InputStream, Coder.Context) - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
 

E

encode(ByteString, OutputStream, Coder.Context) - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder
 
encode(T, OutputStream, Coder.Context) - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
 
equals(Object) - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
 

G

getCoderFactoriesToUseForClasses() - Method in class org.apache.beam.sdk.extensions.protobuf.ProtobufCoderRegistrar
 
getEncodedElementByteSize(ByteString, Coder.Context) - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder
 
getEncodedTypeDescriptor() - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder
 
getExtensionHosts() - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
 
getExtensionRegistry() - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
Returns the ExtensionRegistry listing all known Protocol Buffers extension messages to T registered with this ProtoCoder.
getMessageType() - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
Returns the Protocol Buffers Message type this ProtoCoder supports.

H

hashCode() - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
 

I

isRegisterByteSizeObserverCheap(ByteString, Coder.Context) - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder

O

of() - Static method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder
 
of(Class<T>) - Static method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
Returns a ProtoCoder for the given Protocol Buffers Message.
of(TypeDescriptor<T>) - Static method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
Returns a ProtoCoder for the Protocol Buffers Message indicated by the given TypeDescriptor.
of(String, List<String>) - Static method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
Deprecated.
For JSON deserialization only.
org.apache.beam.sdk.extensions.protobuf - package org.apache.beam.sdk.extensions.protobuf
Defines a Coder for Protocol Buffers messages, ProtoCoder.

P

ProtobufCoderRegistrar - Class in org.apache.beam.sdk.extensions.protobuf
A CoderRegistrar for standard types used with Google Protobuf.
ProtobufCoderRegistrar() - Constructor for class org.apache.beam.sdk.extensions.protobuf.ProtobufCoderRegistrar
 
ProtoCoder<T extends com.google.protobuf.Message> - Class in org.apache.beam.sdk.extensions.protobuf
A Coder using Google Protocol Buffers binary format.

V

verifyDeterministic() - Method in class org.apache.beam.sdk.extensions.protobuf.ByteStringCoder
 
verifyDeterministic() - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
 

W

withExtensionsFrom(Iterable<Class<?>>) - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
Returns a ProtoCoder like this one, but with the extensions from the given classes registered.
withExtensionsFrom(Class<?>...) - Method in class org.apache.beam.sdk.extensions.protobuf.ProtoCoder
B C D E G H I O P V W 
Skip navigation links

Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.