public interface ReaderContext extends Externalizable
Externalizable so that implementing
classes can be serialized using standard Java mechanisms.| Modifier and Type | Method and Description |
|---|---|
int |
numSplits()
Determine the number of splits available in this
ReaderContext. |
readExternal, writeExternalint numSplits()
ReaderContext.
The client is not required to have this many slave nodes,
as one slave can be used to read multiple splits.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.