Package | Description |
---|---|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
Modifier and Type | Method and Description |
---|---|
Collection<CacheTypeFieldMetadata> |
CacheTypeMetadata.getKeyFields()
Gets key fields.
|
Collection<CacheTypeFieldMetadata> |
CacheTypeMetadata.getValueFields()
Gets value fields.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheTypeMetadata.setKeyFields(Collection<CacheTypeFieldMetadata> keyFields)
Sets key fields.
|
void |
CacheTypeMetadata.setValueFields(Collection<CacheTypeFieldMetadata> valFields)
Sets value fields.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<CacheTypeFieldMetadata> |
CacheAbstractJdbcStore.EntryMapping.keyColumns()
Gets key columns.
|
protected Collection<CacheTypeFieldMetadata> |
CacheAbstractJdbcStore.EntryMapping.valueColumns()
Gets value columns.
|
Modifier and Type | Method and Description |
---|---|
protected <R> R |
CacheJdbcPojoStore.buildObject(String cacheName,
String typeName,
Collection<CacheTypeFieldMetadata> fields,
Map<String,Integer> loadColIdxs,
ResultSet rs)
Construct object from query result.
|
protected abstract <R> R |
CacheAbstractJdbcStore.buildObject(String cacheName,
String typeName,
Collection<CacheTypeFieldMetadata> fields,
Map<String,Integer> loadColIdxs,
ResultSet rs)
Construct object from query result.
|
Constructor and Description |
---|
CacheJdbcPojoStore.PojoMethodsCache(String clsName,
Collection<CacheTypeFieldMetadata> fields)
POJO methods cache.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015