| Package | Description |
|---|---|
| org.apache.ignite.cache.store.cassandra.common |
Contains commonly used helper classes
|
| org.apache.ignite.cache.store.cassandra.persistence |
Contains persistent settings configuration
|
| Modifier and Type | Method and Description |
|---|---|
static PojoFieldAccessor |
PropertyMappingHelper.getPojoFieldAccessor(Class clazz,
String prop)
Returns property accessor by class property name.
|
| Modifier and Type | Method and Description |
|---|---|
protected PojoKeyField |
KeyPersistenceSettings.createPojoField(PojoFieldAccessor accessor)
Creates instance of
PojoField from its field accessor. |
protected PojoValueField |
ValuePersistenceSettings.createPojoField(PojoFieldAccessor accessor)
Creates instance of
PojoField from its field accessor. |
protected abstract F |
PersistenceSettings.createPojoField(PojoFieldAccessor accessor)
Creates instance of
PojoField from its field accessor. |
| Constructor and Description |
|---|
PojoField(PojoFieldAccessor accessor)
Creates instance of
PojoField from its field accessor. |
PojoKeyField(PojoFieldAccessor accessor)
Constructs Ignite cache key POJO object descriptor.
|
PojoValueField(PojoFieldAccessor accessor)
Constructs Ignite cache value field descriptor.
|
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024