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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>
public HdfsProtos.CheckpointSignatureProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>
public HdfsProtos.CheckpointSignatureProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public HdfsProtos.CheckpointSignatureProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public HdfsProtos.CheckpointSignatureProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public HdfsProtos.CheckpointSignatureProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<HdfsProtos.CheckpointSignatureProto.Builder>
IOException
public boolean hasBlockPoolId()
required string blockPoolId = 1;
hasBlockPoolId
in interface HdfsProtos.CheckpointSignatureProtoOrBuilder
public String getBlockPoolId()
required string blockPoolId = 1;
getBlockPoolId
in interface HdfsProtos.CheckpointSignatureProtoOrBuilder
public com.google.protobuf.ByteString getBlockPoolIdBytes()
required string blockPoolId = 1;
getBlockPoolIdBytes
in interface HdfsProtos.CheckpointSignatureProtoOrBuilder
public 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.CheckpointSignatureProtoOrBuilder
public long getMostRecentCheckpointTxId()
required uint64 mostRecentCheckpointTxId = 2;
getMostRecentCheckpointTxId
in interface HdfsProtos.CheckpointSignatureProtoOrBuilder
public 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.CheckpointSignatureProtoOrBuilder
public long getCurSegmentTxId()
required uint64 curSegmentTxId = 3;
getCurSegmentTxId
in interface HdfsProtos.CheckpointSignatureProtoOrBuilder
public 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.CheckpointSignatureProtoOrBuilder
public HdfsProtos.StorageInfoProto getStorageInfo()
required .hadoop.hdfs.StorageInfoProto storageInfo = 4;
getStorageInfo
in interface HdfsProtos.CheckpointSignatureProtoOrBuilder
public 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.CheckpointSignatureProtoOrBuilder
Copyright © 2013 Apache Software Foundation. All rights reserved.