public static interface HdfsProtos.DataEncryptionKeyProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBlockPoolId()
required string blockPoolId = 2; |
com.google.protobuf.ByteString |
getBlockPoolIdBytes()
required string blockPoolId = 2; |
String |
getEncryptionAlgorithm()
optional string encryptionAlgorithm = 6; |
com.google.protobuf.ByteString |
getEncryptionAlgorithmBytes()
optional string encryptionAlgorithm = 6; |
com.google.protobuf.ByteString |
getEncryptionKey()
required bytes encryptionKey = 4; |
long |
getExpiryDate()
required uint64 expiryDate = 5; |
int |
getKeyId()
required uint32 keyId = 1; |
com.google.protobuf.ByteString |
getNonce()
required bytes nonce = 3; |
boolean |
hasBlockPoolId()
required string blockPoolId = 2; |
boolean |
hasEncryptionAlgorithm()
optional string encryptionAlgorithm = 6; |
boolean |
hasEncryptionKey()
required bytes encryptionKey = 4; |
boolean |
hasExpiryDate()
required uint64 expiryDate = 5; |
boolean |
hasKeyId()
required uint32 keyId = 1; |
boolean |
hasNonce()
required bytes nonce = 3; |
boolean hasKeyId()
required uint32 keyId = 1;
int getKeyId()
required uint32 keyId = 1;
boolean hasBlockPoolId()
required string blockPoolId = 2;
String getBlockPoolId()
required string blockPoolId = 2;
com.google.protobuf.ByteString getBlockPoolIdBytes()
required string blockPoolId = 2;
boolean hasNonce()
required bytes nonce = 3;
com.google.protobuf.ByteString getNonce()
required bytes nonce = 3;
boolean hasEncryptionKey()
required bytes encryptionKey = 4;
com.google.protobuf.ByteString getEncryptionKey()
required bytes encryptionKey = 4;
boolean hasExpiryDate()
required uint64 expiryDate = 5;
long getExpiryDate()
required uint64 expiryDate = 5;
boolean hasEncryptionAlgorithm()
optional string encryptionAlgorithm = 6;
String getEncryptionAlgorithm()
optional string encryptionAlgorithm = 6;
com.google.protobuf.ByteString getEncryptionAlgorithmBytes()
optional string encryptionAlgorithm = 6;
Copyright © 2013 Apache Software Foundation. All rights reserved.