public static class IsmFormat.IsmShardCoder extends org.apache.beam.sdk.coders.AtomicCoder<IsmFormat.IsmShard>
IsmFormat.IsmShards.
The shard descriptor is encoded as:
| Modifier and Type | Method and Description |
|---|---|
boolean |
consistentWithEquals() |
IsmFormat.IsmShard |
decode(java.io.InputStream inStream) |
void |
encode(IsmFormat.IsmShard value,
java.io.OutputStream outStream) |
static IsmFormat.IsmShardCoder |
of()
Returns an IsmShardCoder.
|
void |
verifyDeterministic() |
equals, getCoderArguments, getComponents, hashCodepublic static IsmFormat.IsmShardCoder of()
public void encode(IsmFormat.IsmShard value, java.io.OutputStream outStream) throws org.apache.beam.sdk.coders.CoderException, java.io.IOException
encode in class org.apache.beam.sdk.coders.Coder<IsmFormat.IsmShard>org.apache.beam.sdk.coders.CoderExceptionjava.io.IOExceptionpublic IsmFormat.IsmShard decode(java.io.InputStream inStream) throws org.apache.beam.sdk.coders.CoderException, java.io.IOException
decode in class org.apache.beam.sdk.coders.Coder<IsmFormat.IsmShard>org.apache.beam.sdk.coders.CoderExceptionjava.io.IOExceptionpublic void verifyDeterministic()
verifyDeterministic in class org.apache.beam.sdk.coders.AtomicCoder<IsmFormat.IsmShard>public boolean consistentWithEquals()
consistentWithEquals in class org.apache.beam.sdk.coders.Coder<IsmFormat.IsmShard>