QueryEntity instead.@Deprecated public class CacheTypeMetadata extends Object implements Serializable
| Constructor and Description |
|---|
CacheTypeMetadata()
Deprecated.
Default constructor.
|
CacheTypeMetadata(CacheTypeMetadata src)
Deprecated.
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAliases()
Deprecated.
Gets aliases mapping.
|
Map<String,Class<?>> |
getAscendingFields()
Deprecated.
Gets name-to-type map for ascending-indexed fields.
|
String |
getDatabaseSchema()
Deprecated.
Gets database schema name.
|
String |
getDatabaseTable()
Deprecated.
Gets table name in database.
|
Map<String,Class<?>> |
getDescendingFields()
Deprecated.
Gets name-to-type map for descending-indexed fields.
|
Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> |
getGroups()
Deprecated.
Gets group-indexed fields.
|
Collection<CacheTypeFieldMetadata> |
getKeyFields()
Deprecated.
Gets optional persistent key fields (needed only if
CacheJdbcPojoStore is used). |
String |
getKeyType()
Deprecated.
Gets key type.
|
Map<String,Class<?>> |
getQueryFields()
Deprecated.
Gets name-to-type map for query-enabled fields.
|
String |
getSimpleValueType()
Deprecated.
Gets simple value type.
|
Collection<String> |
getTextFields()
Deprecated.
Gets text-indexed fields.
|
Collection<CacheTypeFieldMetadata> |
getValueFields()
Deprecated.
Gets optional persistent value fields (needed only if
CacheJdbcPojoStore is used). |
String |
getValueType()
Deprecated.
Gets value type.
|
void |
setAliases(Map<String,String> aliases)
Deprecated.
Sets mapping from full property name in dot notation to an alias that will be used as SQL column name.
|
void |
setAscendingFields(Map<String,Class<?>> ascFlds)
Deprecated.
Sets name-to-type map for ascending-indexed fields.
|
void |
setDatabaseSchema(String dbSchema)
Deprecated.
Sets database schema name.
|
void |
setDatabaseTable(String dbTbl)
Deprecated.
Table name in database.
|
void |
setDescendingFields(Map<String,Class<?>> descFlds)
Deprecated.
Sets name-to-type map for descending-indexed fields.
|
void |
setGroups(Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> grps)
Deprecated.
Sets group-indexed fields.
|
void |
setKeyFields(Collection<CacheTypeFieldMetadata> keyFields)
Deprecated.
Sets optional persistent key fields (needed only if
CacheJdbcPojoStore is used). |
void |
setKeyType(Class<?> cls)
Deprecated.
Sets key type.
|
void |
setKeyType(String keyType)
Deprecated.
Sets key type.
|
void |
setQueryFields(Map<String,Class<?>> qryFlds)
Deprecated.
Sets name-to-type map for query-enabled fields.
|
void |
setTextFields(Collection<String> txtFlds)
Deprecated.
Sets text-indexed fields.
|
void |
setValueFields(Collection<CacheTypeFieldMetadata> valFields)
Deprecated.
Sets optional persistent value fields (needed only if
CacheJdbcPojoStore is used). |
void |
setValueType(Class<?> cls)
Deprecated.
Sets value type.
|
void |
setValueType(String valType)
Deprecated.
Sets value type.
|
String |
toString()
Deprecated.
|
public CacheTypeMetadata()
public CacheTypeMetadata(CacheTypeMetadata src)
public String getDatabaseSchema()
public void setDatabaseSchema(String dbSchema)
dbSchema - Schema name.public String getDatabaseTable()
public void setDatabaseTable(String dbTbl)
dbTbl - Table name in database.public String getKeyType()
public void setKeyType(String keyType)
keyType - Key type.public void setKeyType(Class<?> cls)
cls - Key type class.public String getValueType()
public String getSimpleValueType()
public void setValueType(String valType)
valType - Value type.public void setValueType(Class<?> cls)
cls - Value type class.public Collection<CacheTypeFieldMetadata> getKeyFields()
CacheJdbcPojoStore is used).public void setKeyFields(Collection<CacheTypeFieldMetadata> keyFields)
CacheJdbcPojoStore is used).keyFields - Persistent key fields.public Collection<CacheTypeFieldMetadata> getValueFields()
CacheJdbcPojoStore is used).public void setValueFields(Collection<CacheTypeFieldMetadata> valFields)
CacheJdbcPojoStore is used).valFields - Persistent value fields.public Map<String,Class<?>> getQueryFields()
public void setQueryFields(Map<String,Class<?>> qryFlds)
qryFlds - Name-to-type map for query-enabled fields.public Map<String,Class<?>> getAscendingFields()
public void setAscendingFields(Map<String,Class<?>> ascFlds)
ascFlds - Name-to-type map for ascending-indexed fields.public Map<String,Class<?>> getDescendingFields()
public void setDescendingFields(Map<String,Class<?>> descFlds)
descFlds - Name-to-type map of descending-indexed fields.public Collection<String> getTextFields()
public void setTextFields(Collection<String> txtFlds)
txtFlds - Text-indexed fields.public Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> getGroups()
public void setGroups(Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> grps)
grps - Map of group-indexed fields from index name to index fields.public void setAliases(Map<String,String> aliases)
aliases - Aliases.public Map<String,String> getAliases()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016