Package cz.o2.proxima.beam.core.io
Class AbstractRepositoryCoder<T>
- java.lang.Object
-
- org.apache.beam.sdk.coders.Coder<T>
-
- org.apache.beam.sdk.coders.CustomCoder<T>
-
- cz.o2.proxima.beam.core.io.AbstractRepositoryCoder<T>
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AttributeDescriptorCoder,EntityDescriptorCoder
abstract class AbstractRepositoryCoder<T> extends org.apache.beam.sdk.coders.CustomCoder<T>
-
-
Field Summary
Fields Modifier and Type Field Description private Repositoryrepoprivate RepositoryFactoryrepoFactoryprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AbstractRepositoryCoder(RepositoryFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Repositoryrepo()-
Methods inherited from class org.apache.beam.sdk.coders.CustomCoder
getCoderArguments, verifyDeterministic
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
repoFactory
private final RepositoryFactory repoFactory
-
repo
private transient Repository repo
-
-
Constructor Detail
-
AbstractRepositoryCoder
AbstractRepositoryCoder(RepositoryFactory factory)
-
-
Method Detail
-
repo
Repository repo()
-
-