T
- the type of target data modelpublic interface StripedDataFormat<T> extends DataFormat<T>
Modifier and Type | Interface and Description |
---|---|
static class |
StripedDataFormat.InputContext
An input context for computing
DirectInputFragment s. |
Modifier and Type | Method and Description |
---|---|
List<DirectInputFragment> |
computeInputFragments(StripedDataFormat.InputContext context)
Compute
DirectInputFragment for the input. |
getSupportedType
List<DirectInputFragment> computeInputFragments(StripedDataFormat.InputContext context) throws IOException, InterruptedException
DirectInputFragment
for the input.context
- the current input contextIOException
- if failed to compute fragments by I/O errorInterruptedException
- if interrupted while computing fragmentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.