Class CachedAccountDetails.Key

java.lang.Object
com.google.gerrit.server.account.CachedAccountDetails.Key
Enclosing class:
CachedAccountDetails

public abstract static class CachedAccountDetails.Key extends Object
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • create

      public static CachedAccountDetails.Key create(Account.Id accountId, org.eclipse.jgit.lib.ObjectId id)
    • accountId

      public abstract Account.Id accountId()
      Identifier of the account.
    • id

      public abstract org.eclipse.jgit.lib.ObjectId id()
      Git revision at which the account was loaded. Corresponds to a revision on the account ref (refs/users/<sharded-id>).