@Public public interface InputSplit extends Serializable
Input splits are transferred in serialized form via the messages, so they need to be serializable
as defined by Serializable
.
Modifier and Type | Method and Description |
---|---|
int |
getSplitNumber()
Returns the number of this input split.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.