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