public static final class HdfsProtos.FsServerDefaultsProto extends com.google.protobuf.GeneratedMessage implements HdfsProtos.FsServerDefaultsProtoOrBuilder
hadoop.hdfs.FsServerDefaultsProto
HDFS Server Defaults
| Modifier and Type | Class and Description |
|---|---|
static class |
HdfsProtos.FsServerDefaultsProto.Builder
Protobuf type
hadoop.hdfs.FsServerDefaultsProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKSIZE_FIELD_NUMBER |
static int |
BYTESPERCHECKSUM_FIELD_NUMBER |
static int |
CHECKSUMTYPE_FIELD_NUMBER |
static int |
ENCRYPTDATATRANSFER_FIELD_NUMBER |
static int |
FILEBUFFERSIZE_FIELD_NUMBER |
static com.google.protobuf.Parser<HdfsProtos.FsServerDefaultsProto> |
PARSER |
static int |
REPLICATION_FIELD_NUMBER |
static int |
TRASHINTERVAL_FIELD_NUMBER |
static int |
WRITEPACKETSIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getBlockSize()
required uint64 blockSize = 1; |
int |
getBytesPerChecksum()
required uint32 bytesPerChecksum = 2; |
HdfsProtos.ChecksumTypeProto |
getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32]; |
static HdfsProtos.FsServerDefaultsProto |
getDefaultInstance() |
HdfsProtos.FsServerDefaultsProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false]; |
int |
getFileBufferSize()
required uint32 fileBufferSize = 5; |
com.google.protobuf.Parser<HdfsProtos.FsServerDefaultsProto> |
getParserForType() |
int |
getReplication()
required uint32 replication = 4; |
int |
getSerializedSize() |
long |
getTrashInterval()
optional uint64 trashInterval = 7 [default = 0]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
boolean |
hasReplication()
required uint32 replication = 4; |
boolean |
hasTrashInterval()
optional uint64 trashInterval = 7 [default = 0]; |
boolean |
hasWritePacketSize()
required uint32 writePacketSize = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HdfsProtos.FsServerDefaultsProto.Builder |
newBuilder() |
static HdfsProtos.FsServerDefaultsProto.Builder |
newBuilder(HdfsProtos.FsServerDefaultsProto prototype) |
HdfsProtos.FsServerDefaultsProto.Builder |
newBuilderForType() |
protected HdfsProtos.FsServerDefaultsProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HdfsProtos.FsServerDefaultsProto |
parseDelimitedFrom(InputStream input) |
static HdfsProtos.FsServerDefaultsProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(byte[] data) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(com.google.protobuf.ByteString data) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(InputStream input) |
static HdfsProtos.FsServerDefaultsProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HdfsProtos.FsServerDefaultsProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<HdfsProtos.FsServerDefaultsProto> PARSER
public static final int BLOCKSIZE_FIELD_NUMBER
public static final int BYTESPERCHECKSUM_FIELD_NUMBER
public static final int WRITEPACKETSIZE_FIELD_NUMBER
public static final int REPLICATION_FIELD_NUMBER
public static final int FILEBUFFERSIZE_FIELD_NUMBER
public static final int ENCRYPTDATATRANSFER_FIELD_NUMBER
public static final int TRASHINTERVAL_FIELD_NUMBER
public static final int CHECKSUMTYPE_FIELD_NUMBER
public static HdfsProtos.FsServerDefaultsProto getDefaultInstance()
public HdfsProtos.FsServerDefaultsProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<HdfsProtos.FsServerDefaultsProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasBlockSize()
required uint64 blockSize = 1;hasBlockSize in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic long getBlockSize()
required uint64 blockSize = 1;getBlockSize in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasBytesPerChecksum()
required uint32 bytesPerChecksum = 2;hasBytesPerChecksum in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic int getBytesPerChecksum()
required uint32 bytesPerChecksum = 2;getBytesPerChecksum in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasWritePacketSize()
required uint32 writePacketSize = 3;hasWritePacketSize in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic int getWritePacketSize()
required uint32 writePacketSize = 3;getWritePacketSize in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasReplication()
required uint32 replication = 4;
Actually a short - only 16 bits used
hasReplication in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic int getReplication()
required uint32 replication = 4;
Actually a short - only 16 bits used
getReplication in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasFileBufferSize()
required uint32 fileBufferSize = 5;hasFileBufferSize in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic int getFileBufferSize()
required uint32 fileBufferSize = 5;getFileBufferSize in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false];hasEncryptDataTransfer in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean getEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false];getEncryptDataTransfer in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasTrashInterval()
optional uint64 trashInterval = 7 [default = 0];hasTrashInterval in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic long getTrashInterval()
optional uint64 trashInterval = 7 [default = 0];getTrashInterval in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic boolean hasChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];hasChecksumType in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic HdfsProtos.ChecksumTypeProto getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];getChecksumType in interface HdfsProtos.FsServerDefaultsProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsProtos.FsServerDefaultsProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HdfsProtos.FsServerDefaultsProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsProtos.FsServerDefaultsProto.Builder newBuilder()
public HdfsProtos.FsServerDefaultsProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HdfsProtos.FsServerDefaultsProto.Builder newBuilder(HdfsProtos.FsServerDefaultsProto prototype)
public HdfsProtos.FsServerDefaultsProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HdfsProtos.FsServerDefaultsProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2013 Apache Software Foundation. All rights reserved.