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

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

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


Method Summary
 long getExpiryDate()
          optional uint64 expiryDate = 9;
 long getIssueDate()
          optional uint64 issueDate = 5;
 int getMasterKeyId()
          optional uint32 masterKeyId = 8;
 long getMaxDate()
          optional uint64 maxDate = 6;
 String getOwner()
          optional string owner = 2;
 com.google.protobuf.ByteString getOwnerBytes()
          optional string owner = 2;
 String getRealUser()
          optional string realUser = 4;
 com.google.protobuf.ByteString getRealUserBytes()
          optional string realUser = 4;
 String getRenewer()
          optional string renewer = 3;
 com.google.protobuf.ByteString getRenewerBytes()
          optional string renewer = 3;
 int getSequenceNumber()
          optional uint32 sequenceNumber = 7;
 int getVersion()
          optional uint32 version = 1;
 boolean hasExpiryDate()
          optional uint64 expiryDate = 9;
 boolean hasIssueDate()
          optional uint64 issueDate = 5;
 boolean hasMasterKeyId()
          optional uint32 masterKeyId = 8;
 boolean hasMaxDate()
          optional uint64 maxDate = 6;
 boolean hasOwner()
          optional string owner = 2;
 boolean hasRealUser()
          optional string realUser = 4;
 boolean hasRenewer()
          optional string renewer = 3;
 boolean hasSequenceNumber()
          optional uint32 sequenceNumber = 7;
 boolean hasVersion()
          optional uint32 version = 1;
 
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

hasVersion

boolean hasVersion()
optional uint32 version = 1;


getVersion

int getVersion()
optional uint32 version = 1;


hasOwner

boolean hasOwner()
optional string owner = 2;


getOwner

String getOwner()
optional string owner = 2;


getOwnerBytes

com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 2;


hasRenewer

boolean hasRenewer()
optional string renewer = 3;


getRenewer

String getRenewer()
optional string renewer = 3;


getRenewerBytes

com.google.protobuf.ByteString getRenewerBytes()
optional string renewer = 3;


hasRealUser

boolean hasRealUser()
optional string realUser = 4;


getRealUser

String getRealUser()
optional string realUser = 4;


getRealUserBytes

com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 4;


hasIssueDate

boolean hasIssueDate()
optional uint64 issueDate = 5;


getIssueDate

long getIssueDate()
optional uint64 issueDate = 5;


hasMaxDate

boolean hasMaxDate()
optional uint64 maxDate = 6;


getMaxDate

long getMaxDate()
optional uint64 maxDate = 6;


hasSequenceNumber

boolean hasSequenceNumber()
optional uint32 sequenceNumber = 7;


getSequenceNumber

int getSequenceNumber()
optional uint32 sequenceNumber = 7;


hasMasterKeyId

boolean hasMasterKeyId()
optional uint32 masterKeyId = 8;


getMasterKeyId

int getMasterKeyId()
optional uint32 masterKeyId = 8;


hasExpiryDate

boolean hasExpiryDate()
optional uint64 expiryDate = 9;


getExpiryDate

long getExpiryDate()
optional uint64 expiryDate = 9;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.