Class IdentityCacheMapping.IdentityCacheKey

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

public abstract static class IdentityCacheMapping.IdentityCacheKey extends Object
This will be used as cache key for metadata. If ConnectorSession content can influence the metadata then we should have IdentityCacheMapping.IdentityCacheKey instance so we could cache proper metadata 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