public class DisabledExternalIdCache
extends java.lang.Object
Constructor and Description |
---|
DisabledExternalIdCache() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSetMultimap<Account.Id,ExternalId> |
allByAccount() |
com.google.common.collect.ImmutableSetMultimap<java.lang.String,ExternalId> |
allByEmail() |
com.google.common.collect.ImmutableSet<ExternalId> |
byAccount(Account.Id accountId) |
com.google.common.collect.ImmutableSet<ExternalId> |
byAccount(Account.Id accountId,
org.eclipse.jgit.lib.ObjectId rev) |
default java.util.Set<ExternalId> |
byEmail(java.lang.String email) |
com.google.common.collect.ImmutableSetMultimap<java.lang.String,ExternalId> |
byEmails(java.lang.String... emails) |
static com.google.inject.Module |
module() |
void |
onReplace(org.eclipse.jgit.lib.ObjectId oldNotesRev,
org.eclipse.jgit.lib.ObjectId newNotesRev,
java.util.Collection<ExternalId> toRemove,
java.util.Collection<ExternalId> toAdd) |
public static com.google.inject.Module module()
public void onReplace(org.eclipse.jgit.lib.ObjectId oldNotesRev, org.eclipse.jgit.lib.ObjectId newNotesRev, java.util.Collection<ExternalId> toRemove, java.util.Collection<ExternalId> toAdd)
public com.google.common.collect.ImmutableSet<ExternalId> byAccount(Account.Id accountId)
public com.google.common.collect.ImmutableSet<ExternalId> byAccount(Account.Id accountId, org.eclipse.jgit.lib.ObjectId rev)
public com.google.common.collect.ImmutableSetMultimap<Account.Id,ExternalId> allByAccount() throws java.io.IOException
java.io.IOException
public com.google.common.collect.ImmutableSetMultimap<java.lang.String,ExternalId> byEmails(java.lang.String... emails) throws java.io.IOException
java.io.IOException
public com.google.common.collect.ImmutableSetMultimap<java.lang.String,ExternalId> allByEmail() throws java.io.IOException
java.io.IOException
public java.util.Set<ExternalId> byEmail(java.lang.String email) throws java.io.IOException
java.io.IOException