Package org.nuxeo.ecm.core.bulk.io
Class InstantAsLongEncoding
- java.lang.Object
-
- org.apache.avro.reflect.CustomEncoding<Instant>
-
- org.nuxeo.ecm.core.bulk.io.InstantAsLongEncoding
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
LONG_SCHEMA_INDEX
protected static int
NULL_SCHEMA_INDEX
-
Constructor Summary
Constructors Constructor Description InstantAsLongEncoding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Instant
read(Object o, org.apache.avro.io.Decoder decoder)
protected void
write(Object o, org.apache.avro.io.Encoder encoder)
-
-
-
Field Detail
-
NULL_SCHEMA_INDEX
protected static final int NULL_SCHEMA_INDEX
- See Also:
- Constant Field Values
-
LONG_SCHEMA_INDEX
protected static final int LONG_SCHEMA_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
write
protected void write(Object o, org.apache.avro.io.Encoder encoder) throws IOException
- Specified by:
write
in classorg.apache.avro.reflect.CustomEncoding<Instant>
- Throws:
IOException
-
read
protected Instant read(Object o, org.apache.avro.io.Decoder decoder) throws IOException
- Specified by:
read
in classorg.apache.avro.reflect.CustomEncoding<Instant>
- Throws:
IOException
-
-