protected abstract static class SequentialInputFormat.AbstractConfigBuilder<T> extends BinaryInputFormat.AbstractConfigBuilder<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SequentialInputFormat.AbstractConfigBuilder(eu.stratosphere.configuration.Configuration targetConfig)
Creates a new builder for the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
T |
typeSerializer(eu.stratosphere.api.common.typeutils.TypeSerializerFactory<?> factory)
Sets the desired block size.
|
blockSizeprotected SequentialInputFormat.AbstractConfigBuilder(eu.stratosphere.configuration.Configuration targetConfig)
targetConfig - The configuration into which the parameters will be written.public T typeSerializer(eu.stratosphere.api.common.typeutils.TypeSerializerFactory<?> factory)
Copyright © 2014. All rights reserved.