@InterfaceAudience.Public @InterfaceStability.Evolving public class FsServerDefaults extends Object implements Writable
Constructor and Description |
---|
FsServerDefaults() |
FsServerDefaults(long blockSize,
int bytesPerChecksum,
int writePacketSize,
short replication,
int fileBufferSize,
boolean encryptDataTransfer,
long trashInterval,
org.apache.hadoop.util.DataChecksum.Type checksumType,
String keyProviderUri) |
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize() |
int |
getBytesPerChecksum() |
org.apache.hadoop.util.DataChecksum.Type |
getChecksumType() |
boolean |
getEncryptDataTransfer() |
int |
getFileBufferSize() |
String |
getKeyProviderUri() |
short |
getReplication() |
long |
getTrashInterval() |
int |
getWritePacketSize() |
public FsServerDefaults()
public FsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, boolean encryptDataTransfer, long trashInterval, org.apache.hadoop.util.DataChecksum.Type checksumType, String keyProviderUri)
public long getBlockSize()
public int getBytesPerChecksum()
public int getWritePacketSize()
public short getReplication()
public int getFileBufferSize()
public boolean getEncryptDataTransfer()
public long getTrashInterval()
public org.apache.hadoop.util.DataChecksum.Type getChecksumType()
public String getKeyProviderUri()
Copyright © 2021 Apache Software Foundation. All Rights Reserved.