Package | Description |
---|---|
org.apache.ignite.cache.store.cassandra.persistence |
Contains persistent settings configuration
|
Modifier and Type | Method and Description |
---|---|
protected PojoKeyField |
KeyPersistenceSettings.createPojoField(Element el,
Class clazz)
Creates instance of
PojoField based on it's description in XML element. |
protected PojoKeyField |
KeyPersistenceSettings.createPojoField(PojoFieldAccessor accessor)
Creates instance of
PojoField from its field accessor. |
protected PojoKeyField |
KeyPersistenceSettings.createPojoField(PojoKeyField field,
Class clazz)
Creates instance of
PojoField based on the other instance and java class
to initialize accessor. |
Modifier and Type | Method and Description |
---|---|
List<PojoKeyField> |
KeyPersistenceSettings.getFields()
Returns a list of POJO fields to be persisted.
|
List<PojoKeyField> |
KeyValuePersistenceSettings.getKeyFields()
Returns list of Ignite cache key POJO fields to be mapped to Cassandra table columns.
|
Modifier and Type | Method and Description |
---|---|
protected PojoKeyField |
KeyPersistenceSettings.createPojoField(PojoKeyField field,
Class clazz)
Creates instance of
PojoField based on the other instance and java class
to initialize accessor. |
Constructor and Description |
---|
PojoKeyField(PojoKeyField field,
Class<?> pojoCls)
Constructs instance of
PojoKeyField based on the other instance and java class
to initialize accessor. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024