public static final class TimeseriesTable.InputSplit extends Split
Constructor and Description |
---|
InputSplit()
Constructor for serialization only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
readExternal(DataInput in)
Deserialize this split.
|
void |
writeExternal(DataOutput out)
Serializing this split.
|
public InputSplit()
public void writeExternal(DataOutput out) throws IOException
Split
writeExternal
in class Split
out
- the DataOutput
for writing out this split informationIOException
- if failed to serializepublic void readExternal(DataInput in) throws IOException
Split
readExternal
in class Split
in
- the DataInput
to read back the split information.IOException
- if failed to deserializeCopyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.