public static interface HdfsProtos.BlockKeyProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getExpiryDate()
required uint64 expiryDate = 2; |
com.google.protobuf.ByteString |
getKeyBytes()
optional bytes keyBytes = 3; |
int |
getKeyId()
required uint32 keyId = 1; |
boolean |
hasExpiryDate()
required uint64 expiryDate = 2; |
boolean |
hasKeyBytes()
optional bytes keyBytes = 3; |
boolean |
hasKeyId()
required uint32 keyId = 1; |
boolean hasKeyId()
required uint32 keyId = 1;
Key identifier
int getKeyId()
required uint32 keyId = 1;
Key identifier
boolean hasExpiryDate()
required uint64 expiryDate = 2;
Expiry time in milliseconds
long getExpiryDate()
required uint64 expiryDate = 2;
Expiry time in milliseconds
boolean hasKeyBytes()
optional bytes keyBytes = 3;
Key secret
com.google.protobuf.ByteString getKeyBytes()
optional bytes keyBytes = 3;
Key secret
Copyright © 2013 Apache Software Foundation. All rights reserved.