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) |
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,
boolean snapshotTrashRootEnabled) |
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() |
boolean |
getSnapshotTrashRootEnabled() |
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 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, boolean snapshotTrashRootEnabled)
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()
public boolean getSnapshotTrashRootEnabled()
Copyright © 2024 Apache Software Foundation. All rights reserved.