public static final class HdfsProtos.CheckpointSignatureProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder> implements HdfsProtos.CheckpointSignatureProtoOrBuilder
hadoop.hdfs.CheckpointSignatureProto
Unique signature to identify checkpoint transactions.
| Modifier and Type | Method and Description |
|---|---|
HdfsProtos.CheckpointSignatureProto |
build() |
HdfsProtos.CheckpointSignatureProto |
buildPartial() |
HdfsProtos.CheckpointSignatureProto.Builder |
clear() |
HdfsProtos.CheckpointSignatureProto.Builder |
clearBlockPoolId()
required string blockPoolId = 1; |
HdfsProtos.CheckpointSignatureProto.Builder |
clearCurSegmentTxId()
required uint64 curSegmentTxId = 3; |
HdfsProtos.CheckpointSignatureProto.Builder |
clearMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2; |
HdfsProtos.CheckpointSignatureProto.Builder |
clearStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
HdfsProtos.CheckpointSignatureProto.Builder |
clone() |
String |
getBlockPoolId()
required string blockPoolId = 1; |
com.google.protobuf.ByteString |
getBlockPoolIdBytes()
required string blockPoolId = 1; |
long |
getCurSegmentTxId()
required uint64 curSegmentTxId = 3; |
HdfsProtos.CheckpointSignatureProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2; |
HdfsProtos.StorageInfoProto |
getStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
HdfsProtos.StorageInfoProto.Builder |
getStorageInfoBuilder()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
HdfsProtos.StorageInfoProtoOrBuilder |
getStorageInfoOrBuilder()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
boolean |
hasBlockPoolId()
required string blockPoolId = 1; |
boolean |
hasCurSegmentTxId()
required uint64 curSegmentTxId = 3; |
boolean |
hasMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2; |
boolean |
hasStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HdfsProtos.CheckpointSignatureProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HdfsProtos.CheckpointSignatureProto.Builder |
mergeFrom(HdfsProtos.CheckpointSignatureProto other) |
HdfsProtos.CheckpointSignatureProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
HdfsProtos.CheckpointSignatureProto.Builder |
mergeStorageInfo(HdfsProtos.StorageInfoProto value)
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
HdfsProtos.CheckpointSignatureProto.Builder |
setBlockPoolId(String value)
required string blockPoolId = 1; |
HdfsProtos.CheckpointSignatureProto.Builder |
setBlockPoolIdBytes(com.google.protobuf.ByteString value)
required string blockPoolId = 1; |
HdfsProtos.CheckpointSignatureProto.Builder |
setCurSegmentTxId(long value)
required uint64 curSegmentTxId = 3; |
HdfsProtos.CheckpointSignatureProto.Builder |
setMostRecentCheckpointTxId(long value)
required uint64 mostRecentCheckpointTxId = 2; |
HdfsProtos.CheckpointSignatureProto.Builder |
setStorageInfo(HdfsProtos.StorageInfoProto.Builder builderForValue)
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
HdfsProtos.CheckpointSignatureProto.Builder |
setStorageInfo(HdfsProtos.StorageInfoProto value)
required .hadoop.hdfs.StorageInfoProto storageInfo = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>public HdfsProtos.CheckpointSignatureProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>public HdfsProtos.CheckpointSignatureProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>public HdfsProtos.CheckpointSignatureProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HdfsProtos.CheckpointSignatureProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HdfsProtos.CheckpointSignatureProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HdfsProtos.CheckpointSignatureProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>public HdfsProtos.CheckpointSignatureProto.Builder mergeFrom(HdfsProtos.CheckpointSignatureProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>public HdfsProtos.CheckpointSignatureProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>IOExceptionpublic boolean hasBlockPoolId()
required string blockPoolId = 1;hasBlockPoolId in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic String getBlockPoolId()
required string blockPoolId = 1;getBlockPoolId in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic com.google.protobuf.ByteString getBlockPoolIdBytes()
required string blockPoolId = 1;getBlockPoolIdBytes in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic HdfsProtos.CheckpointSignatureProto.Builder setBlockPoolId(String value)
required string blockPoolId = 1;public HdfsProtos.CheckpointSignatureProto.Builder clearBlockPoolId()
required string blockPoolId = 1;public HdfsProtos.CheckpointSignatureProto.Builder setBlockPoolIdBytes(com.google.protobuf.ByteString value)
required string blockPoolId = 1;public boolean hasMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2;hasMostRecentCheckpointTxId in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic long getMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2;getMostRecentCheckpointTxId in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic HdfsProtos.CheckpointSignatureProto.Builder setMostRecentCheckpointTxId(long value)
required uint64 mostRecentCheckpointTxId = 2;public HdfsProtos.CheckpointSignatureProto.Builder clearMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2;public boolean hasCurSegmentTxId()
required uint64 curSegmentTxId = 3;hasCurSegmentTxId in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic long getCurSegmentTxId()
required uint64 curSegmentTxId = 3;getCurSegmentTxId in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic HdfsProtos.CheckpointSignatureProto.Builder setCurSegmentTxId(long value)
required uint64 curSegmentTxId = 3;public HdfsProtos.CheckpointSignatureProto.Builder clearCurSegmentTxId()
required uint64 curSegmentTxId = 3;public boolean hasStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;hasStorageInfo in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic HdfsProtos.StorageInfoProto getStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;getStorageInfo in interface HdfsProtos.CheckpointSignatureProtoOrBuilderpublic HdfsProtos.CheckpointSignatureProto.Builder setStorageInfo(HdfsProtos.StorageInfoProto value)
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;public HdfsProtos.CheckpointSignatureProto.Builder setStorageInfo(HdfsProtos.StorageInfoProto.Builder builderForValue)
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;public HdfsProtos.CheckpointSignatureProto.Builder mergeStorageInfo(HdfsProtos.StorageInfoProto value)
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;public HdfsProtos.CheckpointSignatureProto.Builder clearStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;public HdfsProtos.StorageInfoProto.Builder getStorageInfoBuilder()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;public HdfsProtos.StorageInfoProtoOrBuilder getStorageInfoOrBuilder()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;getStorageInfoOrBuilder in interface HdfsProtos.CheckpointSignatureProtoOrBuilderCopyright © 2013 Apache Software Foundation. All rights reserved.