public class CreateOutputStreamParams extends Object
| Constructor and Description |
|---|
CreateOutputStreamParams() |
| Modifier and Type | Method and Description |
|---|---|
CreateOutputStreamParams |
blockSize(long blockSize) |
CreateOutputStreamParams |
bufferSize(int bufferSize) |
CreateOutputStreamParams |
progress(org.apache.hadoop.util.Progressable progress) |
public CreateOutputStreamParams bufferSize(int bufferSize)
public CreateOutputStreamParams blockSize(long blockSize)
public CreateOutputStreamParams progress(org.apache.hadoop.util.Progressable progress)
Copyright © 2024. All rights reserved.