public static interface HdfsProtos.FsServerDefaultsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize()
required uint64 blockSize = 1; |
int |
getBytesPerChecksum()
required uint32 bytesPerChecksum = 2; |
HdfsProtos.ChecksumTypeProto |
getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32]; |
boolean |
getEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false]; |
int |
getFileBufferSize()
required uint32 fileBufferSize = 5; |
int |
getReplication()
required uint32 replication = 4; |
long |
getTrashInterval()
optional uint64 trashInterval = 7 [default = 0]; |
int |
getWritePacketSize()
required uint32 writePacketSize = 3; |
boolean |
hasBlockSize()
required uint64 blockSize = 1; |
boolean |
hasBytesPerChecksum()
required uint32 bytesPerChecksum = 2; |
boolean |
hasChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32]; |
boolean |
hasEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false]; |
boolean |
hasFileBufferSize()
required uint32 fileBufferSize = 5; |
boolean |
hasReplication()
required uint32 replication = 4; |
boolean |
hasTrashInterval()
optional uint64 trashInterval = 7 [default = 0]; |
boolean |
hasWritePacketSize()
required uint32 writePacketSize = 3; |
boolean hasBlockSize()
required uint64 blockSize = 1;
long getBlockSize()
required uint64 blockSize = 1;
boolean hasBytesPerChecksum()
required uint32 bytesPerChecksum = 2;
int getBytesPerChecksum()
required uint32 bytesPerChecksum = 2;
boolean hasWritePacketSize()
required uint32 writePacketSize = 3;
int getWritePacketSize()
required uint32 writePacketSize = 3;
boolean hasReplication()
required uint32 replication = 4;
Actually a short - only 16 bits used
int getReplication()
required uint32 replication = 4;
Actually a short - only 16 bits used
boolean hasFileBufferSize()
required uint32 fileBufferSize = 5;
int getFileBufferSize()
required uint32 fileBufferSize = 5;
boolean hasEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false];
boolean getEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false];
boolean hasTrashInterval()
optional uint64 trashInterval = 7 [default = 0];
long getTrashInterval()
optional uint64 trashInterval = 7 [default = 0];
boolean hasChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
HdfsProtos.ChecksumTypeProto getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
Copyright © 2013 Apache Software Foundation. All rights reserved.