org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.SecretManagerSection.DelegationKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.SecretManagerSection.DelegationKey, FsImageProto.SecretManagerSection.DelegationKey.Builder
Enclosing class:
FsImageProto.SecretManagerSection

public static interface FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getExpiryDate()
          optional uint64 expiryDate = 2;
 int getId()
          optional uint32 id = 1;
 com.google.protobuf.ByteString getKey()
          optional bytes key = 3;
 boolean hasExpiryDate()
          optional uint64 expiryDate = 2;
 boolean hasId()
          optional uint32 id = 1;
 boolean hasKey()
          optional bytes key = 3;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasId

boolean hasId()
optional uint32 id = 1;


getId

int getId()
optional uint32 id = 1;


hasExpiryDate

boolean hasExpiryDate()
optional uint64 expiryDate = 2;


getExpiryDate

long getExpiryDate()
optional uint64 expiryDate = 2;


hasKey

boolean hasKey()
optional bytes key = 3;


getKey

com.google.protobuf.ByteString getKey()
optional bytes key = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.