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
DirectInputFragments. |
| Modifier and Type | Method and Description |
|---|---|
List<DirectInputFragment> |
computeInputFragments(StripedDataFormat.InputContext context)
Compute
DirectInputFragment for the input. |
getSupportedTypeList<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–2018 Asakusa Framework Team. All rights reserved.