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, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<HdfsProtos.FsServerDefaultsProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasBlockSize()
required uint64 blockSize = 1;
hasBlockSize
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public long getBlockSize()
required uint64 blockSize = 1;
getBlockSize
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasBytesPerChecksum()
required uint32 bytesPerChecksum = 2;
hasBytesPerChecksum
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public int getBytesPerChecksum()
required uint32 bytesPerChecksum = 2;
getBytesPerChecksum
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasWritePacketSize()
required uint32 writePacketSize = 3;
hasWritePacketSize
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public int getWritePacketSize()
required uint32 writePacketSize = 3;
getWritePacketSize
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasReplication()
required uint32 replication = 4;
Actually a short - only 16 bits used
hasReplication
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public int getReplication()
required uint32 replication = 4;
Actually a short - only 16 bits used
getReplication
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasFileBufferSize()
required uint32 fileBufferSize = 5;
hasFileBufferSize
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public int getFileBufferSize()
required uint32 fileBufferSize = 5;
getFileBufferSize
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false];
hasEncryptDataTransfer
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean getEncryptDataTransfer()
optional bool encryptDataTransfer = 6 [default = false];
getEncryptDataTransfer
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasTrashInterval()
optional uint64 trashInterval = 7 [default = 0];
hasTrashInterval
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public long getTrashInterval()
optional uint64 trashInterval = 7 [default = 0];
getTrashInterval
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public boolean hasChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
hasChecksumType
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public HdfsProtos.ChecksumTypeProto getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
getChecksumType
in interface HdfsProtos.FsServerDefaultsProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.FsServerDefaultsProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.FsServerDefaultsProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.FsServerDefaultsProto parseFrom(InputStream input) throws IOException
IOException
public static HdfsProtos.FsServerDefaultsProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsProtos.FsServerDefaultsProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HdfsProtos.FsServerDefaultsProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HdfsProtos.FsServerDefaultsProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsProtos.FsServerDefaultsProto.Builder newBuilder()
public HdfsProtos.FsServerDefaultsProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HdfsProtos.FsServerDefaultsProto.Builder newBuilder(HdfsProtos.FsServerDefaultsProto prototype)
public HdfsProtos.FsServerDefaultsProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HdfsProtos.FsServerDefaultsProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.