public class DisabledExternalIdCache extends 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<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 Set<ExternalId> |
byEmail(String email) |
com.google.common.collect.ImmutableSetMultimap<String,ExternalId> |
byEmails(String... emails) |
static com.google.inject.Module |
module() |
void |
onReplace(org.eclipse.jgit.lib.ObjectId oldNotesRev,
org.eclipse.jgit.lib.ObjectId newNotesRev,
Collection<ExternalId> toRemove,
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, Collection<ExternalId> toRemove, 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 IOException
IOException
public com.google.common.collect.ImmutableSetMultimap<String,ExternalId> byEmails(String... emails) throws IOException
IOException
public com.google.common.collect.ImmutableSetMultimap<String,ExternalId> allByEmail() throws IOException
IOException
public Set<ExternalId> byEmail(String email) throws IOException
IOException