public class RowCoderCloudObjectTranslator extends java.lang.Object implements CloudObjectTranslator<RowCoder>
| Constructor and Description | 
|---|
| RowCoderCloudObjectTranslator() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | cloudObjectClassName()Gets the class name that will represent the  CloudObjectcreated by thisCloudObjectTranslator. | 
| RowCoder | fromCloudObject(CloudObject cloudObject)Convert from a cloud object. | 
| java.lang.Class<? extends RowCoder> | getSupportedClass()Gets the class this  CloudObjectTranslatoris capable of converting. | 
| CloudObject | toCloudObject(RowCoder target,
             org.apache.beam.runners.core.construction.SdkComponents sdkComponents)Convert to a cloud object. | 
public java.lang.Class<? extends RowCoder> getSupportedClass()
CloudObjectTranslatorCloudObjectTranslator is capable of converting.getSupportedClass in interface CloudObjectTranslator<RowCoder>public CloudObject toCloudObject(RowCoder target, org.apache.beam.runners.core.construction.SdkComponents sdkComponents)
toCloudObject in interface CloudObjectTranslator<RowCoder>public RowCoder fromCloudObject(CloudObject cloudObject)
fromCloudObject in interface CloudObjectTranslator<RowCoder>public java.lang.String cloudObjectClassName()
CloudObjectTranslatorCloudObject created by this CloudObjectTranslator.cloudObjectClassName in interface CloudObjectTranslator<RowCoder>