public static final class HdfsProtos.CheckpointCommandProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointCommandProto.Builder> implements HdfsProtos.CheckpointCommandProtoOrBuilder
hadoop.hdfs.CheckpointCommandProto
Command returned from primary to checkpointing namenode. This command has checkpoint signature that identifies checkpoint transaction and is needed for further communication related to checkpointing.
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.CheckpointCommandProto.Builder>public HdfsProtos.CheckpointCommandProto.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.CheckpointCommandProto.Builder>public HdfsProtos.CheckpointCommandProto.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.CheckpointCommandProto.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.CheckpointCommandProto.Builder>public HdfsProtos.CheckpointCommandProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HdfsProtos.CheckpointCommandProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HdfsProtos.CheckpointCommandProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HdfsProtos.CheckpointCommandProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HdfsProtos.CheckpointCommandProto.Builder>public HdfsProtos.CheckpointCommandProto.Builder mergeFrom(HdfsProtos.CheckpointCommandProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<HdfsProtos.CheckpointCommandProto.Builder>public HdfsProtos.CheckpointCommandProto.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.CheckpointCommandProto.Builder>IOExceptionpublic boolean hasSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
hasSignature in interface HdfsProtos.CheckpointCommandProtoOrBuilderpublic HdfsProtos.CheckpointSignatureProto getSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
getSignature in interface HdfsProtos.CheckpointCommandProtoOrBuilderpublic HdfsProtos.CheckpointCommandProto.Builder setSignature(HdfsProtos.CheckpointSignatureProto value)
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
public HdfsProtos.CheckpointCommandProto.Builder setSignature(HdfsProtos.CheckpointSignatureProto.Builder builderForValue)
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
public HdfsProtos.CheckpointCommandProto.Builder mergeSignature(HdfsProtos.CheckpointSignatureProto value)
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
public HdfsProtos.CheckpointCommandProto.Builder clearSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
public HdfsProtos.CheckpointSignatureProto.Builder getSignatureBuilder()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
public HdfsProtos.CheckpointSignatureProtoOrBuilder getSignatureOrBuilder()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
getSignatureOrBuilder in interface HdfsProtos.CheckpointCommandProtoOrBuilderpublic boolean hasNeedToReturnImage()
required bool needToReturnImage = 2;
If true, return transfer image to primary upon the completion of checkpoint
hasNeedToReturnImage in interface HdfsProtos.CheckpointCommandProtoOrBuilderpublic boolean getNeedToReturnImage()
required bool needToReturnImage = 2;
If true, return transfer image to primary upon the completion of checkpoint
getNeedToReturnImage in interface HdfsProtos.CheckpointCommandProtoOrBuilderpublic HdfsProtos.CheckpointCommandProto.Builder setNeedToReturnImage(boolean value)
required bool needToReturnImage = 2;
If true, return transfer image to primary upon the completion of checkpoint
public HdfsProtos.CheckpointCommandProto.Builder clearNeedToReturnImage()
required bool needToReturnImage = 2;
If true, return transfer image to primary upon the completion of checkpoint
Copyright © 2013 Apache Software Foundation. All rights reserved.