protected abstract static class SequentialOutputFormat.AbstractConfigBuilder<T> extends BinaryOutputFormat.AbstractConfigBuilder<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SequentialOutputFormat.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 SequentialOutputFormat.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.