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) |
FsServerDefaults(long blockSize,
int bytesPerChecksum,
int writePacketSize,
short replication,
int fileBufferSize,
boolean encryptDataTransfer,
long trashInterval,
org.apache.hadoop.util.DataChecksum.Type checksumType,
String keyProviderUri) |
FsServerDefaults(long blockSize,
int bytesPerChecksum,
int writePacketSize,
short replication,
int fileBufferSize,
boolean encryptDataTransfer,
long trashInterval,
org.apache.hadoop.util.DataChecksum.Type checksumType,
String keyProviderUri,
byte storagepolicy) |
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize() |
int |
getBytesPerChecksum() |
org.apache.hadoop.util.DataChecksum.Type |
getChecksumType() |
byte |
getDefaultStoragePolicyId() |
boolean |
getEncryptDataTransfer() |
int |
getFileBufferSize() |
String |
getKeyProviderUri() |
short |
getReplication() |
long |
getTrashInterval() |
int |
getWritePacketSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readFields, write
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)
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 FsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, boolean encryptDataTransfer, long trashInterval, org.apache.hadoop.util.DataChecksum.Type checksumType, String keyProviderUri, byte storagepolicy)
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()
public byte getDefaultStoragePolicyId()
Copyright © 2019 Apache Software Foundation. All rights reserved.