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, writeExternal
int numSplits()
ReaderContext
.
The client is not required to have this many slave nodes,
as one slave can be used to read multiple splits.Copyright © 2017 The Apache Software Foundation. All rights reserved.