Class IdentityCacheMapping.IdentityCacheKey

java.lang.Object
io.trino.plugin.bigquery.IdentityCacheMapping.IdentityCacheKey
Enclosing interface:
IdentityCacheMapping

public abstract static class IdentityCacheMapping.IdentityCacheKey extends Object
This will be used as cache key for creating BigQuery service. If ConnectorSession content can influence service creation we should chavereate IdentityCacheMapping.IdentityCacheKey instance so we could cache proper service for given ConnectorSession.
  • Constructor Details

    • IdentityCacheKey

      public IdentityCacheKey()
  • Method Details

    • hashCode

      public abstract int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public abstract boolean equals(Object obj)
      Overrides:
      equals in class Object