Package org.gridgain.internal.dr.mapping
Class CacheMappingDescriptor
java.lang.Object
org.gridgain.internal.dr.mapping.CacheMappingDescriptor
Cache mapping settings.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionCache name.@Nullable StringcolumnName(String fieldName, boolean key) Returns column names that corresponds to the given key/value field, if any.static Map<String,CacheMappingDescriptor> fromConfig(org.apache.ignite.configuration.NamedListView<? extends org.gridgain.dr.configuration.CacheMappingView> cacheMappingList) CreatesCacheMappingDescriptorfrom configurations.Returns a set of fields that should ignored during mapping.org.apache.ignite.table.QualifiedNameTable name the cache is mapped to.toString()@Nullable TransformerFactory
-
Method Details
-
cacheName
Cache name. -
tableName
public org.apache.ignite.table.QualifiedName tableName()Table name the cache is mapped to. -
columnName
Returns column names that corresponds to the given key/value field, if any. -
ignoreFields
Returns a set of fields that should ignored during mapping. -
transformerFactory
-
toString
-
fromConfig
public static Map<String,CacheMappingDescriptor> fromConfig(org.apache.ignite.configuration.NamedListView<? extends org.gridgain.dr.configuration.CacheMappingView> cacheMappingList) CreatesCacheMappingDescriptorfrom configurations.
-