Class CacheMapping

java.lang.Object
org.gridgain.internal.dr.mapping.CacheMapping

public class CacheMapping extends Object
A mapping object that describes how entries from particular cache in GG8 should be mapped to table in GG9.
  • Method Details

    • cacheName

      public String cacheName()
      A name of the source cache.
    • tableName

      public org.apache.ignite.table.QualifiedName tableName()
      A name of the target table.
    • transformer

      public EntryTransformer transformer()
      An instance of transformer which converts GG8 entries to pair of Tuple's suitable for insertion in GG9 table.