public static class TimeWindow.Serializer extends TypeSerializer<TimeWindow>
| Constructor and Description |
|---|
TimeWindow.Serializer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object obj) |
void |
copy(DataInputView source,
DataOutputView target) |
TimeWindow |
copy(TimeWindow from) |
TimeWindow |
copy(TimeWindow from,
TimeWindow reuse) |
TimeWindow |
createInstance() |
TimeWindow |
deserialize(DataInputView source) |
TimeWindow |
deserialize(TimeWindow reuse,
DataInputView source) |
TypeSerializer<TimeWindow> |
duplicate() |
boolean |
equals(Object obj) |
int |
getLength() |
int |
hashCode() |
boolean |
isImmutableType() |
void |
serialize(TimeWindow record,
DataOutputView target) |
public boolean isImmutableType()
isImmutableType in class TypeSerializer<TimeWindow>public TypeSerializer<TimeWindow> duplicate()
duplicate in class TypeSerializer<TimeWindow>public TimeWindow createInstance()
createInstance in class TypeSerializer<TimeWindow>public TimeWindow copy(TimeWindow from)
copy in class TypeSerializer<TimeWindow>public TimeWindow copy(TimeWindow from, TimeWindow reuse)
copy in class TypeSerializer<TimeWindow>public int getLength()
getLength in class TypeSerializer<TimeWindow>public void serialize(TimeWindow record, DataOutputView target) throws IOException
serialize in class TypeSerializer<TimeWindow>IOExceptionpublic TimeWindow deserialize(DataInputView source) throws IOException
deserialize in class TypeSerializer<TimeWindow>IOExceptionpublic TimeWindow deserialize(TimeWindow reuse, DataInputView source) throws IOException
deserialize in class TypeSerializer<TimeWindow>IOExceptionpublic void copy(DataInputView source, DataOutputView target) throws IOException
copy in class TypeSerializer<TimeWindow>IOExceptionpublic boolean equals(Object obj)
equals in class TypeSerializer<TimeWindow>public boolean canEqual(Object obj)
canEqual in class TypeSerializer<TimeWindow>public int hashCode()
hashCode in class TypeSerializer<TimeWindow>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.