public static interface HdfsProtos.CheckpointCommandProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getNeedToReturnImage()
required bool needToReturnImage = 2; |
HdfsProtos.CheckpointSignatureProto |
getSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1; |
HdfsProtos.CheckpointSignatureProtoOrBuilder |
getSignatureOrBuilder()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1; |
boolean |
hasNeedToReturnImage()
required bool needToReturnImage = 2; |
boolean |
hasSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1; |
boolean hasSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
HdfsProtos.CheckpointSignatureProto getSignature()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
HdfsProtos.CheckpointSignatureProtoOrBuilder getSignatureOrBuilder()
required .hadoop.hdfs.CheckpointSignatureProto signature = 1;
Unique signature to identify checkpoint transation
boolean hasNeedToReturnImage()
required bool needToReturnImage = 2;
If true, return transfer image to primary upon the completion of checkpoint
boolean getNeedToReturnImage()
required bool needToReturnImage = 2;
If true, return transfer image to primary upon the completion of checkpoint
Copyright © 2013 Apache Software Foundation. All rights reserved.