Package org.gridgain.internal.dr.mapping
Class CacheMapping
java.lang.Object
org.gridgain.internal.dr.mapping.CacheMapping
A mapping object that describes how entries from particular cache in GG8 should be mapped to table in GG9.
-
Method Summary
Modifier and TypeMethodDescriptionA name of the source cache.org.apache.ignite.table.QualifiedNameA name of the target table.An instance of transformer which converts GG8 entries to pair ofTuple's suitable for insertion in GG9 table.
-
Method Details
-
cacheName
A name of the source cache. -
tableName
public org.apache.ignite.table.QualifiedName tableName()A name of the target table. -
transformer
An instance of transformer which converts GG8 entries to pair ofTuple's suitable for insertion in GG9 table.
-