Interface FsImageProto.SecretManagerSection.DelegationKeyOrBuilder

All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.SecretManagerSection.DelegationKey, FsImageProto.SecretManagerSection.DelegationKey.Builder
Enclosing class:
FsImageProto.SecretManagerSection

public static interface FsImageProto.SecretManagerSection.DelegationKeyOrBuilder extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional uint64 expiryDate = 2;
    int
    optional uint32 id = 1;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional bytes key = 3;
    boolean
    optional uint64 expiryDate = 2;
    boolean
    optional uint32 id = 1;
    boolean
    optional bytes key = 3;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasId

      boolean hasId()
      optional uint32 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      optional uint32 id = 1;
      Returns:
      The id.
    • hasExpiryDate

      boolean hasExpiryDate()
      optional uint64 expiryDate = 2;
      Returns:
      Whether the expiryDate field is set.
    • getExpiryDate

      long getExpiryDate()
      optional uint64 expiryDate = 2;
      Returns:
      The expiryDate.
    • hasKey

      boolean hasKey()
      optional bytes key = 3;
      Returns:
      Whether the key field is set.
    • getKey

      org.apache.hadoop.thirdparty.protobuf.ByteString getKey()
      optional bytes key = 3;
      Returns:
      The key.